列车时刻管理系统C语言程序设计(源代码)

合集下载

列车时刻表信息管理系统实践报告C语言源代码

列车时刻表信息管理系统实践报告C语言源代码

t\t\t#include /z stdio. h〃 #include /z stdlib ・ h 〃 #include z/string. hV*定义头文件,处理文件及字符数组时要用到相应功能 #define N 10 void fmenu() (system(〃cls 〃); printf("************************ vl.20*****************\n 〃); 查询列车 %cl. */欢迎使用苏州列车时刻表信息管理系统 printf(〃\t\ \n\ 3) t\t\t printf (z/\n ,z %c2. 修改列车 \n\ 3)); printf (〃\t\ %c3. 增加列车\n\ 3) printf CW %c4. 取消列车 \n\ 3) ); printf("\t\ t\t\t printf C\n z/ ); , %c5. %c0. 保存信息 \n\ 3) r aX* f viz K I X K I Z K I X x/z K I Z K I ZI I printf (,z \ t\***********、□"); t\t\tprintf j ; if 选择要执行的操作:\n 〃);/*菜单程序,用于各种功能的选择*/ ' struct train/*定义结构体*/ ); phiiatfi4rn^fS]; t't'tchar checi[6];旺l 吁翦;yr ); tint month; printf (〃\t\int day; t\t\t int hour; int minute; } lieche[N] ;/* 定义一个结构体数组 */ void paixu(struct train *p) ;/* 函数声明 */ void chaxun(struct train *p)/*子程序,其功能是查询列车*/ ( paixu(lieche) ;/*先排序一下,方便查看*/ char a[8] ;/*定义一个字符数组,输入要查 询的列车 int k=0, i, c; */ printf ("请输入要查询的列车:\n 〃); scanf ("%s", a); for(i=0;i<N;i++)if (strcmp(p[i]・ name, a) ==0)printf (,z苏州一%s\t%s (车次)\t%d 年%d\t%d:%02d\n,\ p[i]・name, p[i]・checi, p[i]・year, p[i]・month, p_i]・day, p[i]・hour, p[i]・minute) ;/*车的信息全部打出*/k++;)if(k==0)printf (z/抱歉,没有这趟列车\n〃);/*没有查到时,打出通知*/ printf C按1继续,按0退出\『);/*选择继续或者退出*/ scanf(〃%d〃,&c);if(c!=0)chaxun(lieche);void xiugai (struct train *p)/*子程序,用于修改列车时间*/(char a[8], b [6];int i, x, c, k二0, h, mi, y, m, d, q;printf(〃请输入要修改的列车:\n〃);scanf ("%s", a);for(i=0;i<N;i++)(if (st rcmp (p[i ]・ name, a) =0)printf (z,苏州一%s\t%s ()车次\t%d 年%d\t%d:%02d\n,/, p[i]・ name, p[i]・ checi, p[i]. year, p[i]・ month, p.i]・ day, p[i]・ hour, p[i]・ minute)fprintf (”要修改这趟列车吗?\nl.是0.否\n〃);scanf &q); if (q==l)printf ("请输入修改后的车次:\n,z) ; scanf ("%s", b);printf ("请输入修改后的年月日:\n") ; scanf (“%d%d%d", &y, &m, &d);scanf ("%d%d〃, &h, &mi);printf C确定修改吗?\nl.是2.否\n〃);/*选择是否确定修改列车时%d日将所间,防止查列错误操作*/scan f ("%d〃,&x);if (x=l)(strcpy (p[i]・ checi, b); p[i]. yearly;%d日p[i]・ month二m; p[i]. day=d; p[i]・ hour=h; p[i]・ minute二mi; printfC己经修改此列车〃);k++;)} if(k==0)printf(z,抱歉,没有这趟列车\n〃);/*没有查到时,打出通知*/ printf C按]继续,按scanf &c) ;0 退出\n");if(c!=0)xiugai(lieche);void zengjia(struct train 子程序,用于列车增加*/*p) /*(struct train a;char 空白位置,在此处插入所填列车*/b □二{〃0000000〃} ;/*printf (〃请输入要增加的列车目的地:\『);scanf ("%s", a. name);printf(〃请输入修改后的车次:\rT);scanf a. checi);printf (〃请输入所增加列车的年月日:\『);scanf ("%d%d%d", &a. year, &a. month, &a. day);printf(〃请输入所增加列车的小时和分钟:\n〃);scanf ("%d%d", &a. hour, &a. minute);printf (”确定要增加这一趟列车吗?\nl.是0.否\n〃);scanf&x);if(x==l) for(i=0;i<N-l;i++)if (strcmp (p[i]・ name, b) =0)(strcpy (p[i]・ name, a. name) ; strcpy (p[ij. checi, a. checi);p[i]. year=a・ year;p[i]・ month=a・ month; p[i]・ day=a・ day; p[i]・ hour=a・ hour;p[i]・ minute=a・ minute;strcpy (pli+l]. name, b) ;/*找到位置,插入列车,并把0000000给后面一个结构体*/printfC已经增加这趟列车“);break;5 paixu(lieche) ; printf (〃按 1 继续,按0 退出\n") ; scanf ("%d", &c); if(c!=0) zengjia(lieche); } voidpaixu(struct train *p)/*子程序,用于同名列车时刻排序*/ int i, x; char a[6];for(i=0;i<N;i++)if (strcmp(p[i]. name, p[i+l]. name)==0)/* 先找到相同名字的列车*/ if (p[iJ. year>p[i+l]. year)// 根据年份排序(strcpy (a, p[i]・ checi);strcpy (p[i]・ checi, p[i+l]・ checi);strcpy(p[i+l]. checi, p[i[・ checi) ; x二p[i]・ year; p[i]・ year=p[i+l]. year;p[i+l]. year=x;x=p[i]・ month;p[i]・ month二p[i+l]・ month;p[i+l]・ month二x;x二p[i]. day;p[i]. day=p[i+l]. day;p[i+l]・ day=x;x二p[i]・ hour;p[i]・ hour二p[i+l]. hour;p[i+l]・ hour=x;x二p[i]. minute;p[i]. minute=p[i+l]・ minute;p[i+l]. minute二x;else if(pLi]・year二二p[i+l].year)if (p[i]. month>p[i+l]. month)// 相同年数,根据月份排序。

用C写得车票管理系统源码

用C写得车票管理系统源码

车票管理系统详细说明:1.程序功能一车站每天有n个发车班次,每个班次都有一班次号(1、2、3、…、n),固定的发车时间,固定的路线(起始站、终点站),大致的行车时间,固定的额定载客量。

如:班次发车时间起点站终点站行车时间额定载量已定票人数1 8:00 重庆昆明 10 45 302 6:30 重庆成都 4 40 403 7:00 重庆成都4 40 204 10:00 重庆成都 4 40 2……现要求设计一个管理系统,能完成如下功能:(1)录入班次信息(信息用文件保存),可不定时地增加班次数据;(2)浏览班次信息,可显示出所有班次当前状况(如果当前系统时间超过了某班次的发车时间,则显示"此班已发出"的提示信息);(3)查询路线:可按班次号查询,也可按终点站查询;(4)售票和退票功能。

①:当查询出已定票人数小于额定载量且当前系统时间小于发车时间时才能售票,自动更新已售票人数;②:退票时,输入退票的班次,当本班车未发出时才能退票,自动更新已售票人数。

2.设计思想此系统可参照学生成绩管理系统的部份设计方法而设计。

1车票管理系统车票管理系统一车站每天有n个发车班次,每个班次都有一班次号(1、2、3…n),固定的发车时间,固定的路线(起始站、终点站),大致的行车时间,固定的额定载客量。

如班次发车时间起点站终点站行车时间额定载量已定票人数1 8:00 郫县广汉2 45 302 6:30 郫县成都0.5 40 403 7:00 郫县成都0.5 40 204 10:00 郫县成都0.5 40 2…(一)功能要求:用c/c++设计一系统,能提供下列服务:(1)录入班次信息(信息用文件保存),可不定时地增加班次数据(2)浏览班次信息,可显示出所有班次当前状态(如果当前系统时间超过了某班次的发车时间,则显示“此班已发出”的提示信息)。

(3)查询路线:可按班次号查询,可按终点站查询(4)售票和退票功能A:当查询出已定票人数小于额定载量且当前系统时间小于发车时间时才能售票,自动更新已售票人数B:退票时,输入退票的班次,当本班车未发出时才能退票,自动更新已售票人数(二)其它要求:(1) 只能使用C/C++语言,源程序要有适当的注释,使程序容易阅读(2) 至少采用文本菜单界面(如果能采用图形菜单界面更好)(3) 学生可自动增加新功能模块******************************************************************* ************************************************/ #include<stdio.h>#include<stdlib.h>#include<dos.h>#include<time.h>#include<conio.h>#include<string.h>const int MAX=20;const int N=50;const int MAXFILENAME=100; enum {FALSE,TRUE};struct time{int hour;int minutes;};struct ticket{int SerialNumber;struct time SetOut;char DeparturePoint[MAX];char TerminalPoint[MAX];float LastTime;int FixNumber;int FixedNumber;}car[N];int RecordNumber;int FLAG=FALSE;/**********************************************/ int ShowMessage(void); //载入原始数据void mainmenu(void); //主菜单void InsertMessage(void); //录入班次信息void SearchMenu(void); //查询路线子菜单void SearchByNumber(void); //按班次号查询void SearchByAddress(void); //按终点站查询void TicketManagement(void); //车票售出与退回void TicketOrder(void); //售票void TicketDelete(void); //退票void exit(void); //退出该系统/********************************************/ int main(void){RecordNumber=ShowMessage();if(1)do{mainmenu();}while(FLAG==FALSE);return 0;}void mainmenu(void){system("color 1f");system("mode con: cols=140 lines=130");char functionNumber;printf(" 车票管理系统\n\n");printf(" 制作:hmm182007\n");printf(" 日期:2007/11/25/19:57\n");printf("=========================================================== =============== ==\n");printf(" 1.录入班次信息\t\n");printf(" 2.浏览班次信息\t\n");printf(" 3.查询行车路线\t\n");printf(" 4.售票与退票系统\t\n");printf(" 5.退出该系统\t\n");printf("=========================================================== =============== ==\n");printf("请选择你所需要的功能:");scanf("%c",&functionNumber);switch(functionNumber){case '1':{InsertMessage();printf("\n按任意键回主菜单......\n"); getchar();getchar();}break;case '2':{ShowMessage();printf("\n按任意键回主菜单......\n"); getchar();getchar();}break;case '3':{SearchMenu();printf("\n按任意键回主菜单......\n"); getchar();getchar();}break;case '4':{TicketManagement();getchar();getchar();}break;case '5':FLAG=TRUE;exit();break;default:{printf("输入错误,请确保你的输入为1--5.\n"); printf("按任意键回主菜单......\n");getchar();getchar();}}//switch endsFLAG=FALSE;}void InsertMessage(void){FILE *fp;char filename[MAXFILENAME];int i;printf("请输入文件名或者文件路径名:");scanf("%s",filename);if((fp=fopen(filename,"r"))==NULL){printf("文件%s不可读,请确认文件%s存在或者文件路径正确.\n\n",filename,filename);mainmenu();}for(i=RecordNumber;!feof(fp)&&!ferror(fp);i++){fscanf(fp,"%d%d%d",&car[i].SerialNumber,&car[i].SetOut.hour,&car[i] .SetOut.minutes);fscanf(fp,"%s%s%f%d%d",&car[i].DeparturePoint,&car[i].TerminalPoint ,&car[i].LastTime,&car[i].FixNumb er,&car[i].FixedNumber);}int count=i;printf("班次\t发车时间\t起点\t终点\t行车时间(小时)\t额定载量\t已定票人数\n");for(i=0;i<count;i++){printf("%d\t%d:%d\t\t",car[i].SerialNumber,car[i].SetOut.hour,car[i ].SetOut.minutes);printf("%s\t%s\t\t%.1f\t%d\t\t%d\n",car[i].DeparturePoint,car[i].TerminalPoint,car[i].LastTime,c ar[i].FixNu mber,car[i].FixedNumber);}fclose(fp);}int ShowMessage(void){int i;FILE *fp;if((fp=fopen("add.txt","r"))==NULL){printf("读取数据失败,请检查文件add.txt是否存在.\n"); exit(-1);}for(i=0;!feof(fp)&&!ferror(fp);i++){。

c语言课程设计车票管理系统

c语言课程设计车票管理系统

c语言课程设计车票管理系统车票管理系统是一种用于管理和查询车票信息的软件系统。

在现代社会中,人们经常需要购买车票进行出行,而车票管理系统能够提供方便快捷的购票、退票、查询等功能,极大地方便了人们的出行需求。

车票管理系统需要具备用户管理功能。

用户可以通过注册账号和登录系统来使用各种功能。

系统需要记录用户的个人信息,包括姓名、身份证号码、电话号码等,以便于用户购票和退票时的身份验证。

用户可以通过修改个人信息来更新自己的基本资料。

车票管理系统需要提供车次管理功能。

系统需要记录不同车次的信息,包括车次编号、发车时间、到达时间、起始站点、终点站点、票价等。

管理员可以通过系统添加、修改和删除车次信息。

用户可以查询某一特定车次的详细信息,包括车次编号、发车时间、到达时间、起始站点、终点站点、余票数量、票价等。

车票管理系统还需要提供购票和退票功能。

用户可以通过系统选择某一特定车次和日期,然后查询该车次的余票数量。

如果有余票,用户可以选择购买相应数量的车票,并完成支付操作。

购票成功后,系统会生成一张电子车票并发送到用户的手机上。

如果用户需要退票,可以在规定的时间范围内选择相应的车票进行退票操作。

系统会根据退票规则进行退款处理,并将退款金额返还到用户的账户余额。

车票管理系统还需要提供车票查询功能。

用户可以通过系统选择起始站点和终点站点,然后查询符合条件的车次列表。

系统会根据用户的选择显示车次编号、发车时间、到达时间、余票数量、票价等信息。

用户可以根据自己的需求选择最合适的车次进行购票。

车票管理系统还需要具备统计分析功能。

管理员可以通过系统生成各种报表,包括每日、每周、每月的车票销售情况、客流量统计、收入统计等。

这些报表可以帮助管理员了解车票销售的情况,从而进行合理的调整和优化。

车票管理系统是一种方便快捷的软件系统,能够满足用户购票、退票和查询的需求。

通过该系统,用户可以轻松地选择合适的车次、购买车票,并随时查询车票信息。

火车调度c语言程序实现代码

火车调度c语言程序实现代码

火车调度c语言程序实现代码(总3页)本页仅作为文档封面,使用时可以删除This document is for reference only-rar21year.March#define MAXSIZE 100/* 栈、队列的最大容量,设为100 */#include <>#include <>typedef char datatype;typedef struct {datatype stack[MAXSIZE]; /* 装载栈的向量 */int top; /* 栈顶指针 */} seqstack; /* 顺序栈类型定义*/typedef struct{ datatype queue[MAXSIZE];/* MAXSIZE为队列的最大长度 */int front;int rear;} sequeue; /* 顺序队列类型定义*/void setstacknull(seqstack *s ) /* 置空栈 */{ s->top=-1; }datatype pop(seqstack *s ) /* 出栈 */{ if (s->top<0 ){ printf( "stack empty!\n" );return('\0');}else{ s->top--; /* 产生新栈顶指针 */return(s->stack[s->top+1]); /* 返回原栈顶元素值 */ }}int empty(seqstack *s) /* 判断是否为空栈 */{if (s->top<0 ) return(1);else return(0);}void push(seqstack *s,datatype x) /* 入栈 */{ if ( s->top>=MAXSIZE-1 ) /* 上溢 */printf( "stack overflow!\n" );else{ s->top=s->top+1; /* 1.栈顶指针加1 */s->stack[s->top]=x; /* 2.新元素入栈 */}}void setseqnull(sequeue *sq) /* 置空队列 */{sq->front=-1; sq->rear=-1; }void encyque(sequeue *sq,datatype x) /* 入队 */ {if((sq->rear+1)%MAXSIZE==sq->front)printf( "queue overflow!\n" );else{ sq->rear=(sq->rear+1)%MAXSIZE;sq->queue[sq->rear]=x;}}datatype delcyque(sequeue *sq) /* 出队 */{if(sq->front==sq->rear)return(NULL);else{ sq->front=(sq->front+1)%MAXSIZE;return(sq->queue[sq->front]);}}main( ){seqstack *st;sequeue *trainsq;char ch, trains[MAXSIZE],*p=trains;st=(seqstack *)malloc(sizeof(seqstack));trainsq=(sequeue *)malloc(sizeof(sequeue));setstacknull(st);setseqnull(trainsq);printf("enter train serious:\n");gets(trains);putchar('\n');ch=*p;while (ch!='\0'){ ch=*p;if (ch=='L'){ push(st,ch);ch=pop(st);encyque(trainsq,ch);}else{push(st,ch);}p=p+1;}int i=0;p=trains;while(!empty(st)) {ch=pop(st); if(ch=='Q')encyque(trainsq,ch);else{*p=ch;p++;i++;}}if(i>=0){ch=trains[i];push(st,ch);ch=pop(st);encyque(trainsq,ch);i--;}printf("new train serious:\n");while (ch=delcyque(trainsq)) putchar(ch); putchar('\n');}。

c语言火车源代码

c语言火车源代码

c语言火车源代码以下是一个简单的C语言火车源代码示例,用于模拟火车的运行:c复制代码#include<stdio.h>#include<stdlib.h>#include<time.h>#define MAX_TRAIN_LENGTH 100#define TRAIN_SPEED 10typedef struct {int position;int direction; // 0: stop, 1: forward, -1: backward} Train;void move_train(Train *train) {if (train->direction == 1) {train->position += TRAIN_SPEED;} else if (train->direction == -1) {train->position -= TRAIN_SPEED;}}int is_train_at_destination(Train *train) {return train->position >= MAX_TRAIN_LENGTH;}int main() {srand(time(NULL)); // 初始化随机数生成器Train train = {0, 0}; // 初始化火车初始位置和方向for (int i = 0; i < 50; i++) { // 模拟火车运行50次move_train(&train); // 移动火车if (is_train_at_destination(&train)) { // 如果火车到达目的地,重置位置和方向train.position = 0;train.direction = rand() % 2; // 随机选择前进或后退方向}printf("Train position: %d\n", train.position); // 输出火车位置}return0;}这个程序使用了一个结构体来表示火车,其中包含火车的位置和方向。

C语言 车票管理系统源程序

C语言 车票管理系统源程序

#include〈stdio。

h〉#include〈time.h> /*时间库函数*/#include<stdlib。

h> /*调用系统函数*/#include〈string。

h> /*串操作及内存操作函数*/ #include〈conio.h〉#include〈math。

h〉#define N 80 /*宏定义多条记录*/void maipiao(int s,int t);/*函数定义*/float times(int k);int hour(int k){switch(k){case 1:return 07;break;case 2:return 10;break;case 3:return 13;break;case 4:return 16;break;case 5:return 19;break;case 6:return 21;break;/*d到闽清一天的发车时间小时段*/ case 7:return 07;break;case 8:return 11;break;case 9:return 15;break;case 10:return 19;break;case 11:return 23;break; /*d到长乐一天的发车时间小时段*/ case 12:return 07;break;case 13:return 11;break;case 14:return 15;break;case 15:return 19;break;case 16:return 23;break;/*d到连江一天的发车时间小时段*/ case 17:return 07;break;case 18:return 11;break;case 19:return 16;break;case 20:return 20;break;/*d到永泰一天的发车时间小时段*/ case 21:return 07;break;case 22:return 12;break;case 23:return 17;break;case 24:return 22;break; /*d到福清一天的发车时间小时段*/ case 25:return 07;break;case 26:return 14;break;case 27:return 19;break;case 28:return 22;break;/*d到罗源一天的发车时间小时段*/ }}/*开车时间段*/ int minute(int k){switch(k){case 1:return 00;break;case 2:return 00;break;case 3:return 00;break;case 4:return 00;break;case 5:return 00;break;case 6:return 00;break;/*d到闽清一天的发车时间分钟段*/ case 7:return 00;break;case 8:return 00;break;case 9:return 00;break;case 10:return 00;break;case 11:return 00;break;/*d到长乐一天的发车时间分钟段*/ case 12:return 00;break;case 13:return 00;break;case 14:return 00;break;case 15:return 00;break;case 16:return 00;break;/*d到连江一天的发车时间分钟段*/ case 17:return 00;break;case 18:return 30;break;case 19:return 00;break;case 20:return 30;break;/*d到永泰一天的发车时间分钟段*/ case 21:return 00;break;case 22:return 30;break;case 23:return 00;break;case 24:return 30;break;/*d到福清一天的发车时间分钟段*/ case 25:return 30;break;case 26:return 00;break;case 27:return 30;break;case 28:return 30;break;/*d到罗源一天的发车时间分钟段*/ }}/*开车时间段*/ void wap(int k){switch(k){case 1:printf("闽清”);break;case 2:printf(”长乐");break;case 3:printf(”连江”);break;case 4:printf(”永泰”);break;case 5:printf(”福清”);break;case 6:printf("罗源");break;}}/*输入终点站的函数*/int shijian(){struct tm *ptr;time_t lt;lt =time(NULL);ptr=gmtime(&lt);printf(ctime(&lt));return 0;}/*输出当前时间的函数*/float times(int k){float t;if(k==1)t=1.5;if(k==2)t=3.0;if(k==3||k==4)t=4.0;if(k==5||k==6)t=4.5;return t;}/*输入行车时间的函数*/ int number(int k){int f;if(k==1||k==2)f=30;if(k==3||k==4)f=40;if(k==5||k==6)f=45;return f;}/*输入最大载客量的函数*/ int nownumber(int k,int i){int n=0;char filename[10];switch(i){case 1:strcpy(filename,”qiu1.txt”);break;case 2:strcpy(filename,”qiu2。

C语言火车票管理系统 (1)

C语言火车票管理系统 (1)

#include<stdio.h>#include<string.h>#include<stdlib.h>#include<time.h>#include<conio.h>#define N 1000typedefstruct TICKET //定义新结构体TICKET {char num[10]; //车次char hour[3];char min[3];char from[10];char to[10];float hours;int max; //车载容量int now; //已售票数}CLASS;int class_num=0;CLASS records[N];int system_time();void message();void ShowTable1();void ShowTable2(i nt i);void Display();void add();void save();void load(); // 按班次查询void search(); //查询void change(); //修改void quit(); //退出void buyticket(); //售票void deleteticket(); //取消int menu_select(); //菜单int whether(int); //判断购买时间void find(char s1[],char s2[]); //按起点终点查询void deletemessage(); //删除int findnum(char s1[]); //班次查询void get(int,int); //修改及增加班次char*menu[]={" 欢迎使用车票查询系统","\n*******************菜单***********************", "\n 1. 录入班次","\n 2. 浏览班次信息","\n 3. 查询路线","\n 4. 增加班次","\n 5. 售票","\n 6. 退票","\n 7. 修改班次","\n 8. 删除班次","\n 9. 退出"};int main(){system("cls");while(1){switch(menu_select()) //菜单{case 1: message();b reak;case 2: Display();b reak;case 3: search();b reak;case 4: add();break;case 5: buyticket();break;case 6: deleteticket();break;case 7: change();b reak;case 8: deletemessage();b reak;case 9: quit();break;}}}int menu_select() //菜单{char s[5];int c,i;system("cls");for(i=0;i<11;i++){printf("%s",menu[i]); //输出菜单}i=0;while(c<0||c>9){printf("\n");printf("\n请输入选项(1-9): ");scanf("%s",s);c=atoi(s);}//输出菜单return c;}void message() //录入{int i=0,j=5,h;char s[5];FILE *fp; //定义文件型指针变量system("cls"); //刷屏if((fp=fopen("d:车票管理系统0.dat","rb"))!=NULL) //fopen打开文件{printf("增加信息\n");printf("请输入任意键返回\n");scanf("%s",s);i=1;}if(i==0){system("cls"); //刷屏printf("请输入班次总数:\n");scanf("%d",&class_num); //指向班次指针system("cls"); //刷屏for(i=0;i<class_num;i++){system("cls"); //刷屏printf("请输入%d班次信息:\n",i+1);h=-1;for(;h!=i;) ///循环输出{printf("请输入班次:\n");scanf("%s",records[i].num);for(h=0;h<i;h++)if(strcmp(records[h].num,records[i].num)==0){printf("该班次已存在\n");break;}}get(i,j); //修改及增加班次j=5;}save(); //调用保存函数}}/*******************************显示所有函数********************************/void Display() //显示所有函数{int i,j;system("cls"); //刷屏load(); // 按班次查询ShowTable1();for(i=0,j=0;i<class_num;i++,j+=2) //按班次顺序输出{if(whether(i)) //判断时间是否超出printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].h our,records[i].min, records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);elseprintf("|%10s| 已发车|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);}ShowTable2(j);printf("\n按任意键继续\n");getch();}void ShowTable1(){int i=2;system("cls"); //刷屏printf(" 班次信息\n");printf("\n|----------|----------|----------|----------|--------|--------|--------|\n");printf("\n| 班次| 发车时间| 起点站| 终点站|行车时间|额定载量| 已售票|\n");}void ShowTable2(i nt i){printf("\n|----------|----------|----------|----------|--------|--------|--------|\n");}void search() //查询班次{int i;char s1[10]={'\0'},s2[10]={'\0'};system("cls"); //刷屏printf("1. 按班次查询\n");printf("2. 按终点站查询\n");printf("3. 退出\n");printf("请选择(1-3):\n");scanf("%d",&i);load(); //按班次查询switch(i){case 1: printf("请输入要查询的班次:\n");scanf("%s",s1);find(s1,s2);break;case 2: printf("请输入要查询终点站:\n");scanf("%s",s2);find(s1,s2);break;case 3: break;default : printf("输入错误!\n");break;}printf("按任意键继续\n");getch();}void find(char s1[],char s2[]){int i,h=0,m;ShowTable1();if(s2[0]=='\0')m=1;else m=0;for(i=0;i<class_num;i++)if(strcmp(s1,records[i].num)==0||strcmp(s2,records[i].to)==0){printf("\n");printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].h our,records[i].min,records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);h+=2;if(m==1)break;}ShowTable2(h);if(h==0)printf("查找的班次不存在\n");}void add(){int i,j=5;load();system("cls");printf("1. 增加班次\n");printf("2. 返回\n");printf("请选择(1-2)\n");scanf("%d",&i);if(i==1){system("cls");printf("1. 输入要增加的班次:\n");scanf("%s",records[class_num].num);for(i=0;i<class_num;i++)if(strcmp(records[class_num].num,records[i].num)==0){printf("输入错误\n");getch();break;}if(i==class_num){get(i,j);class_num++;save();}}}void buyticket(){int i;char num[10];system("cls");printf("1. 售票\n");printf("2. 返回\n");printf("请选择(1-2):\n");scanf("%d",&i);if(i==1){load(); // 按班次查询search();printf("请输入要订票的班次(若无请输入0):\n");scanf("%s",num);for(i=0;i<class_num;i++)if(strcmp(num,records[i].num)==0)if(records[i].max>records[i].now&&whether(i)==1){records[i].now++;printf("通向%s班次为%s的票订票成功\n",records[i].to,records[i].num);save();getch();break;}else{printf("该班次已满或已发出!\n");getch();}}}void deleteticket(){int i;char num[10];system("cls");printf("1. 退票\n");printf("2. 返回\n");printf("请选择(1-2)\n:");scanf("%d",&i);if(i==1){system("cls");load();printf("请输入要退票的班次:\n");scanf("%s",num);i=findnum(num);if(strcmp(num,records[i].num)==0)if(whether(i)){printf("是否确认");scanf("%s",num);if(num[0]=='y'||num[0]=='Y'){records[i].now--;printf("退票成功\n");save();getch();}}else{printf("该班车已发出,无法退票\n");getch();}if(i==class_num){printf("输入错误\n");getch();}}}void change(){char num[10],s[10];int h=0,j=13,i;load();system("cls");printf("请输入要修改的班次:\n");scanf("%s",num);i=findnum(num);if(i==class_num){printf("输入错误\n");getch();}else{printf("确认修改\n");scanf("%s",s);if(s[0]=='y'||s[0]=='Y'){get(i,j);save();}}}void deletemessage(){int i,h=0;char num[10];system("cls");printf("1. 删除班次\n");printf("2. 返回\n");printf("请选择(1-2):\n");scanf("%d",&i);if(i==1){system("cls");printf("请输入要删除的班次:\n");scanf("%s",num);i=findnum(num);if(i==class_num){printf("输入错误\n");getch();}else{printf("是否确认\n");scanf("%s",num);if(num[0]=='y'||num[0]=='Y'){for(;i<class_num-1;i++)records[i]=records[i+1];class_num--;save();printf("删除成功\n");getch();}}}}int findnum(char s1[]){int i,h=0;ShowTable1();for(i=0;i<class_num;i++){if(strcmp(s1,records[i].num)==0){printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].h our,records[i].min,records[i].from,records[i].to,records[i].hours,records[i].max,records[i] .now);h+=2;break;}}ShowTable2(h);return i;}void save(){FILE *fp1,*fp2;if((fp1=fopen("d:车票管理系统.dat","wb"))==NULL) //打开文件{printf("文件打开错误!\n");exit(0);}if((fp2=fopen("d:车票管理系统0.dat","wb"))==NULL){printf("文件打开错误!\n");exit(0);}fwrite(&class_num,sizeof(int),1,fp2);fwrite(records,sizeof(CLASS),class_num,fp1);fclose(fp1);fclose(fp2);}void load(){FILE *fp1,*fp2;if((fp1=fopen("d:车票管理系统.dat","rb"))==NULL){system("cls");printf("文件打开错误\n");getch();exit(0);}if((fp2=fopen("d:车票管理系统0.dat","rb"))==NULL){system("cls");printf("文件打开错误\n");getch();exit(0);}fread(&class_num,sizeof(int),1,fp2);fread(records,sizeof(CLASS),class_num,fp1);fclose(fp1);fclose(fp2);}void quit(){char s[5];printf("确认退出\n");scanf("%s",s);if(s[0]=='y'||s[0]=='Y')exit(0);}void get(int i,int j){for(;;){printf("请输入发车时间(xx xx)");scanf("%s%s",records[i].hour,records[i].min);if((atoi(records[i].hour)<24&&atoi(records[i].hour)>=0)&&(atoi(records[i].min)<60& &atoi(records[i].min)>=0))break;else{printf("输入错误\n");getch();}}printf("请输入起点站:\n");scanf("%s",records[i].from);printf("请输入终点站:\n");scanf("%s",records[i].to);printf("请输入行车时间:\n");scanf("%f",&records[i].hours);printf("请输入额定载量:\n");scanf("%d",&records[i].max);for(;;){printf("请输入已售票数:\n");scanf("%d",&records[i].now);if(records[i].now<=records[i].max)break;else{printf("输入错误\n");getch();}}}int whether(int i){struct tm *local;time_t t;t=time(NULL); //NULL在stdio.h中定义为0local=localtime(&t); /////获取当前系统时间if(local->tm_hour<atoi(records[i].hour)||local->tm_hour==atoi(records[i].hour)&&local->tm_min<atoi(records[i].min))//atoi将字符串转换成一个整数值return 1;elsereturn 0;}。

c语言课程设计车票管理系统

c语言课程设计车票管理系统

c语言课程设计车票管理系统车票管理系统是一个用于管理车票信息的软件系统。

它可以记录并管理车票的购买、退票、查询等操作,实现对车票信息的全面管理和统计。

本文将从需求分析、系统设计和实现三个方面来介绍车票管理系统的开发过程。

一、需求分析车票管理系统主要面向客户和管理员两类用户。

客户可以通过系统购买车票、查询车票信息,管理员可以管理车票信息、处理退票等操作。

1. 用户管理车票管理系统需要实现用户的注册和登录功能,以保证用户购票时的身份认证和信息安全。

2. 车次管理系统需要记录车次的信息,包括车次编号、起始站点、终点站点、发车时间、到达时间、票价等。

管理员可以对车次信息进行增删改查操作。

3. 车票管理系统需要记录车票的信息,包括车票编号、车次编号、座位号、购票人、购票时间等。

客户可以通过系统购买车票,管理员可以对车票信息进行增删改查操作。

4. 车票查询客户可以根据起始站点、终点站点和发车时间等条件来查询车票信息,以便选择合适的车次和座位。

5. 车票购买客户可以选择合适的车次和座位进行购票,系统需要实时更新车票信息,避免重复售票或超售情况的发生。

6. 车票退票客户可以通过系统进行退票操作,系统需要实时更新车票信息,并进行相应的退款处理。

二、系统设计基于需求分析的结果,我们可以设计出如下的系统架构:1. 用户管理模块包括用户注册、登录、信息修改等功能。

2. 车次管理模块包括车次信息的增删改查功能。

3. 车票管理模块包括车票信息的增删改查功能。

4. 车票查询模块根据用户输入的条件查询车票信息并展示给用户。

5. 车票购买模块根据用户选择的车次和座位进行购票,并更新车票信息。

6. 车票退票模块根据用户选择的车票进行退票,并更新车票信息和退款处理。

三、系统实现车票管理系统的实现主要依赖于数据库和编程语言。

我们可以选择使用MySQL作为数据库,使用C语言进行系统的开发。

1. 数据库设计根据需求分析的结果,我们可以设计出如下的数据库表结构:- 用户表:包括用户ID、用户名、密码等字段。

C语言编程---火车订票系统源代码

C语言编程---火车订票系统源代码

火车订票系统源码#include <conio.h>#include <stdio.h>#include <stdlib.h>#include <string.h>int shoudsave=0 ;int count1=0,count2=0,mark=0,mark1=0 ;/*定义存储火车信息的结构体*/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 ;/* 初始界面*/void printInterface(){puts("********************************************************");puts("* Welcome to use the system of booking tickets *");puts("********************************************************");puts("* You can choose the operation: *");puts("* 1:Insert a train information *");puts("* 2:Inquire a train information *");puts("* 3:Book a train ticket *");puts("* 4:Update the train information *");puts("* 5:Advice to you about the train *");puts("* 6:save information to file *");puts("* 7:quit the system *");puts("********************************************************"); }/*添加一个火车信息*/void InsertTraininfo(Link linkhead){struct node *p,*r,*s ;char num[10];r = linkhead ;s = linkhead->next ;while(r->next!=NULL)r=r->next ;while(1){printf("please input the number of the train(0-return)");scanf("%s",num);if(strcmp(num,"0")==0)break ;/*判断是否已经存在*/while(s){if(strcmp(s->data.num,num)==0){printf("the train '%s'has been born!\n",num);return ;}s = s->next ;}p = (struct node*)malloc(sizeof(struct node));strcpy(p->data.num,num);printf("Input the city where the train will reach:");scanf("%s",p->data.city);printf("Input the time which the train take off:");scanf("%s",p->data.takeoffTime);printf("Input the time which the train receive:");scanf("%s",&p->data.receiveTime);printf("Input the price of ticket:");scanf("%d",&p->data.price);printf("Input the number of booked tickets:");scanf("%d",&p->data.bookNum);p->next=NULL ;r->next=p ;r=p ;shoudsave = 1 ;}}/*打印火车票信息*/void printTrainInfo(struct node*p){puts("\nThe following is the record you want:");printf(">>number of train: %s\n",p->data.num);printf(">>city the train will reach: %s\n",p->data.city);printf(">>the time the train take off: %s\nthe time the train reach: %s\n",p->data.takeoffTime,p->data.receiveTime);printf(">>the price of the ticket: %d\n",p->data.price);printf(">>the number of booked tickets: %d\n",p->data.bookNum); }struct node * Locate1(Link l,char findmess[],char numorcity[]){Node*r ;if(strcmp(numorcity,"num")==0){r=l->next ;while(r){if(strcmp(r->data.num,findmess)==0)return r ;r=r->next ;}}else if(strcmp(numorcity,"city")==0){r=l->next ;while(r){if(strcmp(r->data.city,findmess)==0)return r ;r=r->next ;}}return 0 ;}/*查询火车信息*/void QueryTrain(Link l){Node *p ;int sel ;char str1[5],str2[10];if(!l->next){printf("There is not any record !");return ;}printf("Choose the way:\n>>1:according to the number of train;\n>>2:according to the city:\n");scanf("%d",&sel);if(sel==1){printf("Input the the number of train:");scanf("%s",str1);p=Locate1(l,str1,"num");if(p){printTrainInfo(p);}else{mark1=1 ;printf("\nthe file can't be found!");}}else if(sel==2){printf("Input the city:");scanf("%s",str2);p=Locate1(l,str2,"city");if(p){printTrainInfo(p);}else{mark1=1 ;printf("\nthe file can't be found!");}}}/*订票子模块*/void BookTicket(Link l,bookManLink k){Node*r[10],*p ;char ch,dem ;bookMan*v,*h ;int i=0,t=0 ;char str[10],str1[10],str2[10];v=k ;while(v->next!=NULL)v=v->next ;printf("Input the city you want to go: ");scanf("%s",&str);p=l->next ;while(p!=NULL){if(strcmp(p->data.city,str)==0){r[i]=p ;i++;}p=p->next ;}printf("\n\nthe number of record have %d\n",i);for(t=0;t<i;t++)printTrainInfo(r[t]);if(i==0)printf("\n\t\t\tSorry!Can't find the train for you!\n");else{printf("\ndo you want to book it?<1/0>\n");scanf("%d",&ch);if(ch == 1){h=(bookMan*)malloc(sizeof(bookMan));printf("Input your name: ");scanf("%s",&str1);strcpy(h->,str1);printf("Input your id: ");scanf("%s",&str2);strcpy(h->data.num,str2);printf("Input your bookNum: ");scanf("%d",&dem);h->data.bookNum=dem ;h->next=NULL ;v->next=h ;v=h ;printf("\nLucky!you have booked a ticket!");getch();shoudsave=1 ;}}}bookMan*Locate2(bookManLink k,char findmess[]){bookMan*r ;r=k->next ;while(r){if(strcmp(r->data.num,findmess)==0){mark=1 ;return r ;}r=r->next ;}return 0 ;}/*修改火车信息*/void UpdateInfo(Link l){Node*p ;char findmess[20],ch ;if(!l->next){printf("\nthere isn't record for you to modify!\n");return ;}else{QueryTrain(l);if(mark1==0){printf("\nDo you want to modify it?\n");getchar();scanf("%c",&ch);if(ch=='y');{printf("\nInput the number of the train:");scanf("%s",findmess);p=Locate1(l,findmess,"num");if(p){printf("Input new number of train:");scanf("%s",&p->data.num);printf("Input new city the train will reach:");scanf("%s",&p->data.city);printf("Input new time the train take off");scanf("%s",&p->data.takeoffTime);printf("Input new time the train reach:");scanf("%s",&p->data.receiveTime);printf("Input new price of the ticket::");scanf("%d",&p->data.price);printf("Input new number of people who have booked ticket:");scanf("%d",&p->data.bookNum);printf("\nmodifying record is sucessful!\n");shoudsave=1 ;}elseprintf("\t\t\tcan't find the record!");}}elsemark1=0 ;}}/*系统给用户的提示信息*/void AdvicedTrains(Link l){Node*r ;char str[10];int mar=0 ;r=l->next ;printf("Iuput the city you want to go: ");scanf("%s",str);while(r)if(strcmp(r->data.city,str)==0&&r->data.bookNum<200){mar=1 ;printf("\nyou can select the following train!\n");printf("\n\nplease select the fourth operation to book the ticket!\n");printTrainInfo(r);}r=r->next ;}if(mar==0)printf("\n\t\t\tyou can't book any ticket now!\n");}/*保存火车信息*/void SaveTrainInfo(Link l){FILE*fp ;Node*p ;int count=0,flag=1 ;fp=fopen("c:\\train.txt","wb");if(fp==NULL){printf("the file can't be opened!");return ;}p=l->next ;while(p){if(fwrite(p,sizeof(Node),1,fp)==1){p=p->next ;count++;}else{flag=0 ;break ;}}if(flag){printf("the number of the record which have been saved is %d\n",count);shoudsave=0 ;fclose(fp);}/*保存订票人的信息*/void SaveBookmanInfo(bookManLink k){FILE*fp ;bookMan*p ;int count=0,flag=1 ;fp=fopen("c:\\man.txt","wb");if(fp==NULL){printf("the file can't be opened!");return ;}p=k->next ;while(p){if(fwrite(p,sizeof(bookMan),1,fp)==1){p=p->next ;count++;}else{flag=0 ;break ;}}if(flag){printf("the number of the record which have been saved is %d\n",count);shoudsave=0 ;}fclose(fp);}int main(){FILE*fp1,*fp2 ;Node*p,*r ;char ch1,ch2 ;Link l ;bookManLink k ;bookMan*t,*h ;int sel ;l=(Node*)malloc(sizeof(Node));l->next=NULL ;r=l ;k=(bookMan*)malloc(sizeof(bookMan));k->next=NULL ;h=k ;fp1=fopen("c:\\train.txt","ab+");if((fp1==NULL)){printf("can't open the file!");return 0 ;}while(!feof(fp1)){p=(Node*)malloc(sizeof(Node));if(fread(p,sizeof(Node),1,fp1)==1){p->next=NULL ;r->next=p ;r=p ;count1++;}}fclose(fp1);fp2=fopen("c:\\man.txt","ab+");if((fp2==NULL)){printf("can't open the file!");return 0 ;}while(!feof(fp2)){t=(bookMan*)malloc(sizeof(bookMan));if(fread(t,sizeof(bookMan),1,fp2)==1){t->next=NULL ;h->next=t ;h=t ;count2++;}}while(1){system("cls");printInterface();printf("please choose the operation: ");scanf("%d",&sel);system("cls");if(sel==8){if(shoudsave==1){getchar();printf("\nthe file have been changed!do you want to save it(y/n)?\n");scanf("%c",&ch1);if(ch1=='y'||ch1=='Y'){SaveBookmanInfo(k);SaveTrainInfo(l);}}printf("\nThank you!!You are welcome too\n");break ;}switch(sel){case 1 :InsertTraininfo(l);break ;case 2 :QueryTrain(l);break ;case 3 :BookTicket(l,k);break ;case 4 :UpdateInfo(l);break ;case 5 :AdvicedTrains(l);break ;case 6 :SaveTrainInfo(l);SaveBookmanInfo(k);break ;case 7 :return 0;}printf("\nplease press any key to continue.......");} return 0; }。

C语言编写车票管理系统(2024)

C语言编写车票管理系统(2024)

引言概述:车票管理系统是一种用于管理车票信息,包括购票、退票、查询票务等功能的软件系统。

本文将以C语言为编程语言,详细阐述如何编写一个车票管理系统。

该系统可以方便管理者对车票信息进行操作,同时也提供给用户便捷的购票和查询功能。

正文内容:一、数据库设计1.1数据库表的建立1.2表中字段的设置1.3数据库的连接与操作1.4数据库的备份与恢复1.5数据库的维护与优化二、用户管理2.1用户注册2.2用户登录2.3用户信息修改2.4用户权限管理2.5用户数据备份与恢复三、车票管理3.1车票添加3.2车票查询3.3车票修改3.4车票删除3.5车票排序和筛选四、订单管理4.1订单4.2订单查询4.3订单修改4.4订单删除4.5订单统计和报表五、支付管理5.1支付方式的选择5.2支付状态的更新5.3支付记录的查询5.4退款管理5.5支付安全性保证总结:通过本文详细的阐述,我们了解到了如何使用C语言编写一个车票管理系统。

在系统的开发过程中,数据库设计、用户管理、车票管理、订单管理和支付管理等方面都需要详细考虑。

通过对每个模块的分析和设计,能够使系统更加高效、安全和易用。

在实际开发中,我们还需要根据具体需求进行对系统的优化和完善,保证系统能够满足用户的需求,并且能够稳定运行。

希望本文对您有所帮助,能够指导您在C语言中编写车票管理系统的开发过程。

引言概述:C语言编写车票管理系统是一个涉及到计算机编程技术的项目,旨在帮助车票销售员和管理员更好地管理和控制车票的销售与出票过程。

本文将详细介绍该系统的设计和实现过程,包括系统的功能需求、系统的结构设计、关键代码的实现以及系统的优化与改进。

正文内容:1.功能需求车票管理系统的功能需求包括但不限于:车票销售、车票查询、座位管理、车票退换等。

具体的系统功能要求涉及到对车票信息的录入、查询、修改和删除,车票的座位分配和座位的查询,以及对车票销售记录的统计和报表等功能。

1.1车票销售功能实现车票销售功能是车票管理系统的核心功能之一。

火车票管理系统—课程设计(附源代码)

火车票管理系统—课程设计(附源代码)

计算机科学与技术系信息管理与信息系统专业《程序设计综合课程设计》报告(2013/2014学年第一学期)学生姓名:学生班级:学生学号:指导教师:2013年1月8日目录第一章课程设计的目的和要求 (1)1.1课程设计的目的 (1)1.2 课程设计的基本要求 (1)第二章课程设计任务内容 (2)2.1 简介 (2)2.2 功能说明 (2)第三章详细设计说明 (3)3.1 模板设计图 (3)3.2 主函数流程图 (4)3.3 子函数流程图 (5)第四章编码与调试 (7)4.1 软件使用说明 (7)4.2 运行结果及截图 (7)第五章课程设计心得与体会 (11)附录一参考文献 (12)附录二程序清单 (13)附录三录入文件 (27)火车票管理系统第一章课程设计的目的和要求高级语言课程设计的主要目的是培养学生能够提高综合应用语言的能力,通过课程设计的训练,使学生能及时巩固已学的知识,补充未学的但有必要的内容,掌握应用计算机解决实际问题的基本方法,熟悉程序开发的全过程,提高综合应用语言的能力。

高级语言程序设计的主要任务是要求学生遵循软件开发过程的基本规范,运用结构程序设计的方法按照课程设计的题目要求,分析,编写,调试和测试高级语言程序及编写设计报告。

1.1课程设计的目的1.巩固和掌握高级语言程序设计基本概念;2.掌握基本的程序设计方法;3.掌握开发软件所需的需求定义能力;4.提高书写程序设计说明文档的能力;5.提高综合运用高级语言的能力,强化编程和调试能力。

1.2 课程设计的基本要求1.根据所给的课程设计题目,分析课程设计题目的要求;2.对系统功能模块进行分析,写出详细的设计说明文档;3.编写程序代码,调试所编写程序使其能正确运行;4.设计完成的软件便于操作和使用;5.设计完成后提交课程设计报告。

第二章课程设计任务内容2.1 简介火车票管理系统:是为广大群众开发的,帮助人们查询车次信息,订票和退票,大大节约了人们的时间,是铁路营运公司所需要的全部功能的一个综合的管理系统。

C语言火车票管理系统

C语言火车票管理系统

#include<stdio.h>#include<string.h>#include<stdlib.h>#include<time.h>#include<conio.h>#define N 1000typedef struct TICKET //定义新结构体TICKET {char num[10]; //车次char hour[3];char min[3];char from[10];char to[10];float hours;int max; //车载容量int now; //已售票数}CLASS;int class_num=0;CLASS records[N];int system_time();void message();void ShowTable1();void ShowTable2(int i);void Display();void add();void save();void load(); // 按班次查询void search(); //查询void change(); //修改void quit(); //退出void buyticket(); //售票void deleteticket(); //取消int menu_select(); //菜单int whether(int); //判断购买时间void find(char s1[],char s2[]); //按起点终点查询void deletemessage(); //删除int findnum(char s1[]); //班次查询void get(int,int); //修改及增加班次char*menu[]={" 欢迎使用车票查询系统","\n*******************菜单***********************", "\n 1. 录入班次","\n 2. 浏览班次信息","\n 3. 查询路线","\n 4. 增加班次","\n 5. 售票","\n 6. 退票","\n 7. 修改班次","\n 8. 删除班次","\n 9. 退出"};int main(){system("cls");while(1){switch(menu_select()) //菜单{case 1: message();break;case 2: Display();break;case 3: search();break;case 4: add();break;case 5: buyticket();break;case 6: deleteticket();break;case 7: change();break;case 8: deletemessage();break;case 9: quit();break;}}}int menu_select() //菜单{char s[5];int c,i;system("cls");for(i=0;i<11;i++){printf("%s",menu[i]); //输出菜单}i=0;while(c<0||c>9){printf("\n");printf("\n请输入选项(1-9): ");scanf("%s",s);c=atoi(s);}//输出菜单return c;}void message() //录入{int i=0,j=5,h;char s[5];FILE *fp; //定义文件型指针变量system("cls"); //刷屏if((fp=fopen("d:车票管理系统0.dat","rb"))!=NULL) //fopen打开文件{printf("增加信息\n");printf("请输入任意键返回\n");scanf("%s",s);i=1;}if(i==0){system("cls"); //刷屏printf("请输入班次总数:\n");scanf("%d",&class_num); //指向班次指针system("cls"); //刷屏for(i=0;i<class_num;i++){system("cls"); //刷屏printf("请输入%d班次信息:\n",i+1);h=-1;for(;h!=i;) ///循环输出{printf("请输入班次:\n");scanf("%s",records[i].num);for(h=0;h<i;h++)if(strcmp(records[h].num,records[i].num)==0){printf("该班次已存在\n");break;}}get(i,j); //修改及增加班次j=5;}save(); //调用保存函数}}/*******************************显示所有函数********************************/void Display() //显示所有函数{int i,j;system("cls"); //刷屏load(); // 按班次查询ShowTable1();for(i=0,j=0;i<class_num;i++,j+=2) //按班次顺序输出{if(whether(i)) //判断时间是否超出printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].h our,records[i].min, records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);elseprintf("|%10s| 已发车|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);}ShowTable2(j);printf("\n按任意键继续\n");getch();}void ShowTable1(){int i=2;system("cls"); //刷屏printf(" 班次信息\n");printf("\n|----------|----------|----------|----------|--------|--------|--------|\n");printf("\n| 班次| 发车时间| 起点站| 终点站|行车时间|额定载量| 已售票|\n");}void ShowTable2(int i){printf("\n|----------|----------|----------|----------|--------|--------|--------|\n");}void search() //查询班次{int i;char s1[10]={'\0'},s2[10]={'\0'};system("cls"); //刷屏printf("1. 按班次查询\n");printf("2. 按终点站查询\n");printf("3. 退出\n");printf("请选择(1-3):\n");scanf("%d",&i);load(); //按班次查询switch(i){case 1: printf("请输入要查询的班次:\n");scanf("%s",s1);find(s1,s2);break;case 2: printf("请输入要查询终点站:\n");scanf("%s",s2);find(s1,s2);break;case 3: break;default : printf("输入错误!\n");break;}printf("按任意键继续\n");getch();}void find(char s1[],char s2[]){int i,h=0,m;ShowTable1();if(s2[0]=='\0')m=1;else m=0;for(i=0;i<class_num;i++)if(strcmp(s1,records[i].num)==0||strcmp(s2,records[i].to)==0){printf("\n");printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].h our,records[i].min,records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);h+=2;if(m==1)break;}ShowTable2(h);if(h==0)printf("查找的班次不存在\n");}void add(){int i,j=5;load();system("cls");printf("1. 增加班次\n");printf("2. 返回\n");printf("请选择(1-2)\n");scanf("%d",&i);if(i==1){system("cls");printf("1. 输入要增加的班次:\n");scanf("%s",records[class_num].num);for(i=0;i<class_num;i++)if(strcmp(records[class_num].num,records[i].num)==0){printf("输入错误\n");getch();break;}if(i==class_num){get(i,j);class_num++;save();}}}void buyticket(){int i;char num[10];system("cls");printf("1. 售票\n");printf("2. 返回\n");printf("请选择(1-2):\n");scanf("%d",&i);if(i==1){load(); // 按班次查询search();printf("请输入要订票的班次(若无请输入0):\n");scanf("%s",num);for(i=0;i<class_num;i++)if(strcmp(num,records[i].num)==0)if(records[i].max>records[i].now&&whether(i)==1){records[i].now++;printf("通向%s班次为%s的票订票成功\n",records[i].to,records[i].num);save();getch();break;}else{printf("该班次已满或已发出!\n");getch();}}}void deleteticket(){int i;char num[10];system("cls");printf("1. 退票\n");printf("2. 返回\n");printf("请选择(1-2)\n:");scanf("%d",&i);if(i==1){system("cls");load();printf("请输入要退票的班次:\n");scanf("%s",num);i=findnum(num);if(strcmp(num,records[i].num)==0)if(whether(i)){printf("是否确认");scanf("%s",num);if(num[0]=='y'||num[0]=='Y'){records[i].now--;printf("退票成功\n");save();getch();}}else{printf("该班车已发出,无法退票\n");getch();}if(i==class_num){printf("输入错误\n");getch();}}}void change(){char num[10],s[10];int h=0,j=13,i;load();system("cls");printf("请输入要修改的班次:\n");scanf("%s",num);i=findnum(num);if(i==class_num){printf("输入错误\n");getch();}else{printf("确认修改\n");scanf("%s",s);if(s[0]=='y'||s[0]=='Y'){get(i,j);save();}}}void deletemessage(){int i,h=0;char num[10];system("cls");printf("1. 删除班次\n");printf("2. 返回\n");printf("请选择(1-2):\n");scanf("%d",&i);if(i==1){system("cls");printf("请输入要删除的班次:\n");scanf("%s",num);i=findnum(num);if(i==class_num){printf("输入错误\n");getch();}else{printf("是否确认\n");scanf("%s",num);if(num[0]=='y'||num[0]=='Y'){for(;i<class_num-1;i++)records[i]=records[i+1];class_num--;save();printf("删除成功\n");getch();}}}}int findnum(char s1[]){int i,h=0;ShowTable1();for(i=0;i<class_num;i++){if(strcmp(s1,records[i].num)==0){printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].h our,records[i].min,records[i].from,records[i].to,records[i].hours,records[i].max,records[i] .now);h+=2;break;}}ShowTable2(h);return i;}void save(){FILE *fp1,*fp2;if((fp1=fopen("d:车票管理系统.dat","wb"))==NULL) //打开文件{printf("文件打开错误!\n");exit(0);}if((fp2=fopen("d:车票管理系统0.dat","wb"))==NULL){printf("文件打开错误!\n");exit(0);}fwrite(&class_num,sizeof(int),1,fp2);fwrite(records,sizeof(CLASS),class_num,fp1);fclose(fp1);fclose(fp2);}void load(){FILE *fp1,*fp2;if((fp1=fopen("d:车票管理系统.dat","rb"))==NULL){system("cls");printf("文件打开错误\n");getch();exit(0);}if((fp2=fopen("d:车票管理系统0.dat","rb"))==NULL) {system("cls");printf("文件打开错误\n");getch();exit(0);}fread(&class_num,sizeof(int),1,fp2);fread(records,sizeof(CLASS),class_num,fp1);fclose(fp1);fclose(fp2);}void quit(){char s[5];printf("确认退出\n");scanf("%s",s);if(s[0]=='y'||s[0]=='Y')exit(0);}void get(int i,int j){for(;;){printf("请输入发车时间(xx xx)");scanf("%s%s",records[i].hour,records[i].min);if((atoi(records[i].hour)<24&&atoi(records[i].hour)>=0)&&(atoi(records[i].min)<60& &atoi(records[i].min)>=0))break;else{printf("输入错误\n");getch();}}printf("请输入起点站:\n");scanf("%s",records[i].from);printf("请输入终点站:\n");scanf("%s",records[i].to);printf("请输入行车时间:\n");scanf("%f",&records[i].hours);printf("请输入额定载量:\n");scanf("%d",&records[i].max);for(;;){printf("请输入已售票数:\n");scanf("%d",&records[i].now);if(records[i].now<=records[i].max) break;else{printf("输入错误\n");getch();}}}int whether(int i){struct tm *local;time_t t;t=time(NULL); //NULL在stdio.h中定义为0local=localtime(&t); /////获取当前系统时间if(local->tm_hour<atoi(records[i].hour)||local->tm_hour==atoi(records[i].hour)&&local->tm_min<atoi(records[i].min))//atoi将字符串转换成一个整数值return 1;elsereturn 0;}。

C语言课程设计--火车票管理系统

C语言课程设计--火车票管理系统

二、设计内容设计一个火车票务管理系统,用C语言实现。

对该系统的要求如下:需求描述:1.系统功能(1)火车时刻信息录入。

包括车次、日期、起点、终点、开车时间、到达时间、票价。

数据存入数据文件hchsk.dat或hchsk.txt中。

(2)火车时刻信息查询。

按照车次查询按终点查询按起点查询按终点和日期查询(3)统计按终点统计每日的车次数按起点统计每日的车次数2. 系统主界面应有以下功能选项录入火车时刻信息查询火车时刻信息统计火车车次退出三、详细设计说明#include<stdio.h>#include<string.h>#include<stdlib.h>int MENU(); //菜单模块void INPUT(); //输入模块void SEARCH(); //查询模块void SELECT(); //统计模块void WRITE(); //文件记录模块void PRINT(); //打印模块void READ(); //文件读取模块void WRONG(); //纠错模块#define N 1000 //最大列车组数#define Print " %s%13s%10s%10s%12s%15s%11s\n",T[i].code,T[i].data,T[i].lp,T[i].ap,T[i].lt,T[i].at,T[i].price //输出记录格式#define Wrong "\n ! ! ! ! ! ! ! ! ! ! ! 输入错误,请重新输入! ! ! ! ! ! ! ! ! ! ! \n"#define GeShi " 车次日期起点终点开车时间到达时间票价\n"struct Train{c har code[10]; //车次c har data[10]; //日期c har lp[10]; //left place 起点c har ap[10]; //arrive place 终点char lt[10]; //left time 开车时间c har at[10]; //arrive time 到达时间c har price[10]; // 票价}T[N];/* 全局变量*/int i=0; //输入计数器int n=0; //合计计数器char l[20]; //纠错空间///////////////////////////////////////////////////////////////////////////////////////主函数int main(){i nt x;d o{x=MENU();switch(x){case 1:INPUT(); break;case 2:SEARCH(); break;case 3:SELECT(); break;case 4:printf("\n ---------------------------------------");printf("\n 正在退出,请按任意键退出");printf("\n\n ");printf("\n ---------------------------------------\n ");break;default:WRONG(); break;}}while(x!=4);r eturn 0;}///////////////////////////////////////////////////////////////////////////////////////菜单模块int MENU(){i nt choice;s ystem("cls");p rintf("\n ----------------------------------------------\n");p rintf(" ----------------------------------------------\n");p rintf(" --- ---\n");p rintf(" --- 欢迎进入火车票务管理系统---\n");p rintf(" --- ---\n");p rintf(" ----------------------------------------------\n");p rintf(" ----------------------------------------------\n\n");p rintf(" \n -------------- 请输入选项-------------\n");p rintf(" 1.录入火车时刻信息\n");p rintf(" 2.查询火车时刻信息\n");p rintf(" 3.统计火车车次\n");p rintf(" 4.退出\n");p rintf(" -----------------------------------------\n");p rintf(" 请选择:");s canf("%d",&choice);g ets(l);r eturn choice;}///////////////////////////////////////////////////////////////////////////////////////输入模块void INPUT(){c har ch;d o{system("cls");printf("\n\n ====================欢迎进入录入火车时刻信息界面====================\n");do{printf("\n 新建列车信息?(y/n) ");scanf("%c",&ch);gets(l);if(ch!='y'&&ch!='n')WRONG ();}while(ch!='y'&&ch!='n');if(ch=='n')break;printf(" ---------------------");printf("\n 录入第%d趟列车信息\n",n+1);printf(" 车次");gets(T[i].code);printf(" 日期");gets(T[i].data);printf(" 起点");gets(T[i].lp);printf(" 终点");gets(T[i].ap);printf(" 开车时间");gets(T[i].lt);printf(" 到达时间");gets(T[i].at);printf(" 票价");gets(T[i].price);n++;i++;}while(i<N);W RITE();s ystem("cls");p rintf("\n");p rintf(" --------------------------------\n");p rintf(" 系统记载的列车信息如下\n");p rintf(" --------------------------------\n\n");P RINT();}///////////////////////////////////////////////////////////////////////////////////////文件记录模块void WRITE(){F ILE *fp,*fp1;i f((fp=fopen("hchsk.txt","w"))==NULL){printf("无法创建文件!\n\n");getchar();return;}i f((fp1=fopen("N.txt","w"))==NULL)//用于记录共几趟车{printf("无法创建文件!\n");getchar();return;}f or(i=0;i<n;i++)if(fwrite(&T[i],sizeof(struct Train),1,fp)==0)printf("写入数据失败!\n\n");f printf(fp1,"%d",n);f close(fp);f close(fp1);}///////////////////////////////////////////////////////////////////////////////////////文件读取模块void READ(){F ILE *fp,*fp1;i f((fp=fopen("hchsk.txt","r"))==NULL)printf("无法打开文件\n");getchar();return;}i f((fp1=fopen("N.txt","r"))==NULL){printf("无法打开文件!\n\n");getchar();return;}f scanf(fp1,"%d",&n);f close(fp1);f or(i=0;i<n;i++){fread(&T[i],sizeof(struct Train),1,fp);}f close(fp);}///////////////////////////////////////////////////////////////////////////////////////打印模块void PRINT(){c har ch[10];R EAD();p rintf("\n ===========================================================================\n"); p rintf(GeShi);f or(i=0;i<n;i++)printf(Print);p rintf(" ===========================================================================\n"); p rintf("\n 按任意键返回上级菜单: ");g ets(ch);///////////////////////////////////////////////////////////////////////////////////////查询模块void SEARCH(){c har name1[10];//车次c har name2[10];//终点c har name3[10];//起点c har name41[10];//终点c har name42[10];//日期c har choice;i nt j;i nt k;d o{system("cls");printf("\n\n ====================欢迎进入查询火车时刻信息界面====================\n");printf("\n ++++++++++++++++++请选择查找方式++++++++++++++++++\n\n");printf(" ----1.显示所有列车信息 2.按车次查询 3.按终点查询----\n");printf(" -----4.按起点查询 5.按终点和日期查询 6.返回上级菜单----\n");printf("\n 请选择:");scanf("%d",&j);gets(l);switch(j){case 1:PRINT();break;case 2:printf("\n --- 请输入车次---:");gets(name1);break;case 3:printf("\n --- 请输入终点---:");gets(name2);break;case 4:printf("\n --- 请输入起点---:");gets(name3);break;case 5:printf("\n --- 请输入终点---:");gets(name41);printf("\n --- 请输入日期---:");gets(name42);break;case 6:break;default:WRONG ();break;}READ();k=0;if(j==2){for(i=0;i<n;i++){if(strcmp(T[i].code,name1)==0){printf("\n 按车次查找列车信息成功!\n");printf("\n===========================================================================\n");printf(GeShi);break;}}for(i=0;i<n;i++){if(strcmp(T[i].code,name1)==0){printf(Print);k++;}}printf("===========================================================================\n");printf("\n --> 共查询到%d 趟列车信息,请按任意键返回<-- ",k);gets(l);}if(j==3){for(i=0;i<n;i++){if(strcmp(T[i].ap,name2)==0){printf("\n 按终点查找列车信息成功!\n");printf("\n===========================================================================\n");printf(GeShi);break;}}for(i=0;i<n;i++){if(strcmp(T[i].ap,name2)==0){printf(Print);k++;}}printf("===========================================================================\n");printf("\n --> 共查询到%d 趟列车信息,请按任意键返回<-- ",k);gets(l);}if(j==4){for(i=0;i<n;i++){if(strcmp(T[i].lp,name3)==0){printf("\n 按起点查找列车信息成功!\n");printf("\n===========================================================================\n");printf(GeShi);break;}}for(i=0;i<n;i++){if(strcmp(T[i].lp,name3)==0){k++;}}printf("===========================================================================\n");printf("\n --> 共查询到%d 趟列车信息,请按任意键返回<-- ",k);gets(l);}if(j==5){for(i=0;i<n;i++){if(strcmp(T[i].ap,name41)==0&&strcmp(T[i].data,name42)==0){printf("\n 按终点和日期查找列车信息成功!\n");printf("\n===========================================================================\n");printf(GeShi);break;}}for(i=0;i<n;i++){if(strcmp(T[i].ap,name41)==0&&strcmp(T[i].data,name42)==0){printf(Print);k++;}}printf("printf("\n --> 共查询到%d 趟列车信息,请按任意键返回<-- ",k);gets(l);}do{system("cls");printf("\n\n -->继续查找(1),返回主菜单(2)<-- ");choice=getchar();gets(l);if(choice!='1'&&choice!='2')WRONG ();}while(choice!='1'&&choice!='2');}while(choice!='2');}///////////////////////////////////////////////////////////////////////////////////////统计模块void SELECT(){c har name1[10];//终点c har name2[10];//起点i nt t,k;c har choice;d o{system("cls");printf("\n\n ====================欢迎进入统计火车车次界面====================\n");printf("\n -|- -|- -|- -|- 请选择统计方式-|- -|- -|- -|- \n\n");printf(" 1.按终点统计每日的车次数\n");printf(" 2.按起点统计每日的车次数\n");printf("\n 请选择:");scanf("%d",&t);switch(t){case 1:printf(" 请输入终点:");gets(name1);break;case 2:printf(" 请输入起点:");gets(name2);break;default:WRONG();break;}READ();if(t==1){k=0;for(i=0;i<n;i++){if(strcmp(T[i].lp,name1)==0){printf("\n 按终点统计列车信息成功!\n");break;}}for(i=0;i<n;i++){if(strcmp(T[i].lp,name1)==0)k++;printf("\n --> 共查询到%d 趟列车信息,请按任意键返回<-- ",k);gets(l);}if(t==2){k=0;for(i=0;i<n;i++){if(strcmp(T[i].lp,name2)==0){printf("\n 按起点统计列车信息成功!\n");break;}}for(i=0;i<n;i++){if(strcmp(T[i].lp,name2)==0)k++;}printf("\n --> 共查询到%d 趟列车信息,请按任意键返回<-- ",k);gets(l);}do{system("cls");printf("\n\n -->继续统计(1),返回主菜单(2)<-- ");choice=getchar();gets(l);if(choice!='1'&&choice!='2')WRONG ();}while(choice!='2');}///////////////////////////////////////////////////////////////////////////////////////纠错模块void WRONG(){s ystem("cls");p rintf("\n\n ---> ! ! ! 输入错误,请按任意键返回! ! ! <--- ");g ets(l);}信你自己罢!只有你自己是真实的,也只有你能够创造你自己。

车票管理系统C源代码

车票管理系统C源代码

#include<stdio.h> ///宏定义函数#include<string.h> //串操作及内存操作函数#include<stdlib.h> /////调用系统函数#include<time.h> ///时间库函数#include<conio.h> ///输入输出函数#define N 1000 //宏定义多条记录typedef struct TICKET ////定义新结构体TICKET{char num[10]; //车次编号char hour[3]; //时间,,小时char min[3]; //分钟char from[10]; //起始站char to[10]; //终点站float hours; //车程实际时间int max; //最大车载容量int now; //已售票数}CLASS;int class_num=0; ///初始班次总数为0CLASS records[N]; // 多条记录int system_time(); //系统时间void NewMessage(); //新纪录*录入函数******void ShowTable1(); //线框调用1,,,不用没次输void ShowTable2(int i); //线框调用2,,,不用没次输void Display(); //显示所有函数void add(); //增加记录void save(); // 保存函数void load(); // 按班次查询函数void search(); //查询函数void change(); //修改函数**void quit(); ////////// //退出函数******void Ticketorder(); // //*售票函数***void Ticketdelete(); //删除函数*int menu_select(); //菜单函数*int whether(int); ////判断时间是否超出函数***void find(char s1[],char s2[]); //查询函数★//s1为班次//s2为终点站void deletemessage(); //删除函数int findnum(char s1[]); //班次查询函数void get(int,int); //修改及增加班次*char *menu[]={"*****************欢迎使用车票查询系统*****************", "\n*******************MENU功能菜单***********************","\n◤★ 1. 录入班次◥","\n◆★ 2. 显示所有班次◆","\n◆★ 3. 查询班次◆","\n◆★ 4. 增加班次◆","\n◆★ 5. 售票◆","\n◆★ 6. 退票◆","\n◆★ 7. 修改班次◆","\n◆★ 8. 删除班次◆","\n◣★ 9. 退出◢"}; /**************************主函数***************************/void main(){system("cls"); //刷屏while(1) //菜单函数循环{switch(menu_select()) //菜单函数*{case 1: NewMessage();break; ////新纪录*录入函数******case 2: Display();break; // //显示case 3: search();break; //查找函数**case 4: add();break; // //增加记录case 5: Ticketorder();break; ////*售票函数***case 6: Ticketdelete();break; //删除函数*case 7: change();break; //修改函数**case 8: deletemessage();break; //////选择调用删除函数case 9: quit();break; //////退出函数******}}}/***********************菜单函数**************************/int menu_select() /////////菜单函数*{char s[5]; ///定义要输入的数字功能int c,i;system("cls"); //刷屏system("color 09");//改变颜色for(i=0;i<11;i++){printf("%s",menu[i]); //输出菜单各项)}i=0;while(c<0||c>9) //判断是否是1到9的命令{printf("\n"); ///输出换行printf("******************************************************");printf("\n请选择(1-9):▁▂▃▄▆▇");scanf("%s",s);c=atoi(s); //atoi将字符串转换成一个整数值} ///输出菜单面return c; ////返回请求}/*******************************录入函数************************************/void NewMessage() //*录入函数******{int i=0,j=5,h; ////char s[5];FILE *fp; ////定义文件型指针变量system("cls"); //刷屏if((fp=fopen("d:车票管理系统0.dat","rb"))!=NULL) //fopen打开文件{printf("车票信息已经存在请选择增加功能!\n");printf("任意输入则返回菜单\n");scanf("%s",s);i=1; //通过是1}if(i==0){system("cls"); //刷屏printf("请输入要录入班次总数:\n");scanf("%d",&class_num); //指向班次指针system("cls"); //刷屏for(i=0;i<class_num;i++){system("cls"); //刷屏printf("请输入第%d个班次信息:\n",i+1);h=-1;for(;h!=i;) ///循环输出{printf("请输入班次:\n");scanf("%s",records[i].num);for(h=0;h<i;h++)if(strcmp(records[h].num,records[i].num)==0)//判断字符串比较是否相等,,待比较的字符串{printf("输入错误!该班次已存在!\n");break; ///返回}}get(i,j); ////修改及增加班次*j=5;}save(); //调用保存函数}}/*******************************显示所有函数********************************/void Display() //显示所有函数{int i,j;system("cls"); //刷屏load(); // 调用按班次查询函数ShowTable1(); //线框调用1,,,不用没次输for(i=0,j=0;i<class_num;i++,j+=2) /////按班次顺序输出{printf("\n|----------|----------|----------|----------|--------|--------|--------|\n");if(whether(i)) //判断时间是否超出函数***printf("|%10s|%5s:%-4s|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[ i].hour,records[i].min, records[i].from,records[i].to,records[i].hours,records[i].max,records[i].now);elseprintf("|%10s| 已发车|%10s|%10s|%8.1f|%8d|%8d|",records[i].num,records[i].from,records[i].to,records[i].hours,records[i].max,records[i] .now);}ShowTable2(j); //线框调用2printf("\n按任意键继续....\n");getch(); /////从控制台读取一个字符,但不显示在屏幕上}/**********************************打印表头***********************************************/void ShowTable1() //线框调用1,,,不用没次输{int i=2;system("cls"); //刷屏printf("**************************MESSAGE车程信息**********************************\n");printf("\n|----------|----------|----------|----------|--------|--------|--------|\n");printf("\n| 班次 | 发车时间 | 起点站 | 终点站 |行车时间|额定载量| 已售票 |\n");}/***************************************打印表尾************************************************/void ShowTable2(int i) //线框调用2。

火车票管理系统―课程设计(附源代码)

火车票管理系统―课程设计(附源代码)

火车票管理系统―课程设计(附源代码)计算机科学与技术系信息管理与信息系统专业《程序设计综合课程设计》报告(2021/2021学年第一学期)学生姓名:学生班级:学生学号:指导教师: 2021年 1 月 8 日目录第一章课程设计的目的和要求 (1)1.1课程设计的目的 ................................................ 1 1.2 课程设计的基本要求............................................ 1 第二章课程设计任务内容 . (2)2.1 简介.......................................................... 2 2.2 功能说明...................................................... 2 第三章详细设计说明 .. (3)3.1 模板设计图.................................................... 3 3.2主函数流程图.................................................. 4 3.3 子函数流程图.................................................. 5 第四章编码与调试 (7)4.1 软件使用说明.................................................. 7 4.2运行结果及截图................................................ 7 第五章课程设计心得与体会 .......................................... 11 附录一参考文献 ..................................................... 12 附录二程序清单 ..................................................... 13 附录三录入文件 (27)I程序设计综合课程设计火车票管理系统第一章课程设计的目的和要求高级语言课程设计的主要目的是培养学生能够提高综合应用语言的能力,通过课程设计的训练,使学生能及时巩固已学的知识,补充未学的但有必要的内容,掌握应用计算机解决实际问题的基本方法,熟悉程序开发的全过程,提高综合应用语言的能力。

列车时刻表信息管理系统实践报告C语言

列车时刻表信息管理系统实践报告C语言

电子与信息工程系课程设计报告书课程名称:程序设计基础实践班级:学号:姓名:指导教师:二○一二年二月1.题目《列车时刻表信息管理系统》2.功能(1)读取准备好的数据(一些列车及其发车时间)(2)查询列车(查询是否有该方向列车以及该方向列车的各个出发时间)(3)增加列车(可以随意增加列车及其时间,次数不限)(4)修改列车(如果你发现某个列车时间不对,不要紧,在这里,你可以修改时间)(5)删除列车(如果你想取消某个车次,可以删除它)(6)保存数据(如果你对原来时刻表进行了修改,你可以把修改后的新时刻表保存在任意地方)3.要求1、信息录入,包括记录的追加和插入;2、信息删除;3、信息修改;4、信息排序和查询;5、信息的保存和装载;6、简单的帮助。

4.程序设计思路1::主函数主函数是整个程序的支架。

在主程序里面,我主要做了两件事:1,从已知的文件(预先录入一些数据)中读出数据到结构体数组中。

2,让用户选择要执行的操作。

在选择操作时,我用了switch语句,根据用户键入的数字选择相应的功能。

键入1则执行查询功能,这时候管理者可方便的查询列车信息。

知道列车的时间,车次……键入2则执行修改功能,这时管理者可以修改列车的时间。

键入3则执行增加功能,只要录入目的地,车次,时间就可以新增一个列车。

(注:本程序默认出发点为苏州站,所以只要输入目的地就行。

)键入4则执行取消功能,管理者可以取消某个列车。

键入5则执行保存功能,你可以把修改后的新数据保存到新创建的文件里面。

键入0则退出整个程序(注意:若不在退出程序前执行保存,则所做修改无效)。

2:查询函数本函数可以将去相同目的地的所有列车的信息都显示出来。

并且可以无限制的重复查询。

由于在查询之前应经执行了排序函数(查询数据之前就已经排好顺序),所以显示出来的列车按时间排序,方便管理者查询。

3:修改函数本函数可以修改列车的时间。

由于存在去往同一目的地会有不同时间的车次这一情况,所以将代码优化,将去某地的所有列车依次显示出,并且让管理者依次选择是否要修改列车,提高了修改效率。

列车时刻管理系统C语言程序设计(源代码)

列车时刻管理系统C语言程序设计(源代码)

一、问题分析随着社会的不断发展,人们在交通方式的选择上有了不同以往的选择,以前的靠人力,畜力,以及摩托车,现在人们的选择更多的会放在了汽车,飞机还有列车上。

每当春节前后时,都有一批民工潮,学生潮,这些农民工和学生都来自于祖国的各个地方,因此车站如何合理有序的安排列车出站到站时间成了一个很关键的内容,有助于维持车站的秩序以及减少不必要的等待。

而本课题的列车时刻管理系统也应用与这些地方,不过由于专业知识学的还不多,因此还不能将一个完整的列车时刻管理系统完全的展示出来,只是在最基础的层面上做了一些工作。

二、系统功能设计1.添加新记录:利用结构数组的方式来添加新记录,并且保存在文件train.txt文件中,并且记录上限为300,新纪录的内容包括:出站地址,出站的时刻(时),出站时刻(分),到站地址,到站时刻(时),到站时刻(分)。

2.查看:查询功能总共分为四种方式:①按出站地址查询②按出站时刻查询③按到站地址查询④按到站时刻查询,这个功能由于能力有限,只限查找单一数据。

3.修改:修改功能:根据出站的地址,查找出对应的一组数据的内容,然后逐一修改。

4.删除:修改功能总共分为两个部分:①单一删除(按照出站地址)②全部删除5.保存:每执行一个任务后程序会自动将数据写入train.txt文档中.三、模块(函数)划分void main():主函数void MainMenu():主菜单列表void ShowMenu():查询菜单列表void AddNew():添加新的数据int IsLoop():循环输入数据void Display():输出所有的函数void Search_ccity():按出站地址查询void Search_dcity():按到站地址查询void Search_ctime():按出站时刻查询void Search_dtime():按到站时刻查询void ChkData(char city1[],char city2[],int hour1,int minute1,int hour2,int minute2):数据检测void Record_Modify():修改数据void DeleteMenu():删除菜单列表void DeleteOne():删除一组数据void DeleteAll():删除所有数据void ReadFromFile():从文件中读入void WriteToFile():从文件中写入四、模块的算法设计(部分主要函数的代码)1.整体构造:2.结构体:struct Record{int hour1;int hour2;int minute1;int minute2;char city1[20];char city2[20];};3.主菜单:void MainMenu(){system("cls");printf(”---—-—-———---—-—--———-——主菜单-—--——-——————-—--———----———-—\n");int option;printf(”—-—-—-—--——-————-——--1—添加新记录----—--—————-—-————-——-——-\n");printf(”--————-——--—-——-———-—2—查看——---—--—-——--—-——-———-———-—————\n”);printf(”-—--——----—-—-——--—-—3-修改—-—--—-—-—-——————-——----———-———-\n”);printf("-————-—-—-—---—--—-—-4—删除——--———-———-———-----————----————\n");printf("—-—---—-—-———-—--————5-退出程序——---—-—-—--—-—--—----————--\n”);printf("请选择:\n”);scanf("%d",&option);getchar();switch (option){case 1:AddNew();break;case 2:ShowMenu();break;case 3:Record_Modify();break;case 4:DeleteMenu();break;case 5:exit(0);}}4.数据检测:void ChkData(char city1[],char city2[],int hour1,int minute1,int hour2,int minute2){if (strlen(city1)>20){printf(”出站地址的字符不能超过20个!\n”);MainMenu();}if (strlen(city2)〉20){printf("到站地址不能超过20位!\n");MainMenu();}if (hour1〈0||hour1〉23){printf("时刻输入错误(0〈=hour<24)!\n”);MainMenu();}if (hour2〈0||hour2〉24){printf(”时刻输入错误(0<=hour<24)!\n”);MainMenu();}if (minute1〈0||minute1〉59){printf(”时刻输入错误(0〈=minute〈59)!\n");MainMenu();}if (minute2〈0||minute2〉59){printf(”时刻输入错误(0<=minute〈59)!\n");MainMenu();}}5.读入文件中的数据:void ReadFromFile(){FILE *fp;int i;if ((fp=fopen(”train。

C语言编程---火车订票系统源代码

C语言编程---火车订票系统源代码

火车订票系统源码#include <conio.h>#include <stdio.h>#include <stdlib.h>#include <string.h>int shoudsave=0;int countl=0J count2=0J mark=0,markl=0;/*定义存储火车信息的结构体*/struct train{char num[10];/*列车号*/char city[10];/* 目的城市*/char takeoifrime[10];/* 发车时间*/char receiveTime[10];/*±i]达时间*/int price;/* 票价 */int bookNum ;/*票数*/};/*订票人的信息*/struct manint bookNum ;/*需求的票数★/};/★定义火车信息链表的结点结构★/typedef struct nodestruct train data :struct node * next;)Node,*Link;/*定义订票人链表的结点结构★/typedef struct peoplestruct man data;struct people*next;)bookMan,*bookManLink;/*初始界面★/void printlnterfaceQputs("********************************************************');Welcome to use the system of booking tickets *");putsf*puts("********************************************************');puts(n* You can choose the operation: *");putsf* lJnsert a train information *");puts(n* 2:lnquire a train information *");puts(n* 3:Book a train ticket *,■);puts(n* 4:Update the train information *");puts(n* 5:Advice to you about the trainputs(n* 6:save information to file *");putsf* 7:quit the system *"}/*添加一个火车信息*/void lnsertTraininfo(Link linkhead){struct node *p,*r,*s;char num[10];r = linkhead ;s = linkhead->next;while(r->next! = NULL)r=r->next;while(l)printfCpIease input the number of the train(O-return)11);scanff^s^num);if(strcmp(n u m「0”)==0)break;/*判断是否已经存在*/while(s){if(strcmp(s->data.num1num)==O){printf(H the train !%s'has been born!\n",num);return ;)s = s->next;}p = (struct node*)malloc(sizeof(struct node));strcpy(p->data.num,num);pnntfflnput the city where the train will reach:'1);scanf(,,%s,,,p->data.city);printf(H lnput the time which the train take off:");scanf p - > data.takeoffTi me);printfflnput the time which the train receive:");scanf &p - >data. receiveTi me);printf("lnput the price of ticket:");scanf(,,%d I,t&p->data.price); printf("lnput the number of booked tickets:");scanf(,,%d,,,&p->data.bookNum);p->next = NULL;r->next=p ;r=p ;shoudsave = 1;}}/*打印火车票信息*/void printTrainlnfo(struct node*p){puts(H\nThe following is the record you want:11);printf(H>>number of train: %s\n,,,p->data.num);pnntf(M>>city the train will reach: %s\n H,p->data.city);pnntf(H>>the time the train take off: %s\nthe time the trainreach: %s\n,,,p->data.takeoffTime,p->data.receiveTime);printf(">>the price of the ticket: %d\n,,1p->data.price);printf(n>>the number of booked tickets: %d\n,,,p->data.bookNum); } struct node * Locatel(Link Lchar findmessO.char numorcityO)Node*r:if(strcmp(numorcity,,,num n)==0){r=l->next;while(r){if (strcmp(r- >data.num,findmess)==0)return r;r=r->next;})else if(strcmp(numorcity,"city")==0){r=l->next;while(r){if(strcmp(r-> data.city.fi ndmess)==0)return r;r=r->next;})return 0;/*查询火车信息★/void QueryTrain(Link I)Node *p ;int sei;char strl[5]t str2[10];if(!l->next){printf(n There is not any record !M);return ;}pnntf(n Choose the way:\n>>l:according to the number of train;\n>>2:according to the city:\n n);scanf("%d"I&sel);if(sel ==l){printf(H lnput the the number of train:1');scanffW.strl);p=Locatel(l1strl,,,num H);if(P)printTrainlnfo(p);}else{markl=l;printf(n\nthe file can't be found!");})else if(sel==2){printf(H lnput the city:H);scanf("%s",str2);p=Locatel(l1str2,,,city M);if(P){printTrainlnfo(p);}elsemarkl=l;pnntf(n\nthe file can't be found!");}}/*订票子模块*/void BookTicket(Link LbookManLink k){Node*r[10],*p :char ch,dem;bookMan*v,*h ;int i=0,t=0;char str[10]1strl[10],str2[10];v=k :while(v->next! = NULL)v=v->next;printfCInput the city you want to go: *');scanf("%s",&str);p=l->next;while(p! = NULL)if(strcmp(p ->data. city, str)==0)r[i]=P ;i + +;}p=p->next;)pnntf(H\n\nthe number of record have %d\n M J);for(t=0;t<i;t++)printTrainlnfo(r[t]);if(i ==0)printf(M\n\t\t\tSorry!Can't find the train for you!\n"); else{printf(H\ndo you want to book it?<l/0>\n H);scanf 性d”,&ch);if(ch == 1){h=(bookMan*)malloc(sizeof(bookMan));printf(n lnput your name:");scanf(,,%s",&strl);strcpy(h -> f strl);printf(n lnput your id:");scanf(”%s'L&str2);strcpy(h - >data. num, str2);printf(H lnput your bookNum:");scanf("%d"I&dem);h->data.bookNum=dem;h->next=NULL;v->next=h ;v=h ;printf(H\nLucky!you have booked a ticket!'1);getchO;shoudsave=l;})}bookMan*Locate2(bookManLink k,char findmessg){bookMan*r;r=k->next;while(r)if(strcmp(r->data.num,findmess)==O)mark=l;return r;}r=r->next;}return 0;}/*修改火车信息*/void Updatelnfo(Link I){Node*p ;char findmess[20],ch ;if(!l->next){pnntf(H\nthere isn't record for you to modify!\n H);return ;)else{QueryTrain(l);if(markl ==0)printf("\nDo you want to modify it?\n M);getcharQ;scanf(,,%c"I&ch);if(ch==y);{printf(H\nlnput the number of the train:");scanfC^s^findmess);p=Locatel(l1findmess,,,num,');if(P){printf(n lnput new number of train:'1);scanfC'^s", &p->data.nu m);printfflnput new city the train will reach:");scanf(,,%s,\&p->data.city);pnntf(H lnput new time the train take off1');scanf(,,%s H!&p->data.takeoffTime);pnntfflnput new time the train reach:");scanf(,,%s,,,&p->data.receiveTime);printfflnput new price of the ticket::");scanf(,,%d,,I&p->data.price);printfflnput new number of people who have booked ticket:");scanf("%d,l,&p->data.bookNum);printf(H\nmodifying record is sucessful!\n");shoudsave=l;}elseprintf(”\t\t\tcan't find the record!H);}}elsemarkl=0;)}/*系统给用户的提示信息*/void AdvicedTrains(Link I){Node*r;char str[10];int mar=0 :r=l->next;pnntf(M luput the city you want to go:H);scanf(”%s”,str);while(r)if(strcmp(r->data.city,str)==0&&r->data.bookNum<200)mar=l;printf(H\nyou can select the following train!\n M);pnntf(H\n\nplease select the fourth operation to book the ticket!\n");printTrainlnfo(r);}r=r->next;)if(mar==0)printf(H\n\t\t\tyou can*t book any ticket now!\n u);}/*保存火车信息*/void SaveTrainlnfo(Link I){FILE*fp ;Node*p ;int count=0,flag=l;fp 二fopen(”c:\\train.txt”「wb)if(fp= = NULL)printf(”the file can't be opened!");return ;}p=l->next:while(p){if (fwrite(p, si zeof (N ode), l,f p)==1){p=p->next;count++;}else{flag=O;break;}}if (flag)printf("the number of the record which have been saved is %d\n",count);shoudsave=0;fclose(fp);}/*保存订票人的信息*/void SaveBookmanlnfo(bookManLink k){FILE*fp ;bookMan*p :int count=0,flag=l;fp=fopen("c:\\man.txt","wb");if (fp二二NULL){printf(n the file can't be opened!");return ;}p=k->next;while(p){if(fwrite(p,sizeof(bookMan)1l,fp)==1)p=p_〉next;count++;}else{flag";break;})if (flag){printf("the number of the record which have been saved is %d\n",count);shoudsave=0;}fclose(fp);}int main(){FILE*fpl,*fp2 ;Node*p,*r;char chl,ch2 ;Link I;bookManLink k;bookMavtrh :int sei;l=(Node*)malloc(sizeof(Node));l->next=NULL;r=l ;k=(bookMan*)malloc(sizeof(bookMan)); k->next=NULL;h=k;fpl=fopen ("c:\\trai n .txt", "ab+");if((fpl = = NULL)){pnntffcan't open the file!");return 0;)while(!feof(fpl)){p=(Node*)malloc(sizeof(Node));if(fread(p,sizeof(Node),l,fpl)==l){p->next=NULL;r->next=p ;r二p ;countl + +;})fclose(fpl);f p2=f open (" c:\\man.txt"," ab+");if((fp2 = = NULL)){printfCcan't open the file!");return 0;)while(!feof(fp2)){t=(bookMan*)malloc(sizeof(bookMan));if(fread(t l sizeof(bookMan),l1fp2)==l){t->next=NULL;h->next=t;h 二t;count2++;)fclose(fp2);while(l){systemCcIs1');printlnterfaceO;printffplease choose the operation:");scanf("%d",&sel);systemCcIs1');if(sel==8){if(shoudsave==l){getchar();printf(H\nthe file have been changedido you want to save it(y/n)?\n");scanfC'^c'.&chl);if(chl ==,y'||chl==,Y,){Save Bookman lnfo(k);SaveTrainlnfo(l);)printf(H\nThank you!!You are welcome too\n M);break;}switch(sel){case 1:lnsertTraininfo(l);break;case 2 :QueryTrain(l);break;case 3 :BookTicket(l,k);break;case 4 :Updatelnfo(l);break;case 5 :AdvicedTrains(l);break ;case 6 :SaveTrainlnfo(l);SaveBookmanlnfo(k);break;case 7 : return 0;printf(H\nplease press any key to continue ........... ");getchO;}return 0;。

列车时刻查询系统面向对象课程设计代码郁小芳

列车时刻查询系统面向对象课程设计代码郁小芳

1,//trainsys.cpp文件#include"train.h"#include"trainlist.h"#include<iostream>using namespace std;int main(){ trainlist p;int k,s;p.begin();while(p.password==0) //身份验证选择管理员或者游客,游客只能查看无其他功能{cout<<endl<<" ***********<<欢迎进入列车时刻查询系统>>***********"<<endl<<endl;p.about();//使用该系统前的说明书,即一般软件的帮助信息cout<<endl;cout<<"请选择用户名类型: 管理员:输入1";cout<<endl<<" 游客: 输入其他任意键"<<endl;string n;string m;cin>>n;if(n=="1"){cout<<"请输入管理员密码: ";cin>>m;}if(n=="1"&&m=="8")//管理员的账号和密码{p.password=1;cout<<endl;break;}else{p.password=2; //游客身份标志break;}}while(p.password==1){ system("cls");//调用系统清屏s=p.menu1(); //调用主菜单函数switch(s){case 1:p.input(); break; //录入列车信息case 2:p.show(); break; //浏览列车信息case 3:p.found(); break; //查询列车信息case 4:p.del(); break; //删除列车信息case 5:p.xg(); break; //修改列车信息case 6:p.save(); break; //保存列车信息case 7:p.about();break; //列车时刻查询系统说明书case 0:k=0;break; //退出系统}if(p.password==1){cout<<" 按任意键(除0)返回主菜单按0真的退出"<<endl;cin>>k;if(k==0){if(p.password==1){cout<<" 是否保存? 保存:按1 不保存:按除1外任意键 ";cin>>k;if(k==1)p.save();p.clear();} p.password=0;}}}while(p.password==2){system("cls");//调用系统清屏s=p.menu2(); //调用主菜单函数switch(s){case 1:p.show(); break; //浏览列车信息case 2:p.found(); break; //查询列车信息case 3:p.about();break; //列车时刻查询系统说明书case 0:p.password=0; cout<<" 谢谢使用,祝您旅途愉快!"<<endl;break;//退出系统}if(p.password==2){cout<<" 按任意键(除0)返回主菜单按0退出"<<endl;cin>>k;if(k==0){cout<<" 谢谢使用,祝您旅途愉快!"<<endl;p.password=0;}}}return 0;}2,//train.h头文件#ifndef TRAIN_H#define TRAIN_H#include<fstream> //文件输入/输出#include<iomanip> //参数化输入/输出#include<time.h> //时间库函数#include<string> //字符串操作#include<iostream>using namespace std; //命名空间class train{public:train(){}train *next; //指向自身的指针void input(); //录入函数void input(ifstream & is); //读取函数void output(); //输出函数void output(ofstream & os); //写入函数int get_train_order() { return train_order; } //返回车次号bool gettime(); //判断发车情况string get_end(){return end;} //返回终点站的字符串private:char start[20]; //起点站char end[20]; //终点站int train_order; //车次号int hour_start,minute_start; //发车时间string gohour; //到站时间};void train::input() //车次信息输入{ int a=1;cout<<"请输入车次: ";cin>>train_order;while(a){ cout<<"请输入发车时间(时/分):"<<endl;cin>>hour_start;cin>>minute_start;if(hour_start<0||hour_start>=24||minute_start<0||minute_start>=60)cout<<"时间格式出错,请重新输入!"<<endl;//判断时间格式是否出错,小时不能小于0大于24,分钟不能小于0大于60elsea=0;}cout<<"请输入到站时间:"<<endl;cin>>gohour;cout<<"请输入起始站:";cin>>start;cout<<"请输入终点站:";cin>>end;}void train::input(ifstream & is){is>>train_order>>hour_start>>minute_start>>start>>end>>gohour;is.get();}void train::output(){cout<<setw(2)<<train_order;<<setw(10)<<hour_start<<":"<<minute_start<<" "<<setw(10)<<start<<" "<<setw(10)<<end<<" "<<setw(8)<<gohour;if(!gettime())cout<<" "<<setw(16)<<"此班列车已出发"<<endl;elsecout<<" "<<setw(16)<<"此班列车未出发"<<endl;}void train::output(ofstream & os){os<<setw(2)<<train_order<<setw(10)<<hour_start<<setw(10)<<minute_start<<setw(10)<<start <<setw(10)<<end<<setw(8)<<gohour<<endl; //用setw()函数设置输出宽度}bool train::gettime(){struct tm *local;time_t t;t=time(NULL);local=localtime(&t); //获取当前系统时间if(local->tm_hour<hour_start||(local->tm_hour==hour_start&&local->tm_min<=minute_start)) return 1; //比较当前时间与发车时间,获得班次的当前状况,返回表示班次未出发elsereturn 0; //返回表示班次已出发}#endif3,//trainlist.h头文件#ifndef TRAINLIST_H#define TRAINLIST_H#include<fstream>#include<iomanip>#include<string>#include<iostream>using namespace std;class trainlist{public:trainlist(){h=new train;h->next=NULL;}//带参数的构造函数~trainlist(){delete h;} //析构函数void input(); //录入列车信息void xg(); //修改列车信息void del(); //删除列车信息int find1(train **p,int num); //按车次查找的函数int find2(train **p,char *pn); //按终点站查找的函数void found(); //查询列车信息void show(); //显示列车信息void save(); //保存列车信息void begin(); //初始化列车信息void clear(); //清除函数void about(); //关于列车信息char menu1(); //管理员主菜单函数char menu2(); //游客主菜单函数int password; //身份登陆标志private:train *h; //链表指针};void trainlist::input() //控制列车信息的输入{train *p1,*p2=NULL;p1=h;int n=1;while(p1->next)p1=p1->next; //实现列车信息的追加while(n){ p2=new train;p2->input();p1->next=p2;p2->next=NULL;p1=p1->next;cout<<"按除0外任意键继续输入 , 按0返回菜单: ";cin>>n;}}void trainlist::show() //浏览列车信息{cout<<"列车基本信息如下:"<<endl<<" 车次始发时间起点站终点站进站时间发车情况"<<endl;train *p;p=h;while(p->next){cout<<" ";(p->next)->output();cout<<endl;p=p->next;}}void trainlist::found() //按列车车次或终点站查询信息{ train *p;int m=1;while(m) //用循环实现继续查找{ int num,n;char name[20];cout<<" 1:按列车班次查找, 2:按列车终点站查找: ";cin>>n;if(n==1||n==2){ if(n==1){cout<<"请输入班次: ";cin>>num;if(!find1(&p,num)){cout<<"找不到你要查找的车次,请确定输入信息是否正确!"<<endl;}}if(n==2){cout<<"请输入终点站: ";cin>>name;if(!find2(&p,name)){cout<<"找不到你要查找的车次,请确定输入信息是否正确!"<<endl;}}}elsecout<<"输入的信息错误!";cout<<endl<<"按1继续查找, 按0退出查找!";cin>>m;}}int trainlist::find1(train **p1,int num) //具体按车次查询列车信息{train *p;p=h;int t=0;cout<<"列车基本信息如下:"<<endl<<"车次始发时间起点站终点站进站时间发车情况"<<endl;while(p->next){ (*p1)=p;if( (p->next)->get_train_order()==num){(p->next)->output();t=1;}p=p->next;}return t;}int trainlist::find2(train **p1,char *pn) //具体按终点站查询列车信息{train *p;p=h;int t=0;cout<<"列车基本信息如下:"<<endl<<"班次始发时间起点站终点站进站时间发车情况"<<endl;while(p->next){ (*p1)=p;if( ( (p->next)->get_end()==pn )){(p->next)->output();t=1;}p=p->next;}return t;}void trainlist::del() //列车信息删除{train *p,*p2;int num;cout<<"请输入列车班次号: ";cin>>num;if( !find1(&p,num) ){cout<<" 对不起!找不到你要删除的内容,请确定输入信息是否正确!"<<endl;return;}p=h;while(p->next){ p2=p;if( (p->next)->get_train_order()==num){ //p->next->output();p2=p->next;p->next=p2->next;delete p2;if (p->next==NULL){cout<<" 信息已删除!";return;}}p=p->next;}cout<<" 信息已删除!";}void trainlist::xg() //列车信息修改{train *p;int n=1;while(n){int num;cout<<"请输入班次号: ";cin>>num;if( !find1(&p,num) )//调用查找函数判断有无此班车{cout<<"\t\t对不起!找不到你要修改的内容,请确认输入信息是否正确!"<<endl;}cout<<endl;p=h;int t=0;while(p->next){if( (p->next)->get_train_order()==num){cout<<"列车基本信息如下:"<<endl<<"车次始发时间起点站终点站进站时间发车情况"<<endl;p->next->output();(p->next)->input();}p=p->next;}cout<<"按1继续修改 , 按0返回菜单: ";cin>>n;}}void trainlist::save() //列车信息保存{train *p;p=h;ofstream os("train.txt",ios_base::out);while(p->next){(p->next)->output(os);p=p->next;}cout<<"文件已保存! "<<endl;}void trainlist::about() //输出列车时刻查询系统使用说明{char ch;ifstream file1("使用说明.txt"); //在构造过程中打开使用说明while(file1.get(ch)) //get函数读入数据时包括空白字符cout<<ch;file1.close();//关闭该文件}void trainlist::begin() //初始化列车信息函数{ofstream os;password=0;train *p1,*p2;p1=h;clear();long t;ifstream is("train.txt",ios_base::in||ios_base::binary); //文件以输入方式打开if(!is){ofstream os("train.txt",ios_base::out||ios_base::binary); //文件以输出方式打开os.close(); //关闭文件return ;}int num=-1;while(1){ num=-1;t=is.tellg(); //记录当前位置is>>num;is.seekg(t); //移动到原来位置if(num<0){ is.close();return;}p2=new train;p2->input(is); //输入is对象内容p1->next=p2;p2->next=NULL;p1=p1->next;p1->output(os);}}void trainlist::clear() //释放列车信息所占内存的函数{ train *p1,*p2;p1=h->next;while( p1 ){p2=p1;p1=p1->next;delete p2;}}char trainlist::menu1(){int s;cout<<" ***********<<欢迎进入列车时刻查询系统>>***********"<<endl<<endl;cout<<" ****************************************************************"<<endl; cout<<" -------------------------------------------------------------- "<<endl <<" 1. 录入列车信息 2. 浏览列车信息 "<<endl <<" 3. 查询列车信息 4. 删除列车信息 "<<endl <<" 5. 修改列车信息 6. 保存列车信息 "<<endl <<" 7. 关于列车时刻查询系统说明 0. 退出系统 "<<endl <<" -------------------------------------------------------------- "<<endl <<" **************************************************************** "<<endl;cout<<"请选择功能按钮: ";while(true){cin>>s;if(s<0||s>7)cout<<"输入错误,请重新选择功能按钮: ";elsebreak;}return s;}char trainlist::menu2(){int s;cout<<" ***********<<欢迎进入列车时刻查询系统>>***********"<<endl<<endl; cout<<" ****************************************************************"<<endl;cout<<" -------------------------------------------------------------- "<<endl <<" 1.浏览列车信息 2.查询列车信息 "<<endl<<" 3. 关于列车时刻查询系统说明 0.退出系统 "<<endl<<" -------------------------------------------------------------- "<<endl <<" **************************************************************** "<<endl;cout<<"请选择功能按钮: ";while(true){cin>>s;if(s<0||s>3)cout<<"输入错误,请重新选择功能按钮: ";elsebreak;}return s;}#endif。

C语言编程---火车订票系统源代码之欧阳学创编

C语言编程---火车订票系统源代码之欧阳学创编

火车订票系统源码#include <conio.h>#include <stdio.h>#include <stdlib.h>#include <string.h>intshoudsave=0 ;int count1=0,count2=0,mark=0,mark1=0 ;/*定义存储火车信息的结构体*/struct train{char num[10];/*列车号*/char city[10];/*目的城市*/char takeoffTime[10];/*发车时间*/char receiveTime[10];/*到达时间*/int price;/*票价*/intbookNum ;/*票数*/};/*订票人的信息*/struct man{charnum[10];/*ID*/char name[10];/*姓名*/intbookNum ;/*需求的票数*/};/*定义火车信息链表的结点结构*/typedefstruct node{struct train data ;struct node * next ;}Node,*Link ;/*定义订票人链表的结点结构*/typedefstruct people{struct man data ;struct people*next ;}bookMan,*bookManLink ;/* 初始界面*/voidprintInterface(){puts("********************************************* ***********");puts("* Welcome to use the system of booking tickets *");puts("********************************************* ***********");puts("* You can choose the operation: *"); puts("* 1:Insert a train information *");puts("* 2:Inquire a train information *");puts("* 3:Book a train ticket *");puts("* 4:Update the train information *"); puts("* 5:Advice to you about the train *"); puts("* 6:save information to file *");puts("* 7:quit the system *");puts("********************************************* ***********");}/*添加一个火车信息*/voidInsertTraininfo(Link linkhead){struct node *p,*r,*s ;charnum[10];r = linkhead ;s = linkhead->next ;while(r->next!=NULL)r=r->next ;while(1){printf("please input the number of the train(0-return)"); scanf("%s",num);if(strcmp(num,"0")==0)break ;/*判断是否已经存在*/while(s){if(strcmp(s->data.num,num)==0){printf("the train '%s'has been born!\n",num);return ;}s = s->next ;}p = (struct node*)malloc(sizeof(struct node)); strcpy(p->data.num,num);printf("Input the city where the train will reach:"); scanf("%s",p->data.city);printf("Input the time which the train take off:"); scanf("%s",p->data.takeoffTime);printf("Input the time which the train receive:");scanf("%s",&p->data.receiveTime);printf("Input the price of ticket:");scanf("%d",&p->data.price);printf("Input the number of booked tickets:");scanf("%d",&p->data.bookNum);p->next=NULL ;r->next=p ;r=p ;shoudsave = 1 ;}}/*打印火车票信息*/voidprintTrainInfo(struct node*p){puts("\nThe following is the record you want:");printf(">>number of train: %s\n",p->data.num);printf(">>city the train will reach: %s\n",p->data.city); printf(">>the time the train take off: %s\nthe time the train reach: %s\n",p->data.takeoffTime,p->data.receiveTime); printf(">>the price of the ticket: %d\n",p->data.price);printf(">>the number of booked tickets: %d\n",p->data.bookNum);}struct node * Locate1(Link l,charfindmess[],char numorcity[]) {Node*r ;if(strcmp(numorcity,"num")==0){r=l->next ;while(r){if(strcmp(r->data.num,findmess)==0)return r ;r=r->next ;}}else if(strcmp(numorcity,"city")==0){r=l->next ;while(r){if(strcmp(r->data.city,findmess)==0)return r ;r=r->next ;}}return 0 ;}/*查询火车信息*/voidQueryTrain(Link l){Node *p ;intsel ;char str1[5],str2[10];if(!l->next){printf("There is not any record !");return ;}printf("Choose the way:\n>>1:according to the number of train;\n>>2:according to the city:\n");scanf("%d",&sel);if(sel==1){printf("Input the the number of train:"); scanf("%s",str1);p=Locate1(l,str1,"num");if(p){printTrainInfo(p);}else{mark1=1 ;printf("\nthe file can't be found!");}}else if(sel==2){printf("Input the city:");scanf("%s",str2);p=Locate1(l,str2,"city");if(p){printTrainInfo(p);}else{mark1=1 ;printf("\nthe file can't be found!");}}}/*订票子模块*/voidBookTicket(Link l,bookManLink k) {Node*r[10],*p ;charch,dem ;bookMan*v,*h ;int i=0,t=0 ;charstr[10],str1[10],str2[10];v=k ;while(v->next!=NULL)v=v->next ;printf("Input the city you want to go: "); scanf("%s",&str);p=l->next ;while(p!=NULL){if(strcmp(p->data.city,str)==0){r[i]=p ;i++;}p=p->next ;}printf("\n\nthe number of record have %d\n",i);for(t=0;t<i;t++)printTrainInfo(r[t]);if(i==0)printf("\n\t\t\tSorry!Can't find the train for you!\n"); else{printf("\ndo you want to book it?<1/0>\n");scanf("%d",&ch);if(ch == 1){h=(bookMan*)malloc(sizeof(bookMan)); printf("Input your name: ");scanf("%s",&str1);strcpy(h->,str1);printf("Input your id: ");scanf("%s",&str2);strcpy(h->data.num,str2);printf("Input your bookNum: ");scanf("%d",&dem);h->data.bookNum=dem ;h->next=NULL ;v->next=h ;v=h ;printf("\nLucky!you have booked a ticket!"); getch();shoudsave=1 ;}}}bookMan*Locate2(bookManLinkk,charfindmess[]) {bookMan*r ;r=k->next ;while(r){if(strcmp(r->data.num,findmess)==0){mark=1 ;return r ;}r=r->next ;}return 0 ;}/*修改火车信息*/voidUpdateInfo(Link l){Node*p ;charfindmess[20],ch ;if(!l->next){printf("\nthere isn't record for you to modify!\n"); return ;}else{QueryTrain(l);if(mark1==0){printf("\nDo you want to modify it?\n"); getchar();scanf("%c",&ch);if(ch=='y');{printf("\nInput the number of the train:"); scanf("%s",findmess);p=Locate1(l,findmess,"num");if(p){printf("Input new number of train:");scanf("%s",&p->data.num);printf("Input new city the train will reach:"); scanf("%s",&p->data.city);printf("Input new time the train take off"); scanf("%s",&p->data.takeoffTime);printf("Input new time the train reach:"); scanf("%s",&p->data.receiveTime);printf("Input new price of the ticket::"); scanf("%d",&p->data.price);printf("Input new number of people who have booked ticket:"); scanf("%d",&p->data.bookNum);printf("\nmodifying record is sucessful!\n");shoudsave=1 ;}elseprintf("\t\t\tcan't find the record!");}}elsemark1=0 ;}}/*系统给用户的提示信息*/voidAdvicedTrains(Link l){Node*r ;charstr[10];int mar=0 ;r=l->next ;printf("Iuput the city you want to go: ");scanf("%s",str);while(r){if(strcmp(r->data.city,str)==0&&r->data.bookNum<200) {mar=1 ;printf("\nyou can select the following train!\n");printf("\n\nplease select the fourth operation to book the ticket!\n");printTrainInfo(r);}r=r->next ;}if(mar==0)printf("\n\t\t\tyou can't book any ticket now!\n");}/*保存火车信息*/voidSaveTrainInfo(Link l){FILE*fp ;Node*p ;int count=0,flag=1 ;fp=fopen("c:\\train.txt","wb");if(fp==NULL){printf("the file can't be opened!"); return ;}p=l->next ;while(p){if(fwrite(p,sizeof(Node),1,fp)==1) {p=p->next ;count++;}else{flag=0 ;break ;}}if(flag){printf("the number of the record which have been saved is %d\n",count);shoudsave=0 ;}fclose(fp);}/*保存订票人的信息*/voidSaveBookmanInfo(bookManLink k){FILE*fp ;bookMan*p ;int count=0,flag=1 ;fp=fopen("c:\\man.txt","wb");if(fp==NULL){printf("the file can't be opened!");return ;}p=k->next ;while(p){if(fwrite(p,sizeof(bookMan),1,fp)==1){p=p->next ;count++;}else{flag=0 ;break ;}}if(flag){printf("the number of the record which have been saved is %d\n",count);shoudsave=0 ;}fclose(fp);}int main(){FILE*fp1,*fp2 ;Node*p,*r ;char ch1,ch2 ;Link l ;bookManLink k ;bookMan*t,*h ;intsel ;l=(Node*)malloc(sizeof(Node));l->next=NULL ;r=l ;k=(bookMan*)malloc(sizeof(bookMan)); k->next=NULL ;h=k ;fp1=fopen("c:\\train.txt","ab+");if((fp1==NULL)){printf("can't open the file!");return 0 ;}while(!feof(fp1)){p=(Node*)malloc(sizeof(Node));if(fread(p,sizeof(Node),1,fp1)==1){p->next=NULL ;r->next=p ;r=p ;count1++;}}fclose(fp1);fp2=fopen("c:\\man.txt","ab+");if((fp2==NULL)){printf("can't open the file!");return 0 ;}while(!feof(fp2)){t=(bookMan*)malloc(sizeof(bookMan)); if(fread(t,sizeof(bookMan),1,fp2)==1){t->next=NULL ;h->next=t ;h=t ;count2++;}}fclose(fp2);while(1){system("cls");printInterface();printf("please choose the operation: ");scanf("%d",&sel);system("cls");if(sel==8){if(shoudsave==1){getchar();printf("\nthe file have been changed!do you want to save it(y/n)?\n");scanf("%c",&ch1);if(ch1=='y'||ch1=='Y'){SaveBookmanInfo(k);SaveTrainInfo(l);}}printf("\nThank you!!You are welcome too\n"); break ;}switch(sel){case 1 :InsertTraininfo(l);break ;case 2 :QueryTrain(l);break ;case 3 :BookTicket(l,k);break ;case 4 :UpdateInfo(l);break ;case 5 :AdvicedTrains(l);break ;case 6 :SaveTrainInfo(l);SaveBookmanInfo(k);break ; case 7 :return 0;}printf("\nplease press any key to continue......."); getch();}return 0;}。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
一、问题分析
随着社会的不断发展,人们在交通方式的选择上有了不同以往的选择,以前的靠人力, 畜力,以及摩托车,现在人们的选择更多的会放在了汽车,飞机还有列车上。每当春节前后 时,都有一批民工潮,学生潮,这些农民工和学生都来自于祖国的各个地方,因此车站如何 合理有序的安排列车出站到站时间成了一个很关键的内容, 有助于维持车站的秩序以及减少 不必要的等待。 而本课题的列车时刻管理系统也应用与这些地方, 不过由于专业知识学的还 不多, 因此还不能将一个完整的列车时刻管理系统完全的展示出来, 只是在最基础的层面上 做了一些工作。
3
列车时刻管理系统 { FILE *fp; int i; if ((fp=fopen("train.txt","rb"))==NULL) { printf("列车时刻信息不存在,请重新建立!\n"); return; } else printf("列车信息存在,请按回车键选择操作"); if (fread(&num,sizeof(int),1,fp)!=1) { num=-1; } else { for(i=0;i<num;i++) { fread(&Records[i],sizeof(struct Record),1,fp); } } fclose(fp); } 6.将数据写入文件中: void WriteToFile() { FILE *fp; int i; if ((fp=fopen("train.txt","wb"))==NULL) { printf("不能打开文件!\n"); return; } if (fwrite(&num,sizeof(int),1,fp)!=1) { printf("写入文件错误!\n"); } for (i=0;i<num;i++) { if (fwrite(&Records[i],sizeof(struct Record),1,fp)!=1) { printf("写入文件错误!\n"); }
按出站地址查询
全部删除
单一删除
2
列车时刻管理系统 { case 1:AddNew();break; case 2:ShowMenu();break; case 3:Record_Modify();break; case 4:DeleteMenu();break; case 5:exit(0); } } 4.数据检测: void ChkData(char city1[],char city2[],int hour1,int minute1,int hour2,int minute2) { if (strlen(city1)>20) { printf("出站地址的字符不能超过 20 个!\n"); MainMenu(); } if (strlen(city2)>20) { printf("到站地址不能超过 20 位!\n"); MainMenu(); } if (hour1<0||hour1>23) { printf("时刻输入错误(0<=hour<24)!\n"); MainMenu(); } if (hour2<0||hour2>24) { printf("时刻输入错误(0<=hour<24)!\n"); MainMenu(); } if (minute1<0||minute1>59) { printf("时刻输入错误(0<=minute<59)!\n"); MainMenu(); } if (minute2<0||minute2>59) { printf("时刻输入错误(0<=minute<59)!\n"); MainMenu(); } } 5.读入文件中的数据: void ReadFromF 利用结构数组的方式来添加新记录,并且保存在文件 train.txt 文件中,并且记录上限为 300, 新纪录的内容包括: 出站地址, 出站的时刻 (时) , 出站时刻 (分) , 到站地址, 到站时刻 (时) , 到站时刻(分) 。 2.查看: 查询功能总共分为四种方式:①按出站地址查询②按出站时刻查询③按到站地址查询 ④按到站时刻查询,这个功能由于能力有限,只限查找单一数据。 3.修改: 修改功能:根据出站的地址,查找出对应的一组数据的内容,然后逐一修改。 4.删除: 修改功能总共分为两个部分:①单一删除(按照出站地址)②全部删除 5.保存: 每执行一个任务后程序会自动将数据写入 train.txt 文档中。
4
列车时刻管理系统 } fclose(fp); }
五、实验运行结果(部分)
1.主菜单
2.查询菜单
3.按出站地址查询
4.修改信息
5
列车时刻管理系统
5.删除信息
六、设计总结
通过本次课程设计,我对 C 语言这种程序设计语言有了初步的认识,对以后的专业课 程打下了一定的基础。C 语言是一门面向对象的程序设计语言,因此需要我们对函数部分要 下功夫。另外数组同样是很重要的内容,通过数组的学习,我们可以将日常生活中的一些问 题用计算机来解决。最后,我们学习了指针与结构,这部分是 C 语言的精髓部分,不过有 点难度, 这次的课程设计中我用的是数组的原因之一是对指针这方面还有些不足, 希望在日 后的学习中多加努力。 通过这次课程设计让我知道了学习中的不足, 也明白了要想学好更难 的知识就要先学好基础课程。
6
列车时刻管理系统 /**********************列车时刻管理系统****************************/ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <malloc.h> #include <conio.h> struct Record /***定义结构体******/ { int hour1; int hour2; int minute1; int minute2; char city1[20]; char city2[20]; }; struct Record Records[300]; /****数组的成员个数限制了数据的数量要小于 300****/ int num=0; void AddNew(); int IsLoop(); void Display(); void ShowMenu(); void Search_ccity(); void Search_dcity(); void Search_ctime(); void Search_dtime(); void ChkData(char city1[],char city2[],int hour1,int minute1,int hour2,int minute2); void Record_Modify(); void DeleteMenu(); void DeleteAll(); void DeleteOne(); void ReadFromFile(); void MainMenu(); void WriteToFile(); void main() /***主函数********/ { ReadFromFile(); /***读取文件中的数据****/ getchar(); while (1) { MainMenu(); WriteToFile();/*******将数据写入文件中****/ } }
列车时刻管理系统
四、模块的算法设计(部分主要函数的代码)
1.整体构造:
主菜单
添加数据
查询数据
修改数据
删除数据
按到站时刻查询
按出站时刻查询
按到站地址查询
2.结构体: struct Record { int hour1; int hour2; int minute1; int minute2; char city1[20]; char city2[20]; }; 3.主菜单: void MainMenu() { system("cls"); printf("------------------------主菜单-----------------------------\n"); int option; printf("---------------------1-添加新记录--------------------------\n"); printf("---------------------2-查看--------------------------------\n"); printf("---------------------3-修改--------------------------------\n"); printf("---------------------4-删除--------------------------------\n"); printf("---------------------5-退出程序----------------------------\n"); printf("请选择: \n"); scanf("%d",&option); getchar(); switch (option)
7
列车时刻管理系统 /******从文件读取记录*******/ void ReadFromFile() { FILE *fp; int i; if ((fp=fopen("train.txt","rb"))==NULL) { printf("列车时刻信息不存在,请按回车重新建立!\n"); return; } else printf("列车信息存在,请按回车键选择操作"); if (fread(&num,sizeof(int),1,fp)!=1) { num=-1; } else { for(i=0;i<num;i++) { fread(&Records[i],sizeof(struct Record),1,fp); } } fclose(fp); } /*******主菜单***********/ void MainMenu() { system("cls");/****清除屏幕*******/ printf("------------------------主菜单-----------------------------\n"); int option; printf("---------------------1-添加新记录--------------------------\n"); printf("---------------------2-查看--------------------------------\n"); printf("---------------------3-修改--------------------------------\n"); printf("---------------------4-删除--------------------------------\n"); printf("---------------------5-退出程序----------------------------\n"); printf("请选择: \n"); scanf("%d",&option); getchar(); switch (option)/****运用 case 语句来实现选择*****/ { case 1:AddNew();break; case 2:ShowMenu();break; case 3:Record_Modify();break;
相关文档
最新文档