-
火车订票系统
应用背景用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
-
OpenCms中文用户手册书籍语言:英文书籍类型:程序…
OpenCms中文用户手册
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 897 KB
-OpenCMS Chinese user manual books Language : English books categories : program design license : free software books Size : 897 KB
- 2022-02-07 08:00:53下载
- 积分:1
-
熵
Entropy-based CLIQUE算法改进-entropy-based algorithm to improve CLIQUE
- 2022-12-19 02:25:03下载
- 积分:1
-
这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看....
这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看.-University sophomore operations. Then scored more than 90 hours if there are foreign students friends can see.
- 2022-04-24 23:06:48下载
- 积分:1
-
WinDriver9.0安装包。它支持windows XP/2000/98,Linux/WindowsCE.
WinDriver9.0安装包。它支持windows XP/2000/98,Linux/WindowsCE.-WinDriver9.0 installation package. It supports windows XP/2000/98, Linux/WindowsCE.
- 2022-02-24 23:21:29下载
- 积分:1
-
Basic Nibbles (NO MFC) good
Basic Nibbles (NO MFC) good
- 2022-01-25 21:34:40下载
- 积分:1
-
让您爱不释手的专业串口调试软件,使用完全免费! 本软件可以在Win95/98、Win2000、WinNT、WinXP下面运行....
让您爱不释手的专业串口调试软件,使用完全免费! 本软件可以在Win95/98、Win2000、WinNT、WinXP下面运行.-attractive professional serial debugging software, the use of a completely free! the software can Win95/98, Win2000, WinNT, running WinXP below.
- 2022-12-21 13:40:03下载
- 积分:1
-
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公...
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公开资源,谨供学习参考使用。-Based on a previously collected by C/S structure of the ERP client source code, help-depth study and master the ERP technology. Worthy of study and reference. Development language based on Visual Studio. The code from the online collection of public resources, I would like to study for their use and reference.
- 2022-03-23 23:15:28下载
- 积分:1
-
多通道的ACC设计VeerilogHDL描述
多通道的ACC设计VeerilogHDL描述-multi-channel design VeerilogHDL ACC Description
- 2022-03-07 20:31:17下载
- 积分:1
-
简历去塔斯POR vendedor,validacióN的RFC Y肋
应用背景有联合国简历席programa德塔斯incluyendo informacióN功能contable Y Agrega El Campo de vendedor,EL 2程序有validación del RFC(墨西哥)第阙无硒encuentre duplicado埃尔3ero验证阙埃尔肋indicado COSTO德尔producto海上铝关键技术EL普通ESTA basado EN的语言advpl,ES UN普通Claro y descriptivo没有稚嫩的á问题的某些对位aplicarlo苏Sistema。
- 2022-06-21 03:57:17下载
- 积分:1