-
单链表的插入和删除实验目的:
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
-
输入一个词或仅输入所有内容
模糊查询,你只输入要查询内容的一个字或输入全部内容-Enter a word or only the importation of all contents
- 2022-03-15 19:11:46下载
- 积分:1
-
信道估计 LS 、MMES信道估计MES对比
说明: LS 、MMES信道估计MES对比,MATLAB下直接可以运行(LS MMES channel Es MATLAB)
- 2020-06-28 13:20:02下载
- 积分:1
-
Petri网分析工具PIPE
Petri网分析工具PIPE is open-source(Petri net analysis tools PIPE is open-source)
- 2008-04-27 23:13:57下载
- 积分:1
-
初步虚谱法程序
本程序是基于matlab的伪谱法弹性波的数值模拟基础程序(This program is based on matlab pseudospectral method elastic wave numerical simulation program)
- 2020-10-13 10:07:31下载
- 积分:1
-
Visual Studio 2008 与 Visual Studio 2005的工程的转换器,可以互相转换...
Visual Studio 2008 与 Visual Studio 2005的工程的转换器,可以互相转换-Visual Studio 2008 and Visual Studio 2005 conversion projects, you can convert each other
- 2022-03-07 19:51:25下载
- 积分:1
-
脉冲滑窗监测
利用matlab来实现对于脉冲滑窗监测的功能(Use matlab to realize the function of sliding window)
- 2017-10-08 10:46:37下载
- 积分:1
-
Dali
说明: Twincat dali Programierung
- 2019-02-18 15:26:09下载
- 积分:1
-
c#窗体颜色更改
说明: C#的窗体颜色更改,可以改变窗体的颜色
一个人员工作为了解决定的是否则是否则是否则是否则是否则1223456雪白以及其他们(C# of the form color changes, you can change the color of the form
A staff working to understand the decision is otherwise is otherwise is otherwise is otherwise is otherwise is otherwise is otherwise 1223456 snow-white as well as its them)
- 2020-04-27 10:59:50下载
- 积分:1
-
haxi
一种有效的哈希算法。。一种有效的哈希算法。。(a kind of effective hashing algorithm)
- 2020-12-05 19:59:23下载
- 积分:1