-
有用的win健组合
有用的win健组合-Kin-win combination of useful
- 2022-02-21 01:13:15下载
- 积分:1
-
小小的软件代码
小小的软件代码-small software code
- 2023-01-05 14:05:03下载
- 积分:1
-
单链表的插入和删除实验目的:
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
-
GeoPhysics at the University of Alberta
提供的一个基于Matlab的地震处理软件...
GeoPhysics at the University of Alberta
提供的一个基于Matlab的地震处理软件-GeoPhysics at the University of Alberta provided a Matlab-based seismic processing software
- 2022-01-25 17:24:52下载
- 积分:1
-
C++做的简易电子词典。学习数据结构的可以看看。
C++做的简易电子词典。学习数据结构的可以看看。-C++ to do a simple electronic dictionary. Learning data structure can look.
- 2022-02-02 20:31:34下载
- 积分:1
-
This is a 2D physics simulation software program, imitation of the real
这是一款2D物理模拟软件程序,仿制了真实环境物体的各种连接与碰撞效果。
-This is a 2D physics simulation software program, imitation of the real-world objects in a variety of effects connected with the collision.
- 2023-09-02 20:20:03下载
- 积分:1
-
This code can be used to model a microstrip line or a microstrip
patch antenna...
This code can be used to model a microstrip line or a microstrip
patch antenna (the particular problem being modeled is determined
at compile-time via various declarations).
- 2022-02-21 04:06:15下载
- 积分:1
-
测试UDPTCP数据包,用于调试数据,及大容量数据测试
测试UDPTCP数据包,用于调试数据,及大容量数据测试-UDPTCP test packets of data for debugging, and testing high-capacity data
- 2023-04-30 22:00:04下载
- 积分:1
-
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分...
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分-VPR placement and routing source
- 2022-03-19 21:04:07下载
- 积分:1
-
c语言编写的通讯录
c语言编写的通讯录-c language directories
- 2023-02-24 16:50:03下载
- 积分:1