-
火车订票系统
应用背景用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
-
walkingpete小程序!
一个walkingpete的小程序-walkingpete a small procedure!
- 2022-07-06 12:11:14下载
- 积分:1
-
labview xie写的邮戏,比较有意思的
labview xie写的邮戏,比较有意思的-labview game
- 2022-05-21 01:30:30下载
- 积分:1
-
详细介绍了波动方程怎样通过有限差分的方法离散化,是计算机模拟地震波、声波传播的理论基础,本人就是从中受益的,且编出的程序已在Unix...
详细介绍了波动方程怎样通过有限差分的方法离散化,是计算机模拟地震波、声波传播的理论基础,本人就是从中受益的,且编出的程序已在Unix-Linux系统中通过,绘出的图形得到了老师的认可-Described in detail how the wave equation through the finite difference method of discretization is a computer simulation of seismic waves, sound waves spread of the theoretical basis, I benefit from that, and that the procedures have been prepared in the Unix-Linux system is passed, the graphics have been drawn the teacher
- 2023-05-10 14:40:03下载
- 积分:1
-
病房呼号系统,由按键控制灯和蜂鸣器,实现病房呼号
病房呼号系统,由按键控制灯和蜂鸣器,实现病房呼号-Ward call sign system, controlled by the key light and buzzer to achieve unit call sign
- 2023-03-10 09:15:03下载
- 积分:1
-
model of induction motor
model of induction motor
- 2023-07-24 09:25:02下载
- 积分:1
-
犯错
犯错
- 2022-02-01 10:19:36下载
- 积分:1
-
此程序的功能是用c语言实现编译原理课程中的语法分析程序
此程序的功能是用c语言实现编译原理课程中的语法分析程序-this procedure is the function of c language compiler theory courses syntax analysis program
- 2022-07-01 00:15:33下载
- 积分:1
-
用matlab来实现的衍射模拟实验,便于教学中立体的观看实验结果,这是很好的...
用matlab来实现的衍射模拟实验,便于教学中立体的观看实验结果,这是很好的-using Matlab to achieve the diffraction experiments to facilitate the teaching of stereo viewing the experimental results, This is a good
- 2022-10-10 10:10:02下载
- 积分:1
-
the compressed package is a "generation Fonts" process required two dy...
本压缩包是上一个“生成字模”的程序所需要的两个动态链接库,使免费下载的。-the compressed package is a "generation Fonts" process required two dynamic link library, a free download.
- 2022-01-27 09:13:49下载
- 积分:1