-
一个简单的卡巴斯基的安全升级的方法
一个简单的卡巴斯基的安全升级的方法 -Kaspersky a simple way to upgrade the safety
- 2022-01-31 00:33:27下载
- 积分: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
-
做为一个例子,它是一个很好的学习FLASHMX的例子
做为一个例子,它是一个很好的学习FLASHMX的例子-as an example, it is a very good example of learning FLASHMX
- 2022-01-21 04:42:51下载
- 积分:1
-
Rs232 Rs232
Rs232 Rs232 -Rs232 Rs232 Rs232 Rs232
- 2023-07-14 07:45:02下载
- 积分:1
-
动态创建控件举例
动态创建控件举例-Dynamic Controls for the creation
- 2022-07-08 14:07:24下载
- 积分:1
-
这是一个不错的小游戏啊,欢迎大家来下啊,好东西大家一起分享啊...
这是一个不错的小游戏啊,欢迎大家来下啊,好东西大家一起分享啊 -This is a good little game ah, welcoming everyone to come under ah, good things to share with everyone ah
- 2022-05-31 08:08:06下载
- 积分:1
-
操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度...
操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
- 2022-06-26 20:24:55下载
- 积分:1
-
电动机保护测量程序,用的是DSP2407,
电动机保护测量程序,用的是DSP2407,-Motor Protection measurement procedures, using the DSP2407,
- 2022-01-24 14:58:14下载
- 积分:1
-
Real
能实时读取汽车内部电机数据,反应汽车状态-Real-time data read electric car, the reaction car state
- 2022-03-24 02:37:53下载
- 积分:1
-
GPSRTK with observational data, an observation station dozens of Epoch, a lot of...
用GPSRTK观测数据时,一个站观测几十个历元,一天观测了很多站,回家导出数据到本程序,可统计出所有的点名及每个点的观测的 精度。-GPSRTK with observational data, an observation station dozens of Epoch, a lot of day observation stations, Export of data to the home of the procedures, all the statistics and the name of each observation point accuracy.
- 2022-01-22 02:37:02下载
- 积分:1