-
单链表的插入和删除实验目的:
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
-
经典的CDMA扩频通信书籍,A.J.维特比编写
经典的CDMA扩频通信书籍,A.J.维特比编写-Classic books CDMA Spread Spectrum Communication, AJ Viterbi prepared
- 2022-02-26 06:26:05下载
- 积分:1
-
java版本的飞行棋,供大家交流和学习使用
java版本的飞行棋,供大家交流和学习使用-java version of the flying game for the U.S. exchange and learning to use
- 2022-03-22 04:13:21下载
- 积分:1
-
pci core altera fpga development of design information pci
pci core altera fpga pci开发设计资料-pci core altera fpga development of design information pci
- 2022-07-12 11:54:56下载
- 积分:1
-
使用VB,在MAPX中利用定时器方法闪烁图元
使用VB,在MAPX中利用定时器方法闪烁图元-The use of VB, the use of timers in MAPX flashing graphic element Methods
- 2022-04-09 09:55:00下载
- 积分:1
-
用C写的格子棋游戏源程序,在DOS运行,程序算法不算很复杂,值得写同类代码的参考。...
用C写的格子棋游戏源程序,在DOS运行,程序算法不算很复杂,值得写同类代码的参考。-written in C game of chess source lattice, the DOS operating procedures algorithm is not very complicated. Similar worth writing code reference.
- 2022-06-29 12:53:22下载
- 积分:1
-
using Matlab prepared by the real
用matlab编写的实数编码遗传算法,非常的好-using Matlab prepared by the real-coded genetic algorithm, a very good
- 2022-09-12 01:05:04下载
- 积分:1
-
图形控件,画实时曲线,等操作方便
图形控件,画实时曲线,等操作方便-graphics controller, real-time curve paintings, and other convenient operation
- 2023-07-06 05:15:02下载
- 积分:1
-
一个图书馆管理系统。用ACCESS做成,包括了用户密码登陆,用户信息管理,图书查询,借还书籍,罚款信息等模块。...
一个图书馆管理系统。用ACCESS做成,包括了用户密码登陆,用户信息管理,图书查询,借还书籍,罚款信息等模块。-A library management system. Make use of ACCESS, including the user password, the user information management, library inquiries, make use of books, a fine of information modules.
- 2022-03-14 15:56:58下载
- 积分:1
-
a card game set the source, contains many of the basic c
一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用-a card game set the source, contains many of the basic c-c language
- 2022-08-22 12:10:32下载
- 积分:1