-
火车订票系统
应用背景用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
-
keil 平台下 写的一个蛇游戏,源码仅供学习和参考
keil 平台下 写的一个蛇游戏,源码仅供学习和参考-keil platform written by a snake game, the source code is for learning and reference
- 2023-07-24 07:50:04下载
- 积分:1
-
NS2 简介
NS2 是专为研究而设计的开源事件驱动模拟器计算机通信网络中。NS2 自 1989 年成立以来, 不断得到来自业界、 学术界和政府的极大兴趣。都在不断研究与改进多年来,现在的 NS2 包含众多网络组件 (如路由模块的传输层协议、 应用程序等。探讨网络性能, 研究人员可以简单地使用一种易于使用的脚本语言,来配置网络, 和观察通过 NS2 而生成结果。无疑,NS2 已成为最广泛使用的开放源码网络模拟器和一个最广泛用于网络模拟器。
- 2022-06-20 07:17:06下载
- 积分:1
-
应用类 一个小小的倒计时程序,可以使用户在需要时提供方便快捷的操作:)...
应用类 一个小小的倒计时程序,可以使用户在需要时提供方便快捷的操作:)-Application of a small category of the countdown procedure, allows the user when necessary to provide a convenient mode of operation:)
- 2023-05-20 04:05:04下载
- 积分:1
-
Acess数据库将被捆绑到领域层形成MapX专题图诉..
将Acess数据库中字段绑定到图层生成Mapx专题图的VB源码。-Acess database will be bundled to the field layer formation Mapx thematic maps VB source.
- 2022-05-14 22:54:01下载
- 积分:1
-
贪吃蛇2005 + 源程序
贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则:
利...
贪吃蛇2005 + 源程序
贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则:
利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分;
在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作:
程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续游戏;出错后会出现是否继续游戏的提示,Y继续,N结束。
-2005 Snake Snake source of a small classic game, I carefully made, I believe other than the so-called Snake many good results. Hope we can put forward more valuable suggestions. The rules of the game : direction control keys snakeheads campaign, when the food is encountered snakeheads eat food, access points; In this process does not allow out-of-bounds snakeheads or physical encounter, the end of the game. Basic operation : running after importation figures 0-9, choose level; By any time that the Esc keys out of the game; The keyboard keys to control the direction snakeheads movement direction; Keys suspended by the arbitrary direction keys and key combinations exception; Following the suspension, according to the direction keys to th
- 2022-12-13 12:15:03下载
- 积分:1
-
交通预测和分配程序,由VB开发,用与交通规划与经济评价系统.
交通预测和分配程序,由VB开发,用与交通规划与经济评价系统.-Traffic forecasting and allocation process, by the VB development, use and transport planning and economic evaluation system.
- 2022-12-07 02:45:03下载
- 积分:1
-
利用通讯录记载股票交易记录的例子自动保存查询
利用通讯录记载股票交易记录的例子自动保存查询-Address Book records using the example of stock records automatically saved query
- 2022-12-03 05:00:03下载
- 积分:1
-
很有用的
东西 啊
下来看看事实上怎么还不够啊
真是郁闷...
很有用的
东西 啊
下来看看事实上怎么还不够啊
真是郁闷
-Ah useful things down and see how in fact is not enough ah really depressing
- 2023-02-15 04:55:03下载
- 积分:1
-
opencv的运动检测
opencv motion detection
- 2022-03-20 17:24:56下载
- 积分:1