-
单链表的插入和删除实验目的:
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
-
一个用C++Builder编写的俄罗斯方块游戏
一个用C++Builder编写的俄罗斯方块游戏-a C Builder sheet prepared by the Russian game
- 2022-07-16 21:48:42下载
- 积分:1
-
exercises-master
说明: 这是python机器学习书籍的全部代码,一定要结合书籍看代码。(This is the whole code of Python machine learning books, we must read the code in conjunction with books.)
- 2019-04-17 01:55:49下载
- 积分:1
-
DENISE
说明: 老外的,弹性波时间域全波形反演代码,The DENISE code was first developed by Daniel K?hn, Denise De Nil and Andr′ e Kurzmann at the Christian-
Albrechts-Universit?t Kiel and TU Bergakademie Freiberg (Germany) from 2005 to 2009.(Overseas, Elastic Wave Time Domain Full Waveform Inversion Code)
- 2019-06-05 10:50:49下载
- 积分:1
-
测试电流
基于C8051F330的电流测试源代码
测试电流
基于C8051F330的电流测试源代码
-C8051F330 the current testing source code
- 2022-02-03 10:05:26下载
- 积分:1
-
自适应交叉和编译遗传算法
遗传算法是一个处理最优解问题的经典算法,通过设定初值,迭代次数和交叉变异概率等一些参数,能够达到很好的寻优效果,本手册通过对遗传算法的进一步解释,能够帮助同行们深入理解遗传算法,里面的一些仿真说明,对于即可使用的同行也有很大的帮助。(Genetic algorithm is a classical algorithm dealing with the optimal solution problem. By setting some parameters such as initial value, iteration times and crossover mutation probability, it can achieve a good optimization effect. Through further explanation of genetic algorithm, this manual can help peers to understand genetic algorithm deeply. Some simulation instructions in this manual are also very helpful to peers who can use it.)
- 2019-04-19 08:41:34下载
- 积分:1
-
详细说明:pwm原程序利用定时器,在P2_5上输出PWM波。为了演示,使占空比从1%~99%再从99%~1%连续变化。频 率约为200Hz。可以用于用于直流电机...
- 2022-09-28 10:40:03下载
- 积分:1
-
ER diagram help in Microsoft visio
ER diagram help in Microsoft visio
- 2022-03-19 06:22:47下载
- 积分:1
-
MATLAB由入门到精通
针对MATLAB学习者从最简单的程序到神经网络,包含各方面的程序,内容广泛,适合MATLAB初学者(For the learners of MATLAB, from the simplest program to the neural network, it contains all kinds of programs, and has a wide range of contents. It is suitable for beginners of MATLAB.)
- 2020-06-23 17:00:02下载
- 积分:1
-
将图片制作成内存对象数据集
说明: 制作对象数据集,有利于卷积神经网络的实现(Making object data set is beneficial to the realization of convolutional neural network)
- 2019-11-28 10:06:25下载
- 积分:1