上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 129 下一页
摘要: https://www.desmos.com/?lang=zh-CN 阅读全文
posted @ 2022-06-08 10:37 China Soft 阅读(51) 评论(0) 推荐(0)
摘要: https://www.runoob.com/font-awesome/fontawesome-tutorial.html 阅读全文
posted @ 2022-06-06 17:38 China Soft 阅读(22) 评论(0) 推荐(0)
摘要: https://web.chemdoodle.com/ 阅读全文
posted @ 2022-06-06 11:32 China Soft 阅读(99) 评论(0) 推荐(0)
摘要: 添加父元素一、wrap()作用:在每个匹配的元素外层包上一个html元素。语法:1、 .wrap( wrappingElement ) wrappingElement:可以是一个HTML片段,选择表达式,jQuery对象,或者DOM元素,用来包在匹配元素的外层。例: <div class = 'bo 阅读全文
posted @ 2022-06-06 10:38 China Soft 阅读(557) 评论(0) 推荐(0)
摘要: https://codepen.io/hellohy/pen/QMOyWR <div class="l-container"> <div class="container"> containercontainercontainercontainercontainercontainercontaine 阅读全文
posted @ 2022-06-06 09:23 China Soft 阅读(101) 评论(0) 推荐(0)
摘要: https://keras.io/zh/ https://www.5axxw.com/wiki/topic/79kg1o 阅读全文
posted @ 2022-05-25 00:03 China Soft 阅读(21) 评论(0) 推荐(0)
摘要: import numpy as np import pandas as pd from keras.models import Sequential from keras.layers import Dense np.random.seed(10) # 指定乱数种子 # 载入数据集 df = pd. 阅读全文
posted @ 2022-05-24 23:50 China Soft 阅读(42) 评论(0) 推荐(0)
摘要: 深度学习(Deep Learning,DL)是一类利用多层非线性处理单元(称为神经元)进行特征提取和转换的机器学习算法。每个连续层使用前一层的输出作为输入。近十年来,深度学习技术的进步极大地促进了人工智能的发展。大量的人工智能应用,如图像处理、目标跟踪、语音识别和自然语言处理,都对采用 DL 提出了 阅读全文
posted @ 2022-05-24 23:15 China Soft 阅读(437) 评论(0) 推荐(0)
摘要: https://www.icosky.com/ 阅读全文
posted @ 2022-05-24 19:49 China Soft 阅读(32) 评论(0) 推荐(0)
摘要: 在实际开发中,我们很可能需要实现某一元素的全屏和退出全屏功能,如canvas。所幸的是,js提供了相关api用来处理这一问题,只需简单的调用requestFullScreen、exitFullScreen即可。但这两个api一般而言需要考虑其兼容性问题,那么就需要额外封装一下。笔者参考相关资料,结合 阅读全文
posted @ 2022-05-24 17:12 China Soft 阅读(386) 评论(0) 推荐(0)
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 129 下一页