本站提供最佳layaair 案例源码服务,欢迎转载和分享。

【企业java源码】【选项指标源码】【帝国评测源码】景区订票系统源码_景区订票系统源码怎么查

2024-12-27 02:02:57 来源:foobar dts 源码输出 分类:休闲

1.������ƱϵͳԴ��
2.长途汽车站订票系统 c++

景区订票系统源码_景区订票系统源码怎么查

������ƱϵͳԴ��

       火车站售票查询系统:

       #include <conio.h>

       #include <stdio.h>

       #include <stdlib.h>

       #include <string.h>

       int shoudsave=0 ;

       int count1=0,景区景区企业java源码count2=0,mark=0,mark1=0 ;

       /*定义存储火车信息的结构体*/

       struct train

       {

        char num[];/*列车号*/

        char city[];/*目的城市*/

        char takeoffTime[];/*发车时间*/

        char receiveTime[];/*到达时间*/

        int price;/*票价*/

        int bookNum ;/*票数*/

       };

       /*订票人的信息*/

       struct man

       {

        char num[];/*ID*/

        char name[];/*姓名*/

        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("

【本文网址:http://8o.net.cn/news/02b116298835.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap