-
C section of the relevant network
有关C的一段网络相关实例,对Ad hoc的AODV路由协议在OPNET下进行程序仿真-C section of the relevant network-related examples of AODV for Ad hoc routing protocols under the procedures in the OPNET simulation
- 2022-06-13 03:21:51下载
- 积分:1
-
单链表表示的一元多项式的乘法,这个程序感觉不错,可以处理所有正常情况下的输入...
单链表表示的一元多项式的乘法,这个程序感觉不错,可以处理所有正常情况下的输入-This is a Multy of the linklist.
- 2022-06-02 17:15:09下载
- 积分:1
-
益智游戏,贴方块,J2ME开发,这是MOTOV300版本,160关,好玩。...
益智游戏,贴方块,J2ME开发,这是MOTOV300版本,160关,好玩。-puzzle games, and pasted chunks and J2ME development, which is MOTOV300 version, 160 customs and fun.
- 2022-07-03 11:50:12下载
- 积分:1
-
在TC534
基于TC534的数据采集卡设计,格式为word,论文,看清楚下载,或许对你有帮助-The TC534-based data acquisition card design, the format for the word, papers, look at download, and perhaps help you
- 2022-02-28 13:17:12下载
- 积分:1
-
王金明verilog书中第十章的例子
适合初学者
王金明verilog书中第十章的例子
适合初学者-Wang Jinming verilog example Chapter book for beginners
- 2022-08-15 05:35:25下载
- 积分:1
-
lingo教程,很好用
适合lingo入门
lingo教程,很好用
适合lingo入门-Tutorial lingo, lingo very well suited for entry-
- 2022-05-24 11:58:31下载
- 积分:1
-
unix下的界面工具,有菜单和窗口,非常好用。
unix下的界面工具,有菜单和窗口,非常好用。-the interface tools, menus and windows, a very handy.
- 2023-03-29 02:50:03下载
- 积分:1
-
易语言实现网吧呼叫网管功能,安装微软语音库后可以读出内容。...
易语言实现网吧呼叫网管功能,安装微软语音库后可以读出内容。-Yi language implementation cafes call management features, install the Microsoft Speech Library can be read out later.
- 2022-03-05 21:53:07下载
- 积分:1
-
backtracking algorithms circuit board problems
回溯算法中的电路板问题-backtracking algorithms circuit board problems
- 2023-06-10 11:35:04下载
- 积分: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