airline Reservation
标签: Reservation airline
上传时间: 2015-03-10
上传用户:yuchunhai1990
Scotia airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system. Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre and to be able to ascertain, at any moment, the amount of the cash taken for that flight. Reservations and bookings cannot be made until the flight details have been finalised (flight number, departure and arrival airports). A seat on a flight is considered booked when payment as been received for it. When a reservation is confirmed (changed to booked), the passenger name is checked against the original reservation. A flight can be in any of the following states: Available for bookings Checking in Boarding Closed
标签: operating airlines Glasgow Airport
上传时间: 2016-03-25
上传用户:hgy9473
Software Requirements Specification (SRS) airline Ticket System
标签: Specification Requirements Software airline
上传时间: 2017-03-06
上传用户:520
IT IS AN airline reservation system catering to the needs of officials as well as to the customer
标签: reservation officials the catering
上传时间: 2017-04-10
上传用户:xfbs821
airline Reservations System A small airline has just purchased a computer for its new automated reservation system. You have been asked to develop the new system called ARSystem. You are to write an application to assign seats on each flight of the airline s only plane (capacity: 24 seats.) Your application should display the following alternatives: Please type 1 for FirstClass and Please type 2 for Economy. If the user types 1, your application should assign a seat in the first-class section (seats 1-8). If the user types 2, your application should assign a seat in the economy section (seats 9-24). Your application should then display a boarding pass indicating the person s seat number and whether it is in the first-class or economy
标签: Reservations automated purchased computer
上传时间: 2017-04-14
上传用户:lizhizheng88
airline Reservation code & is very nice check it
标签: Reservation airline check code
上传时间: 2013-12-18
上传用户:515414293
airline reservation system is a simple jsp application through which users can reserve tickets online
标签: reservation application airline reserve
上传时间: 2017-06-12
上传用户:xiaohuanhuan
一个航空公司的机票预定系统的说明文档 An airline ticket reservation system of documentation
标签: documentation reservation airline ticket
上传时间: 2013-12-20
上传用户:1583060504
The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest route (ie path) between them.
标签: system assignment implement airline
上传时间: 2017-09-07
上传用户:kiklkook
(1)、航空订票系统: 通过此系统可以实现如下功能: 1] 录入航线信息 每条航线信息包括航班号、飞机号、目的地、订票数、余票数共5项。假设现在有3条航线, 目的地分别是北京, 上海, 广州, 飞机上可乘坐100人[ 即初始订票数为0, 余票数为100] , 将这3条航线信息存入文件“airline.dat” 中。 2] 订票业务 客户信息包括姓名, 航班号, 座位号[初始为0], 假设已有3个客户信息存入文件“customer.dat”中。 有新客户订票时, 先输入客户的姓名和他提出的航班号, 查询该航线的订票情况, 若有余票, 则为客户办理订票手续, 分配给客户一个座位号, 然后将新客户的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中该航线的订票数和余票数。若无余票, 则输出客满信息。进一步可实现如果该航班已经无票,可以提供相关可选择航班信息。 3] 退票业务 根据客户提出的航班号, 办理退票, 从文件“customer.dat”中删除该客户的信息, 并修改文件“airline.dat”中相应航线的订票数和余票数。 4] 修改航班信息:当航班信息改变可以修改航班数据文件。 5] 输出全部航线信息和全部客户信息。 6] 退出系统。
上传时间: 2017-03-24
上传用户:jichenxi0730