搜索资源列表
TrainTicketSys
- 一个火车票票务管理系统,含有查询,修改,删除,可以设置全屏显示,设置查询后数据的排序方式,比如按车票,时间的升序和降序排序-A train ticket management system, with the query, modify, delete, you can set the full screen, set the query after the data is sorted, such as by ticket, in ascending and descending order
CzBusKQ
- 公交车考勤管理系统,采用刷卡机,在定点车站进行刷卡考勤,可支持多台硬件设备,可进行考勤时间设置、车次设置、司机设置,以及自动考勤分析等功能,适用于小型的,没有一卡通支持的公交车考勤管理。-Attendance Management System bus, using the credit card machine credit card attendance at the designated station can support multiple hardware devices, can
航班管理系统
- 原题目:编程要求: (1)完成这个类的定义,要求: a. 具有两个参数的构造函数,参数分别为航班号和日期,实现航空管理员对航班的新建、修改、删除等操作; b. 设置航班起飞的日期和时间、头等舱/经济舱的价格和剩余票数、出发地和目的地、航班号。 (2)定义一个FlightManager类用来管理航班信息,实现增加、编辑、删除航班的供能。