-
单链表的插入和删除实验目的:
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
-
- 2023-02-01 15:15:04下载
- 积分:1
-
在DOS程序代码
turboc code in dos
a graphics program to crease some illusory object on screen
- 2022-02-26 11:26:38下载
- 积分:1
-
c++ builder 6.0,computer.ccp
一个计算器的实例,可以进行加减乘除以及一些函数运算。-c++ builder 6.0,computer.ccp
- 2022-04-21 01:43:29下载
- 积分:1
-
that process is the current screen graphics for segmentation, image segmentation...
该程序是以当前画面为分割图形,进行图形分割乱序排列... -that process is the current screen graphics for segmentation, image segmentation, chaotic sequence with ...
- 2022-05-30 04:14:53下载
- 积分:1
-
几个通用过程,包括内存拷贝,移动和其他操作的例子
几个通用过程,包括内存拷贝,移动和其他操作的例子-Several generic process, including the memory copy, mobile and other operations example
- 2022-12-10 06:20:02下载
- 积分:1
-
闹钟程序用C++语言实现的
用C语言实现的闹钟程序.rar- Alarm clock procedure realizes which with the C language
rar
- 2023-01-22 21:15:03下载
- 积分:1
-
没有用,可以删除了,我用来测试,
没有用,可以删除了,我用来测试,-No use, you can delete, and I used to test,
- 2022-01-20 22:56:35下载
- 积分:1
-
用vb编的一个关闭和启用注册表程序,希望对visual basic编程感兴趣和希望了关闭和启用注册表程序原理的人有所帮助...
用vb编的一个关闭和启用注册表程序,希望对visual basic编程感兴趣和希望了关闭和启用注册表程序原理的人有所帮助-With vb for a closing and opening of the registry process, in the hope that interested in visual basic programming and hope to shut down procedures and principles of the opening of the registry will help people! !
- 2022-08-24 19:50:54下载
- 积分:1
-
用VC编写的鼠标变换的代码
用VC编写的鼠标变换的代码-VC prepared by the mouse transform the code
- 2022-06-14 02:13:52下载
- 积分:1