-
单链表的插入和删除实验目的:
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
-
用visual c++开发的推箱子游戏,代码
整洁易懂。
用visual c++开发的推箱子游戏,代码
整洁易懂。-with visual c Tuixiangzi development of the game, code clean understandable.
- 2022-07-04 23:54:21下载
- 积分:1
-
这是一个小游戏程序,名字也很好听:思想阅读者.
这是一个小游戏程序,名字也很好听:思想阅读者.-This is a small game program, whose name is also good to listen to: thinking of the reader.
- 2022-08-15 15:22:28下载
- 积分:1
-
游戏一个小游戏你可以自己在其中玩!很好玩的一款游戏啊
游戏一个小游戏你可以自己在其中玩!很好玩的一款游戏啊-game a little game you can play in them! Very fun in a game ah
- 2022-05-25 07:46:51下载
- 积分:1
-
C small game very interested in basic skills training series programmed Silache
C小游戏 锻炼基本功 很有意思拉 多编编程序 -C small game very interested in basic skills training series programmed Silache
- 2022-09-28 21:50:03下载
- 积分:1
-
AVL tree . AVL tree is a n algrothim that can be used to study the b tech subjec...
AVL tree . AVL tree is a n algrothim that can be used to study the b tech subject AAD.
- 2022-01-26 04:33:03下载
- 积分:1
-
LABEL的URL连接,LABEL的URL连接
LABEL的URL连接,LABEL的URL连接-LABEL URL link, the URL link LABEL
- 2023-01-10 22:50:03下载
- 积分:1
-
Algorithm
双链表c++算法实现-Algorithm
- 2022-04-15 19:19:49下载
- 积分:1
-
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序...
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序-A c++ to write with a simple management system for students, including add, delete, according to results from the average total points and the order of
- 2022-01-26 00:06:59下载
- 积分:1
-
一个关于PCI板卡的测试与功能检测的DEMO程序源代码安装版,可以在其中看到一些有用的代码...
一个关于PCI板卡的测试与功能检测的DEMO程序源代码安装版,可以在其中看到一些有用的代码-a PCI card for the functional test and detection of the source code DEMO version of the installation, which can be seen in some useful code
- 2022-03-15 05:15:58下载
- 积分:1