hangbanxitong

所属分类:操作系统开发
开发工具:Visual C++
文件大小:7KB
下载次数:4
上传日期:2010-10-11 21:25:53
上 传 者moonchildsco
说明:  该系统需要实现以下功能: (1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中, 插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息; (2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。 当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息; (3) 将某航次的余票数恢复初值为该航次的最大客票数; (4) 显示:显示该机场各航次班机的售票情况。
(The system needs to achieve the following functions: (1) Booking: If the voyage than the number of votes greater than or equal passenger booking, cruise passengers in the table (by passengers alphabetical dictionary order) in Items of information into the booking of passengers, and modify the data of the voyage, or give the appropriate message (2) Refund: If the refund is less than the number of votes of the original passengers, passengers in the corresponding entry in the table to find the passengers, the voyage and the passengers to modify the data in the table. When the refund makes the number of passengers booking is zero, from the passenger list of passengers in the revocation of the item otherwise give the corresponding message (3) the recovery of a voyage of more than the initial value for votes in the largest cruise ticket number (4): Displays of the voyage of the airport flight ticket sales.)

文件列表:
航班程序\Debug\BuildLog.htm (1790, 2010-03-12)
航班程序\stdafx.cpp (212, 2010-03-12)
航班程序\stdafx.h (195, 2010-03-12)
航班程序\航班程序.cpp (20445, 2010-03-12)
航班程序\航班程序.vcproj (3416, 2010-03-12)
航班程序\Debug (0, 2010-03-13)
航班程序 (0, 2010-03-12)

======================================================================== 飞机票订票系统 : ======================================================================== 请设计一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地, 试为该机场售票处设计一个自动订票和退票系统。 该系统需要实现以下功能: (1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中, 插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息; (2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。 当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息; (3) 将某航次的余票数恢复初值为该航次的最大客票数; (4) 显示:显示该机场各航次班机的售票情况。 用户界面: 可以采用文本界面或图形界面 提交内容: (1) 程序代码(c/c++),附加详细注释 (2) 使用说明 修改: (1)代码风格 (2)去掉STL::list的使用,自己编写链表代码 (3) 纠正其中的错误

近期下载者

相关文件


收藏者