-
火车订票系统
应用背景用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
-
判断手机号码是否吉凶的小东西
判断手机号码是否吉凶的小东西-judge whether the phone numbers of small things good and bad.
- 2022-02-03 20:43:54下载
- 积分:1
-
线性自适应预测滤波算法,用于扩频通信中的窄带干扰信号的抑制,对搞窄带干扰抑制的朋友会有所帮助!...
线性自适应预测滤波算法,用于扩频通信中的窄带干扰信号的抑制,对搞窄带干扰抑制的朋友会有所帮助!-linear adaptive filter algorithm forecast for the spread spectrum communication signals in the narrow band interference suppression to engage narrowband interference suppression friends will help!
- 2022-02-11 17:02:07下载
- 积分:1
-
快捷方式一个 快捷方式一个
快捷方式一个 快捷方式一个-shortcuts a shortcut to a shortcut to a
- 2022-03-24 05:56:25下载
- 积分:1
-
* Has a debug LED, button, digital control verilog procedures, and debugging in...
*先后调试了LED,按键,数码管的verilog程序,并在实验板上面调试成功!学习FPGA是一个漫长的过程,但是我必须得坚持!前途光明,道路崎岖!
这次在垃圾堆(我工作台下面的抽屉和柜子,呵呵)里面搜索了一个以前用C8051F020作的一个单片机 最小系统,其中有一个PS2的数字小键盘,于是马上鼓捣了一下,复习了一下PS2传输数据的规则,其实还是比较简单的,所以很快就把程序搞定,并在电路板上运行正常!!!
-* Has a debug LED, button, digital control verilog procedures, and debugging in the experiment above board success! FPGA is a long learning process, but I have to insist! A bright future, roads and rugged! In the garbage (I workbench drawers and cabinets below, huh, huh) search inside a previously C8051F020 minimum for a single-chip systems, which have a small number of PS2 keyboard, then immediately鼓捣, then review the PS2 data about the rules, in fact, relatively simple procedures so they get very quickly, and in the normal operation of the circuit board! ! !
- 2022-02-13 14:46:38下载
- 积分:1
-
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天...
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天举办活动,得出结果,每30天举办一次活动,费用最少。最后,我们对模型评价与推广,还有个人的心得体会。-system used EXEL development, summarized below, the blood supply model, we have certain areas of the system simulation, in order to spend at least a medical center, we first of the three, is not organizing activities, held every 415.70 days, the outcome of each 30 days of an event, at least cost. Finally, we model for evaluation and promotion, there are personal experiences.
- 2022-04-26 09:28:41下载
- 积分:1
-
闭区间覆盖问题,是用贪心实现的!程序很简洁啊!
闭区间覆盖问题,是用贪心实现的!程序很简洁啊!-closed interval coverage is used to achieve the greedy! Very simple procedures ah!
- 2022-01-31 16:46:35下载
- 积分:1
-
本程序的功能就是在后台播放音乐,没有多余的界面。"选择目录"里的路径可以自己输入,也可以将音乐文件夹拖到程序的窗口中。"选择歌曲"能选择自己喜欢的歌来听,只要将...
本程序的功能就是在后台播放音乐,没有多余的界面。"选择目录"里的路径可以自己输入,也可以将音乐文件夹拖到程序的窗口中。"选择歌曲"能选择自己喜欢的歌来听,只要将音乐文件拖到窗口即可,但拖一首歌就要激活本程序的窗口,再按一下回车,才可以选择第二首歌。这里比较麻烦,我会努力解决问题。最重要一点就是,"选择歌曲"里,歌曲名称不能有空格,技术问题,请多多包含。-This procedure of its function is to play music in the background, there is no extra interface.
- 2022-03-30 00:14:14下载
- 积分:1
-
分页其他人不需帐号就可自由下载此源码
分页其他人不需帐号就可自由下载此源码 -Paging other people without accounts can download this free source
- 2022-05-08 04:06:22下载
- 积分:1
-
一个mfc写的石子棋小游戏
一个mfc写的石子棋小游戏-a mfc write small stones chess game
- 2022-08-26 01:11:44下载
- 积分:1