-
单链表的插入和删除实验目的:
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
-
- 2022-03-28 13:42:07下载
- 积分:1
-
source code for pic16f8877a
这是PIC16F877A的源代码,它使用pwm,pwm是使用调制脉冲宽度,它在电机或扬声器上的应用,它在大学技术,工业中使用;
- 2023-04-27 01:20:04下载
- 积分:1
-
ISOIEC
ISOIEC-15444-12-2004 æ ‡å‡†-ISOIEC- 15444-12-2004 standard
- 2022-07-08 22:01:49下载
- 积分:1
-
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。...
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。-Its own series of a biological signal processing platform, including the coherent average, filtering and Fourier analysis methods.
- 2022-01-25 19:58:38下载
- 积分:1
-
一个用Java开发的细胞自动机
一个用Java开发的细胞自动机-a Java development Cellular Automata
- 2023-07-02 22:35:03下载
- 积分:1
-
模拟Maya模型的交互式控制,可通过左右方向键控制人物旋转,上下方向键控制步行...
模拟Maya模型的交互式控制,可通过左右方向键控制人物旋转,上下方向键控制步行-Maya simulation model of interactive control by about key figures rotary control, The next key control walking
- 2022-05-21 18:50:01下载
- 积分:1
-
著名的游戏贪吃蛇用大家的帮助下开发的一点,这是M。
著名游戏贪吃蛇用vc开发出来的,大家帮忙给点意见,这是我第一次程序-famous game Snake vc developed with the help of everyone to the point, this is my first procedure
- 2022-03-09 18:25:09下载
- 积分:1
-
易语言模块源码,模块化编程学习,容易学习操作理解。
易语言模块源码,模块化编程学习,容易学习操作理解。-E language source modules, modular study program, easy to understand study the operation.
- 2022-03-02 19:29:38下载
- 积分:1
-
here is the operation of the Foxpro database and relevant data to build up a dat...
这里是Foxpro数据库操作的相关数据及建立数据库的参考文件,下载后查看-here is the operation of the Foxpro database and relevant data to build up a database of reference documents, downloading of View
- 2022-03-15 06:42:03下载
- 积分:1