-
单链表的插入和删除实验目的:
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
-
线性插值
采用能量等值法计算骨架曲线的屈服荷载及位移等(Calculating yield load and displacement of skeleton curve by energy equivalent method)
- 2021-01-28 11:18:40下载
- 积分:1
-
WF5_Win64_crk
pro/engneer 5.0 64位破解文件(pro/engneer 5.0 64bit crack file)
- 2020-11-19 09:09:38下载
- 积分:1
-
四色算法的改进算法,针对四色算法的不足进行了相关改进。...
四色算法的改进算法,针对四色算法的不足进行了相关改进。-Four-color algorithm algorithm algorithm for four-color deficiencies were related to improve.
- 2022-04-06 16:22:01下载
- 积分:1
-
免数据库文字游戏
说明: 一款文字游戏源码 提供大家学习 希望大家可以更好的体验(A word game source code for everyone to learn thank you for your support)
- 2020-09-11 16:08:01下载
- 积分:1
-
武林外传飞羽端全图飞行补丁
说明: 588端全图飞行分享:
解压文件,用PCK将instance.txt文件替换客户端elementl文件夹下,configs.pk文件里config目录中的同名文件
gs.conf替换服务端中gamed/里的gs.conf(588 end full picture flight sharing:
Extract the file, replace the instance.txt file with PCK in the client elementl folder, and replace the file with the same name in the config directory of configs.pk file
Gs.conf replaces gs.conf in gamed / of the server)
- 2020-02-07 22:43:03下载
- 积分:1
-
ditfft
说明: 基2ditfft的matlab源程序,以及与matlab自带的fft函数工作效率的比较,附有.doc文档的说明。(2ditfft the matlab source code base, as well as built-in fft function matlab efficiency compared with. Doc document description.)
- 2008-10-16 13:27:38下载
- 积分:1
-
matlab实现的光线跟踪算法,光的折射的建模、衰减…
Matlab实现光线跟踪算法,建模光线折射、衰减、像差-Matlab to achieve ray tracing algorithm, modeling of light refraction, attenuation, aberrations
- 2022-01-25 17:59:34下载
- 积分:1
-
一个售楼系统,v2.0版
一个售楼系统,v2.0版-a sales system, v2.0 Edition
- 2023-01-11 12:50:03下载
- 积分:1
-
django入门与实践
本文件为django的基础知识,包含django的入门技巧及学习路线,django入门与实践(This document is the basic knowledge of django, including Django introductory skills and learning routes, Django introductory and practical)
- 2020-06-17 01:40:01下载
- 积分:1