搜索资源列表
airport
- 飞机场模拟系统,,使用了栈和队列的知识,,是学习数据结构时做的,,大家不妨学习一下
AirPort
- 学习数据结构时的课堂实验。利用数据结构中的队列、随机数等模拟一飞机场的飞机起降或等待起降-Data structure learning classroom experiments. Use the queue data structure, such as simulation of a random number of aircraft movements the airport or waiting for take-offs and landings
palne
- 模拟飞机在飞机场起飞和降落 输入想模拟的时间长度,输出为调度的过程 降落平均等待时间..起飞平均等待时间 -Simulating an aircraft taking off and landing at the airport would like to enter the length of time simulation, the output of the process for scheduling the average waiting time for landing
Airport_Simulation
- 飞机场模拟的C++源代码 《数据结构与程序设计》里对飞机场模拟的完整c++源代码,能运行。-Airport simulation C++ source code for " data structures and program design," where a complete simulation of the airport c++ source code, can run.
AirportSimulation
- 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
flying
- 飞机场模拟项目试验 主要是对飞机的起飞和降落的模拟 以及提供车和检查车的行为-flying
airport
- 利用数据结构的队列,模拟一个飞机场的运行,有一条跑道多条跑道等模式,是数据结构预算法的经典问题,这个是我们的项目,压缩包包含了源代码,项目报告,MFC界面。-Queue data structure used to simulate the operation of an airport, there is a multi-runway runway models, the data structure is a classic problem of the Budget Act, this i
airplane
- 数据结构课程的小实验,模拟一个飞机场的起飞降落调度,-Data structure course small experiment to simulate an airport takeoff and landing scheduling,
The-airport-scheduling-analysis
- 模拟一个机场飞机降落和起飞的过程。内容:一个小飞机场有1条跑道,在天上有一个队列的飞机准备降落,地上有一队列的飞机准备起飞,当然必须等天上的飞机全部降落完后才能开始起飞。-Simulate a process of airport landing and take-off. Content: a small airport one runway, there is a queue in the sky of the plane to land, a queue for the plane ta
AirplaneSimulation
- 这是一个使用队列,栈数据结够写成的飞机场流量模拟程序,里面有一报告详细说明了跑道数量的不同,单车道双车道,飞机的到达率等因素对飞机场运作的影响。-This is a used queue, stack data and written enough airport traffic simulation program, there is a report detailing the runway number of different, single two-lane, the aircraft
airport
- 一个小型的繁忙飞机场模拟,起落,有一个有限的排队队列。共6问(Simulation a small but busy airport with only one runway.)