-
火车订票系统
应用背景用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
-
这是一个用ppt做的软件工程实习有关的资料
这是一个用ppt做的软件工程实习有关的资料-This is a ppt to do with software engineering internship-related information
- 2023-01-24 04:40:03下载
- 积分:1
-
该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归....
该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归.-that the procedure was the Tower of Hanoi Recursive is VC2.0 under the specific algorithm is recursive.
- 2023-07-24 19:25:03下载
- 积分:1
-
Debian_install.zh_CN
Debianlinux的中文安装手册,debian安装入门用。(Debianlinux installation manual entry using debian installed.)
- 2005-03-22 12:06:45下载
- 积分:1
-
降雨衰减时间序列模型
本文档给出了北京和上海的雨衰时间序列合成方法,并对该方法进行仿真,得到预期的曲线图。(In this paper, the method of time series synthesis of rain fall in Beijing and Shanghai is presented, and the method is simulated and the expected curve is obtained.)
- 2018-04-12 16:50:46下载
- 积分:1
-
stm32控制L298N源代码
说明: 有问题联系我,驱动小车,l298n,stm32f103zet6,(Contact me if you have any questions. Drive the car, l298n, stm32f103zet6.)
- 2019-01-14 10:57:01下载
- 积分:1
-
Credit evaluation is very classic English papers, computer stolen from their tea...
信用评价的很经典的英文论文,从老师电脑里偷出来的-Credit evaluation is very classic English papers, computer stolen from their teachers out of the ~ ~ ~
- 2022-10-18 22:20:05下载
- 积分:1
-
D3guandao
3维直管泊肃叶流模拟,用格子玻尔兹曼方法,可以直观看到流动剖面。(The flow profile can be visualized by the lattice Boltzmann method in the 3-D Poiseuille flow simulation in a straight pipe.)
- 2020-06-22 22:20:01下载
- 积分:1
-
基于数字信号处理器的运动控制,电子的文章比较好,我用的项目参考
基于dsp的运动控制,比较好的电子文章,我以前项目参考用的-Dsp based motion control, electronic article better, I used the item reference
- 2023-01-30 18:10:04下载
- 积分:1
-
Oracle函数大全。
Oracle函数大全。-Oracle function Guinness.
- 2022-01-27 13:13:15下载
- 积分:1