-
单链表的插入和删除实验目的:
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
-
C++定义了组件及
C++ defines to assembly EQUs
- 2022-10-05 18:25:03下载
- 积分:1
-
一个用Delphi写的扫雷程序源码
一个用Delphi写的扫雷程序源码-this is a procedure source of mine by delphi!
- 2022-01-25 22:28:35下载
- 积分:1
-
解决oracle服务器占用大CPU的进程清理
解决oracle服务器占用大CPU的进程清理-solve oracle server CPU use of the Great liquidation process
- 2022-08-19 04:30:58下载
- 积分:1
-
csharp中异步变同步的基础类库,可以用来把大量的异步过程在同步过程中实现,可以参考相关的文章,因为原文章中这段代码都不完整,此处做了整理,把关键的代码补齐了...
csharp中异步变同步的基础类库,可以用来把大量的异步过程在同步过程中实现,可以参考相关的文章,因为原文章中这段代码都不完整,此处做了整理,把关键的代码补齐了-AsyncEnumerator and interlock source
- 2022-06-15 22:56:10下载
- 积分:1
-
墨香游戏DEMO。。。网上下载。。。好像用的是ESOFT的引擎
墨香游戏DEMO。。。网上下载。。。好像用的是ESOFT的引擎-Mexican Hong game DEMO. . . Internet download. . . Like using the ESOFT engines.
- 2022-04-19 13:15:51下载
- 积分:1
-
在本案例中所描述的源代码比300行的限制,我..
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2022-04-29 11:36:49下载
- 积分:1
-
用易语言开发的 cad插件 。进入cad中。画线
用易语言开发的 cad插件 。进入cad中。画线-Language development with easy plug-cad. Entered in cad. Draw a line
- 2022-08-03 20:31:46下载
- 积分:1
-
一个mathematica求级数展开的代码
一个mathematica求级数展开的代码-Mathematica for a series expansion of the code
- 2022-03-21 12:52:15下载
- 积分:1
-
For serial debugging for the host with the communication between modules, use th...
用于串口调试,用于主机与各模块之间的通讯,使用很方便-For serial debugging for the host with the communication between modules, use the very convenient
- 2022-03-25 12:12:50下载
- 积分:1