| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 939 人关注过本帖
标题:[求助]下期的作业
取消只看楼主 加入收藏
linmin
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-12-9
收藏
 问题点数:0 回复次数:3 
[求助]下期的作业
The Colossus Airlines fleet consists of one plane with a seating capacity of 12. It makes one flight daily. Write a seating reservation program with the following features:
a. The program uses an array of 12 structures. Each structure should hold a seat identification number, a marker that indicates whether the seat is assigned, the last name of the seat holder, and the first name of the seat holder.
b. The program displays the following menu:
To choose a function, enter its letter label:
a) Show number of empty seats
b) Show list of empty seats
c) Show alphabetical list of seats
d) Assign a customer to a seat assignment
e) Delete a seat assignment
f) Quit
c. The program successfully executes the promises of its menu. Choices d) and e) require additional input, and each should enable the user to abort an entry.
d. After executing a particular function, the program shows the menu again.
e. Data is saved in a file between runs. When the program is restarted, it first loads in the data, if any, from the file.
搜索更多相关主题的帖子: 作业 
2006-12-10 20:00
linmin
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-12-9
收藏
得分:0 
帮忙把它具体的用标准C写出来好吗
我不知道怎么写啊 我是才学的啊

2006-12-26 17:13
linmin
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-12-9
收藏
得分:0 
赞啊
谢谢啊
我以后会慢慢的学习的啊 现在是才接触的嘛

2006-12-30 12:24
linmin
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-12-9
收藏
得分:0 
这个中文是这样的啊

实验7 结构体
某航空公司有一架飞机,共有12个座位,每天只飞一个航班。请你编写一个程序,能完成该航班的订票工作,要求如下:
a. 该程序使用一个长度为12的结构体数组。结构体的成员有4个,座位的编号,该座位是否已经售出的标志位,乘客的姓以及乘客的名。
b. 程序有如下菜单供选择:
To choose a function, enter its letter label:
a) Show number of empty seats
b) Show list of empty seats
c) Show alphabetical list of seats
d) Assign a customer to a seat assignment
e) Delete a seat assignment
f) Quit
c. 程序应该能根据不同的选择(a-f)调用相应的函数,完成指定的功能。选择d)和e)可能需要更多的输入。(进一步完善:考虑加入确认机制,提供放弃的机会)
d. 在执行完某个功能后,程序应该重新显示菜单,提供再次选择的机会。
(进一步完善:考虑采用读写文件的方式来保存数据,这样当程序重新运行时,原先的数据可以再次读出来)

2007-01-01 18:40
快速回复:[求助]下期的作业
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.067955 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved