-
单链表的插入和删除实验目的:
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
-
数学公式。如何几十、科学计算、机器应用
数学计算公式.多大数十种,科学计算,机器应用-mathematical formula. How dozens, scientific computing, machine application
- 2022-03-17 19:50:47下载
- 积分:1
-
算法设计与分析基础的课后习题答案,潘彦著,清华大学出版...
算法设计与分析基础的课后习题答案,潘彦著,清华大学出版-Algorithm design and analysis of the basic answer to after-school exercise, the PAN Yan, Tsinghua University Publishing
- 2022-05-28 22:33:38下载
- 积分:1
-
这是一个电子钟程序,已经调试过,误差非常小,有用的朋友可以参照...
这是一个电子钟程序,已经调试过,误差非常小,有用的朋友可以参照-This is an electronic bell procedures have Debugging off, the error is very small, it can be a useful reference to a friend
- 2022-01-26 00:15:21下载
- 积分:1
-
毕业生信息管理系统
毕业生信息管理系统-graduates information management system
- 2023-08-20 06:20:03下载
- 积分:1
-
优化系统速度,加快磁盘访问速度,充分利用内存
优化系统速度,加快磁盘访问速度,充分利用内存-Optimization of system speed, speed up disk access speed, full use of memory
- 2022-01-26 08:00:27下载
- 积分:1
-
online collection of English phrases to memorize classical learning English is v...
我收集的网上的英语经典句子的背诵
对学习英语很有好处-online collection of English phrases to memorize classical learning English is very good
- 2022-02-10 06:13:55下载
- 积分:1
-
Consider the external magnetic field simulation using the ISING MODEL package fo...
考虑了外加磁场的ISING MODEL 模拟
要用fortran软件包打开-Consider the external magnetic field simulation using the ISING MODEL package fortran open
- 2022-01-22 03:45:07下载
- 积分:1
-
实用的Flash幻灯片焦点图+源代码
实用的Flash幻灯片焦点图+源代码,你看一下就会明白了,里面没有调用图片,但是里面的一些动作和切换模式已经做好了,用时候你自己添加需要显示的图片即可。
- 2022-09-07 20:20:02下载
- 积分:1
-
tidsp2407汇编程序例程,完整的源代码。
tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
- 2022-02-02 16:03:53下载
- 积分:1