-
单链表的插入和删除实验目的:
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-05-20 07:34:17下载
- 积分:1
-
Zinc5.3完整源码
windRiver提供的的Zinc5.3完整源码,文档非常齐全,默认状态下可在Windows下用VC编译,支持交叉平台开发,相比高版本的Zinc6.0占用资源要少。-windRiver Zinc5.3 the integrity of the source code, documentation is very complete, default under Windows using VC compiler to support cross-platform development, Compared version of the high-occupancy Zinc6.0 fewer resources.
- 2022-03-12 18:54:02下载
- 积分:1
-
This is VC++ Some of the shortcut keys, in the hope that useful
这是VC++中的一些快捷键,希望对大家有用-This is VC++ Some of the shortcut keys, in the hope that useful
- 2022-04-01 06:48:00下载
- 积分:1
-
STM32+ISP
ST官方STM32 ISP下载程序
用于擦除FLASH程序
STM32+ISP
ST官方STM32 ISP下载程序
用于擦除FLASH程序-STM32+ ISPST official STM32 ISP download for FLASH erase procedure
- 2022-04-27 18:31:11下载
- 积分:1
-
FTP上传工具,FTP上传的小例子,包括定制时间上传功能
FTP上传工具,FTP上传的小例子,包括定制时间上传功能-FTP upload tool, FTP upload a small example, including the time to upload customized functions
- 2022-01-23 10:04:42下载
- 积分:1
-
Ajax技术实现一个简单的PHP聊天室服务器MySQL数据库
Ajax 技术实现的简单聊天室
php服务端 MySQL数据库-Ajax technology to achieve a simple php chat room server MySQL database
- 2023-01-03 10:25:04下载
- 积分:1
-
数据结构经典例题,机场模拟,单跑道,根据输入期望值随机生成起飞,降落飞机,注释详细...
数据结构经典例题,机场模拟,单跑道,根据输入期望值随机生成起飞,降落飞机,注释详细-Classic example of data structure, airport simulation, single-track, in accordance with expectations for randomly generated input to take off and landing aircraft, detailed notes
- 2022-08-26 10:10:36下载
- 积分:1
-
Auto Draw Program of the Quarter
2008-2009赛季欧足联冠军联赛1/4决赛抽签工具。知识用于本赛季的欧冠抽签!-Auto Draw Program of the Quarter-Finals of UEFA Champions League this season (2008-2009).
- 2022-05-21 17:33:09下载
- 积分:1
-
为GCC和megaload bootloader
应用背景转换从ICC AVR bootloader WinAVR GCC(+ megaload)。 ;关键技术megaload WinAVR ; ;引导 ;GCC ;汇编程序********************************************************* / // * Bootloader atmegaxxx &;megaload ; ; ; ; ; ; ; ; ;* /1.1、四月2003和;及;;;;;;;;;;;;;;;;;;;;;/ * 1:第一次发布&,和,和,和,和,和,和,和,和,和,和,;/ * 1.1:添加自动波特率,代码规模较小,并为之,并在;和公司;&;&;&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/ * sylvain.bissonnette@microsyl.com ; ; ; ; ; ; ; ; ; ; ;* /********************************************************* / // *亚瑟de beun使用WinAVR 修饰; ; ; ;* /和2003个七月三十日,并在;和;和;和;;;;;;;;;;;;;;;;;;;;;;;/ *免责声明&;&;&;&;;;;;;;;;;;;;;;;;;;;;;;;;/ *测试ATmega8,16 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;* // *别人没有过测试,并在;和;和;和;;;;;;;;;;;;;*使用STK500蜱与/如下: ; ; ; ; ;* // *和引导的闪光部分大小= 512字…和,和,和,和,和;/ *和引导复位向量启用…和公司;及;及;
- 2022-08-08 14:20:44下载
- 积分:1