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

【linux源码下载阿帕奇】【mall源码分析】【coding源码下载】c 点菜系统源码_点菜系统源代码

2024-11-27 04:05:57 来源:源码分析技巧 分类:娱乐

1.c ���ϵͳԴ��
2.能不能给我发个用c语言课程设计餐馆小系统的点代码linux源码下载阿帕奇源代码
3.求c语言用链表写的家庭财务管理系统源代码速求

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[];/*列车号*/

        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://hld.net.cn/news/25f671893256.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap