-
单链表的插入和删除实验目的:
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
-
VC语言编写的动态内存,有所不足请P我
VC语言编写的动态内存,有所不足请P我-VC language of dynamic memory, has been less than requested P I ..............
- 2022-07-01 14:47:56下载
- 积分:1
-
这是一个公有继承类的实例,在基类设置了一个成员函数,在其派生类中使用公有继承,详细见源程序...
这是一个公有继承类的实例,在基类设置了一个成员函数,在其派生类中使用公有继承,详细见源程序-This is a public instance of a class inheritance, in the base class set up a member function using derived class in their public inheritance, in detail see the source code
- 2022-01-24 14:05:15下载
- 积分:1
-
用 VB 写的编写CS 的源吗,对开发游戏的VB 写手有一定的启发
用 VB 写的编写CS 的源吗,对开发游戏的VB 写手有一定的启发-VB was the preparation? CS source, the development of the game in VB writers have inspired
- 2022-03-03 20:42:20下载
- 积分:1
-
In the cadence virtuoso painting under the bus of the skill procedure.
在cadence virtuoso 下画bus的skill程序。-In the cadence virtuoso painting under the bus of the skill procedure.
- 2022-03-26 07:37:42下载
- 积分:1
-
从常用的红外传输的红外通信报告…
上传一份关于红外通信 常用的红外发射和接收头的引脚判断-From a report on the infrared communication commonly used in infrared transmitting and receiving a pin-head to determine
- 2022-12-22 02:05:03下载
- 积分:1
-
无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转...
无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转-The needs of a wide range of brushless DC motor voltage level to control the rotational speed: 0V stop the motor switch, 5V maximum speed of the motor running, and in between 0V and 5V voltage while the motor running at low speed
- 2022-07-14 10:04:40下载
- 积分:1
-
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库...
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库-childhood began large-scale software child, they do software, absolutely not, as I have done so depressed. Their concern is skills, new ways of thinking. Is not known ... 16x16 lattice History shows character
- 2022-05-29 10:53:20下载
- 积分:1
-
用MTALAB实现各种微波传输线参数的可视化进行了仿真
用MTALAB实现各种微波传输线参数的可视化进行了仿真-With MTALAB microwave transmission line parameters to achieve a variety of visualization of a simulation
- 2022-03-02 06:42:03下载
- 积分:1
-
一部很好的3D游戏入门的源代码,很适合初学者,希望大家给出一些更宝贵的资料,相互学习...
一部很好的3D游戏入门的源代码,很适合初学者,希望大家给出一些更宝贵的资料,相互学习-A good 3D game portal
- 2022-11-02 09:20:04下载
- 积分:1