-
单链表的插入和删除实验目的:
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
-
zhongli
说明: 该程序是实现重力勘探中球体正演和水平圆柱体正演,并进行相应的处理(The exploration program is to realize the gravity and the horizontal cylinder forward ball forward, and make the appropriate treatment)
- 2011-04-05 21:38:34下载
- 积分:1
-
基于XILINX FPGA的OFDM通信系统基带设计
说明: 浙大人写的,基于802.11写的OFDM设计,基于FPGA的设计,适合新手学习(OFDM design based on 802.11 written by Zhejiang Daren, and design based on GA, suitable for novice learning)
- 2020-03-22 17:21:10下载
- 积分:1
-
A personnel system, code and databases.
一个有关人事系统的所有代码和有关文件包括里面小量数据库。-A personnel system, code and databases.
- 2023-04-02 14:15:04下载
- 积分:1
-
关于风电并网多目标经济调度
说明: 用matlab编写了关于风电并网的多目标电力系统经济调度,(Economic dispatch of power system for wind power integration)
- 2021-04-14 22:28:55下载
- 积分:1
-
一个完全的C编译的程序,这样的操作系统课程…
一个完完全全用c编译的程序,使操作系统的课程设计,实现了安全分配,回收,网上的大多都没有回收操作,使一个非常完整的银行家算法的实现-a totally c compiler with the procedures so that the operating system of curriculum design, realization of a security allocation, recovery, most of the Internet are not recycling operation, a very integrity of the algorithm to achieve bankers
- 2023-05-18 04:30:03下载
- 积分:1
-
控制硬件仪器的软件,可以用于测试试验.是Chroma公司的交流电源...
控制硬件仪器的软件,可以用于测试试验.是Chroma公司的交流电源-Software control of hardware devices that can be used for tests. Is the company
- 2022-02-01 01:11:33下载
- 积分:1
-
ABAQUS子程序umat
ABAQUS子程序umat自定义材料本构模型的实例详细解释,帮助umat初学者掌握编程过程,进一步实现自己编程进行模拟的目的
- 2022-08-22 09:18:35下载
- 积分:1
-
HTRI6.0全功能破解补丁
说明: htri6.0破解补丁1、换热器计算器支持包括所有的标准TEMA类型的计算
Xist 支持包括所有的标准TEMA类型的计算,并且集成了流动导致的震动计算, 管子排布工具等等。
进行空冷器和经济器的设计, 核算和模拟计算, 包括自然通风(风机停运)和强制通风条件下的计算。(Heat Exchanger Calculator Support Including All Standard TEMA Types of Calculations
Xist supports all standard TEMA-type calculations, and integrates flow-induced vibration calculations, pipe layout tools, and so on.
Design, calculate and simulate the air cooler and economizer, including natural ventilation (fan outage) and forced ventilation.)
- 2020-06-16 09:00:01下载
- 积分:1
-
EVRPTW_Solver-master
模拟退火加变领域搜索解决EVRPTW的问题(Simulated annealing and variable domain search to solve the problem of EVRPTW)
- 2020-06-26 17:00:02下载
- 积分:1