-
单链表的插入和删除实验目的:
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
-
模拟股票下载的小软件,可以自己分享…
模拟股票下载小软件,可以组建自己的股票学习或操作环境-Simulation of the stock to download a small software, can set up their own shares learning or operating environment
- 2022-08-18 21:50:24下载
- 积分:1
-
汉字拼音表.包含2万多个汉字的拼音.
可以用于实现汉字拼音互相转换或者实现汉字字典程序....
汉字拼音表.包含2万多个汉字的拼音.
可以用于实现汉字拼音互相转换或者实现汉字字典程序.-Pinyin table. Contains more than 20,000 Chinese characters, Pinyin. Can be used to realize each other Pinyin conversion or realize CCDICT procedures.
- 2022-03-18 09:58:23下载
- 积分:1
-
dat文件,是apriori算法所用到的数据集,很多人找,因此上传
dat文件,是apriori算法所用到的数据集,很多人找,因此上传-dat document is apriori algorithm uses data sets, many people find it uploads
- 2023-04-17 12:35:03下载
- 积分:1
-
18b20测温度
18b20测温度,并使用共阴数码管显示。温度小数部分用查表法,18B20数字温度传感器实验,精确到0.1C,使用前须将P1口的跳线全部接通。读出当前的温度数据的操作,若温度是负值,则取补码。
- 2022-07-15 07:19:28下载
- 积分:1
-
starry blue background, transparent rotating cube, the science of sound; Used in...
蓝色的星空背景,透明的旋转立方体,科幻的音效;用来做片头动画也不错-starry blue background, transparent rotating cube, the science of sound; Used in film animation is not bad
- 2022-02-03 02:39:36下载
- 积分:1
-
哈希软算法,对任意大小文件or资料进行哈希
哈希软算法,对任意大小文件or资料进行哈希-hash software code
- 2022-03-25 03:59:37下载
- 积分:1
-
快速ICA算法的有限样本的影响
Finite sample effects of the fast ICA algorithm
- 2023-04-02 11:30:04下载
- 积分:1
-
自动基于板卡的人脸识别跟踪系统,可以直接接上USB口的摄像头直接检测人脸...
自动基于板卡的人脸识别跟踪系统,可以直接接上USB口的摄像头直接检测人脸-automatic face recognition-based Card tracking systems that can directly connect to the USB camera directly Face Detection
- 2022-09-06 22:20:05下载
- 积分:1
-
javascriptdiam代码!一个简单的日历控件!
javaScriptdiam 代码!
一个简单的日历控件-javaScriptdiam code! A simple calendar control!
- 2022-03-18 00:17:25下载
- 积分:1