-
火车订票系统
应用背景用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
-
mmstatd包含一个 C库和服务器,用于让应用程序很容易的更新计数器和管理器,以便对它们进行维护。它用内部日志支持事故恢复系统。
mmstatd包含一个 C库和服务器,用于让应用程序很容易的更新计数器和管理器,以便对它们进行维护。它用内部日志支持事故恢复系统。-mmstatd contains a C storehouse and the server, uses in to let
the application procedure very easy renewal counter and the
management, in order to carries on the maintenance to them. It uses
the internal diary support accident to restore the system.
- 2022-05-18 05:28:12下载
- 积分:1
-
Using java language calendar procedures, welcomed everyone to download use
用java语言编写的日历程序,欢迎大家下载使用-Using java language calendar procedures, welcomed everyone to download use
- 2022-03-11 13:22:58下载
- 积分:1
-
opengl 做的三维立方体 贴了花岗岩纹理
opengl 做的三维立方体 贴了花岗岩纹理-opengl to do three-dimensional cube of granite texture paste
- 2022-03-11 23:56:25下载
- 积分:1
-
一个随机密码产生器代码
一个随机密码产生器代码-A random password generator code
- 2022-03-21 13:47:57下载
- 积分:1
-
good program ,I like very much
good program ,I like very much-good program, I like very much
- 2022-09-25 02:10:03下载
- 积分:1
-
使用一辆写java初学者和手机游戏用游戏…
用java写的一个开车游戏,适合初学java者及手机游戏的使用!-use of a car to write games for beginners java and the use of mobile phone games!
- 2022-06-14 22:11:36下载
- 积分:1
-
各种常见的算法,用C写
各种常见的算法,用C写-various common algorithms, written in C
- 2022-01-25 16:32:46下载
- 积分:1
-
socket communication process, from the client to send a number of characters in...
socket通讯程序,从客户端发送若干字符后在在服务器端接收-socket communication process, from the client to send a number of characters in the server side to receive
- 2022-06-15 01:32:47下载
- 积分:1
-
PHP 建站工具,CMS系统,类似与oscommerce
PHP 建站工具,CMS系统,类似与oscommerce-PHP建站tools, CMS systems, similar to osCommerce
- 2023-02-04 21:30:04下载
- 积分:1