发布网友 发布时间:2022-04-25 22:49
共6个回答
热心网友 时间:2022-04-10 07:42
不知道你的要求是什么,把我以前的关于酒店管理的代码发给你参考下吧。#include#include#include#includetypedefstructtagCustomer{charm_ID[19];/*身份证号码*/charm_name[10];/*顾客姓名*/intm_age;/*顾客年龄*/charm_sex[6];/*顾客性别*/intnum;}Customer;/*顾客结构*/typedefstructtagRoom{intm_num;/*房间号*/intm_floor;/*楼层*/intm_price;/*价格*/intm_use;/*是否已入住*/}Room;/*房间结构*/inti,j=0,age,num,floor,price,use,n;intreg=0;Customercus[5];Roomr[5];intcount=5;charID[18],name[10],sex[6];FILE*fproom;FILE*fpcustomer;voidCustomer_Input(){if(count0&&n<=6){switch(n){case1:Customer_Input();break;case2:Customer_ListOut();break;/*查询顾客信息*/case3:Room_ListOut();break;/*查询空房间*/case4:PerCustomer_Search();break;/*预订房间*/case5:UnCustomer_Out();break;/*退订房间*/case6:Customer_Goaway();/*保存退出*/}}else{printf("***********************************************************************\n");printf("**\n");printf("*输入错误!*\n");printf("*请退出!*\n");printf("**\n");printf("***********************************************************************\n");break;}}}热心网友 时间:2022-04-10 09:00
难度不大吧,有什么问题?热心网友 时间:2022-04-10 10:34
这个程序我可以帮你做,数据结构应用+文件操作。追问.。。怎么做啊追答看我头像
热心网友 时间:2022-04-10 12:26
同学,我的和你的一样,弄到了可以发给我吗?谢谢。热心网友 时间:2022-04-10 14:34
我可以做。。热心网友 时间:2022-04-10 16:58
这个话,如果要的,我可以写给你