-
习题,都是习题
习题,都是习题-Exercises are Exercises
- 2022-03-02 19:27:54下载
- 积分:1
-
16*16 点阵汉字库 16*8英文字库
16*16 点阵汉字库 16*8英文字库-16* 16 dot matrix character base 16* 8 English font
- 2022-08-07 09:19:22下载
- 积分:1
-
This is a knockout mice similar to the game, I hope you would like to common sen...
这个也是敲地鼠类似的游戏,希望大家喜欢,来常识一下吧-This is a knockout mice similar to the game, I hope you would like to common sense about it
- 2022-10-31 00:45:03下载
- 积分:1
-
自己写的扫雷,不需要图片加载,纯手绘图片
自己写的扫雷,不需要图片加载,纯手绘图片-Write their own de-mining, no image loaded, pure hand-painted picture
- 2023-08-08 06:40:03下载
- 积分:1
-
SPI通讯 学习之用 FreeScale
SPI通讯 学习之用 FreeScale-SPI communication
- 2022-03-02 00:46:13下载
- 积分:1
-
为了介绍ART网络具体工作过程,我们制作了Matlab演示程序。第一个程序利用newc()函数对网络进行自适应训练,修改权值并对样本进行分类判别;第二个则利用a...
为了介绍ART网络具体工作过程,我们制作了Matlab演示程序。第一个程序利用newc()函数对网络进行自适应训练,修改权值并对样本进行分类判别;第二个则利用adapt()函数对预测信号进行跟踪训练,并得出训练值与目标值之间的差异。-ART network to introduce specific work process, we produced a Matlab demo program. No. 1 newc procedures for the use () function on the network adaptive training, as well as the right to amend the value of the samples Classification; The second is using adapt () function to predict signal tracking training. training and the value obtained with the difference between the target value.
- 2022-03-21 20:12:51下载
- 积分:1
-
一个用DirectX开发的简单而强大的游戏引擎
一个用DirectX开发的简单而强大的游戏引擎-Using DirectX to develop a simple and powerful game engine
- 2022-08-14 10:44:40下载
- 积分:1
-
很有难度的一道题目,大家都来研究下,蛮有意思的,
很有难度的一道题目,大家都来研究下,蛮有意思的,-Very difficult subject to work together, we all to study, the very interesting,
- 2023-04-29 07:20:03下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
校验码用于图像去噪
check out this code for image denoising
- 2023-02-05 21:05:04下载
- 积分:1