搜索资源列表
飞机票最终版(最后)
- 模拟一个飞机票订票和退票系统 假定某民航机场有M个航次的班机,每个航次都只到达一个目的地。试为该机场售票处设计一个自动订票和退票系统。 要求系统具有下列功能: (1)订票。若该航次余票数大于等于乘客订票数,则在该航次的乘客表(按乘客姓氏字母顺序连接)中,插入订票乘客的信息项,并修改该航次有关数据,否则,给出相应的提示信息。 (2)退票。若该航次当前退票数小于等于乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票,使得该乘客的订票数为零时,要从乘客表中撤消该乘客
机场模拟系统
- 描述了一个简单的机场是怎么运行的
airportBETA1.0.rar
- 数据结构经典例题,机场模拟,单跑道,根据输入期望值随机生成起飞,降落飞机,注释详细,Classic example of data structure, airport simulation, single-track, in accordance with expectations for randomly generated input to take off and landing aircraft, detailed notes
AirportSimulation
- 3条跑道的机场模拟程序,模拟机场对飞机的调度-3 runway airport simulation program to simulate the airport to aircraft scheduling
project
- 机票订票处理系统。可进行机场订票模拟。订票,退票,更换信息。查询信息等。-Booking ticket processing system. Airport booking can be simulated. Booking, a refund, replacement of information. Query information.
AirportImitate
- 一个模拟机场控制飞机起飞降落及查询功能的程序。-Control of a simulated airport landing and take-off procedures for the inquiry.
plane
- 通过机场调度来实现分时系统的模拟 数据结构与算法大实验-By airport operators to implement time-sharing system simulation experiment in data structures and algorithms
plotgdop
- 代码主要用来模拟林芝机场附近一天内4个不同时间GDOP变化情况-Code is mainly used to simulate the Nyingchi Airport near four different times within a day GDOP changes
airport-simulation
- 用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列 -With a queue to a
queue
- 用c语言编程实现数据结构中队列,模拟机场办理登记手续。-With C language programming to queue data structure, simulation of airport check-in.
src
- 模拟飞机起飞降落的机场控制系统,包含有起降次序,跑道利用率。并有测试。-Control system simulation of the planes land and take off airport, contains a landing sequence, utilization rate of the runway. And have a test.
工程VER1.2.1
- 模拟机场安检口的功能,包括缓冲区和安检口、旅客进出、排队、安检口申请休息、恢复休息等等(Simulate the functions of airport security checkpoints, including buffer zones and security checkpoints, passengers entering and leaving, queuing, security checkpoints, applications for rest, rehabilitation
A201710009018_罗顺_桑野_庞旭_支撑材料
- 机场排队模型,取部分数据模拟乘客流,采取多窗口单队列模型,窗口数量为两个或三个(Airport queuing model)