-
火车订票系统
应用背景用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
-
基于采样法的滤波器设计,完成一个对MP3信号的加噪,滤波的仿真...
基于采样法的滤波器设计,完成一个对MP3信号的加噪,滤波的仿真-Based on sampling of the filter design, the completion of an MP3 signal plus noise, filtering simulation
- 2022-06-26 05:52:00下载
- 积分:1
-
DSP281x_GlobalVariableDefs global variable source
DSP281x_GlobalVariableDefs全局变量源程序-DSP281x_GlobalVariableDefs global variable source
- 2022-02-06 23:14:31下载
- 积分:1
-
是用c++编辑的银行家算法,是有点长,不过我相信只要努力就有收获的...
是用c++编辑的银行家算法,是有点长,不过我相信只要努力就有收获的-is editor bankers algorithm, is a bit long, but I believe as long as the efforts will harvest
- 2023-03-16 09:00:04下载
- 积分:1
-
贪吃蛇游戏直游戏开发人员要学习或做参考的一个朋友。
贪吃蛇游戏,直得对游戏开发的朋友学习或参考.-Snake game straight game developers have to learn or make reference to a friend.
- 2022-03-02 05:20:04下载
- 积分:1
-
F2812 FLASH烧写软件,大家都来看看哦
F2812 FLASH烧写软件,大家都来看看哦-F2812 FLASH programmer software, we all look at看哦
- 2022-05-01 02:24:21下载
- 积分:1
-
多关键字匹配的源码
多关键字匹配的源码- Essential character match source code
- 2022-10-10 22:15:02下载
- 积分:1
-
一个小的使用,使数学建模的同志们应该知道,我不知道哟…
一个小的lindo,做数学建模的同志们应该知道吧,不知道你们用得上不。以后有好东西再给大家送来-A small lindo, make mathematical modeling comrades should know, I do not know you is not useful. After the U.S. has brought good things to give
- 2022-06-29 10:42:17下载
- 积分:1
-
embest的嵌入式开发环境,非常好用,是进行arm开发的必备工具
embest的嵌入式开发环境,非常好用,是进行arm开发的必备工具-embest embedded development environment, very easy to use, is an indispensable tool for the development arm
- 2023-04-20 21:30:05下载
- 积分:1
-
一个matlab time dot main cross
一个matlab time dot main cross-correlation, 解压后在matlab里运行即可,可计算各种数字信号的延迟,没有密码-a Matlab time dot main cross-correlation , unpacked were operating in Matlab can, translate various digital signal delays, no password
- 2022-05-01 01:17:17下载
- 积分:1