上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 125 下一页
摘要: 0. 文章目的: 介绍变体的概念,并介绍其对C#的意义 1. 阅读基础 了解C#进阶语言功能的使用(尤其是泛型、委托、接口) 2. 从示例入手,理解变体 变体这一概念用于描述存在继承关系的类型间的转化,这一概念并非只适用于C#,在许多其他的OOP语言中也都有变体概念。变体一共有三种:协变、逆变与不变 阅读全文
posted @ 2022-06-09 12:23 China Soft 阅读(98) 评论(0) 推荐(0)
摘要: https://www.desmos.com/?lang=zh-CN 阅读全文
posted @ 2022-06-08 10:37 China Soft 阅读(37) 评论(0) 推荐(0)
摘要: https://www.runoob.com/font-awesome/fontawesome-tutorial.html 阅读全文
posted @ 2022-06-06 17:38 China Soft 阅读(18) 评论(0) 推荐(0)
摘要: https://web.chemdoodle.com/ 阅读全文
posted @ 2022-06-06 11:32 China Soft 阅读(91) 评论(0) 推荐(0)
摘要: 添加父元素一、wrap()作用:在每个匹配的元素外层包上一个html元素。语法:1、 .wrap( wrappingElement ) wrappingElement:可以是一个HTML片段,选择表达式,jQuery对象,或者DOM元素,用来包在匹配元素的外层。例: <div class = 'bo 阅读全文
posted @ 2022-06-06 10:38 China Soft 阅读(524) 评论(0) 推荐(0)
摘要: https://codepen.io/hellohy/pen/QMOyWR <div class="l-container"> <div class="container"> containercontainercontainercontainercontainercontainercontaine 阅读全文
posted @ 2022-06-06 09:23 China Soft 阅读(92) 评论(0) 推荐(0)
摘要: https://keras.io/zh/ https://www.5axxw.com/wiki/topic/79kg1o 阅读全文
posted @ 2022-05-25 00:03 China Soft 阅读(15) 评论(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 阅读(40) 评论(0) 推荐(0)
摘要: 深度学习(Deep Learning,DL)是一类利用多层非线性处理单元(称为神经元)进行特征提取和转换的机器学习算法。每个连续层使用前一层的输出作为输入。近十年来,深度学习技术的进步极大地促进了人工智能的发展。大量的人工智能应用,如图像处理、目标跟踪、语音识别和自然语言处理,都对采用 DL 提出了 阅读全文
posted @ 2022-05-24 23:15 China Soft 阅读(396) 评论(0) 推荐(0)
摘要: https://www.icosky.com/ 阅读全文
posted @ 2022-05-24 19:49 China Soft 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 125 下一页