-
本源码是用于ad hoc中一种改进的预约多址协议的仿真,具有吞吐量高,支持QoS的特点。绝对可以运行。...
本源码是用于ad hoc中一种改进的预约多址协议的仿真,具有吞吐量高,支持QoS的特点。绝对可以运行。-source for the ad hoc An Improved PRMA agreement simulation, with high throughput, QoS features. Absolutely can run.
- 2022-12-17 20:25:02下载
- 积分:1
-
labwindow 编程的tcp网络开发例程。
labwindow 编程的tcp网络开发例程。-labwindow programming routines tcp network development.
- 2023-03-30 17:30:03下载
- 积分:1
-
完成论文的在线查询提交和下载,不用登录密码即可上传下载
完成论文的在线查询提交和下载,不用登录密码即可上传下载-Complete papers online query submission and the download, do not you upload login password download
- 2022-09-07 08:20:02下载
- 积分:1
-
可以实现访问一些国内不能访问的站也能访问上
可以实现访问一些国内不能访问的站也能访问上-Can realize a number of domestic visits should not visit the station can also visit
- 2022-02-20 05:40:39下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
数值分析迭代格式比较
数值分析迭代格式比较-iterative numerical analysis of comparative format
- 2022-03-18 03:36:28下载
- 积分:1
-
it is a digital clock
it is a digital clock
- 2022-11-12 18:15:02下载
- 积分:1
-
大部份单片机中,没有USB 主机,要读写U盘,不妨用SL811,扩展,代码OK
大部份单片机中,没有USB 主机,要读写U盘,不妨用SL811,扩展,代码OK-Most single-chip, there is no USB host, it is necessary to read and write U disk, may wish to use SL811, expansion, code OK
- 2022-07-15 19:43:02下载
- 积分:1
-
given by the generating polynomial expansion Domain
由给定的多项式生成扩域-given by the generating polynomial expansion Domain
- 2023-09-02 19:50:03下载
- 积分:1
-
最新的,很好的PDF阅读器,无需要安装,单文件直接运行并注册文件类型...
最新的,很好的PDF阅读器,无需要安装,单文件直接运行并注册文件类型-The latest, very good PDF reader, no need to install a single file to run directly to and register file types
- 2023-08-26 04:10:06下载
- 积分:1