搜索资源列表
simulation of airport
- 模拟一个飞机场一天中的飞机起降问题 飞机降落的优先级别高于起飞的优先级-day simulation of an airport of aircraft taking off and landing aircraft landed issue the priority level higher than the take-off priority
C语言模拟飞机场
- 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last
Decal
- 飞机场,利用opengl和vc++编程,应用了opengl的帖花技术 -airports, and use opengl vc programming, opengl application of the technology decals
feijichangkechengsheji
- 这是有关飞机场系统的C++程序代码 可以运行的 值得下载的-This is the airport of C code can run the worthy download
_airport
- 虚拟飞机场管理程序,通过队列实现单跑道飞机场的起飞降落管理-virtual airport management procedures, through cohort achieving the single runway airport would take off or land management
airPortSimulation
- 金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport
AirportGame
- 用vc开发的简易飞机场调度程序,算法模拟
airport
- 飞机场模拟系统,,使用了栈和队列的知识,,是学习数据结构时做的,,大家不妨学习一下
hongkong
- 航空客运订票系统C++文件操作 飞机场每天要接受大量的订票退票服务,还有互联 网上的异地订票等。对这些数量巨大的数据,需要一个专门的软件来进行管理和操作。软件至少需要具备的基本功能包括:接受订票,处理退票,查询乘客信息,查询航班信息等等。
Terrain
- 主要是模拟飞机场的飞机起飞程序 可以进行发射和飞行的两种模式
oil
- 微软加油题的几种算法 原题 . 一道关于飞机加油的问题,已知: 每个飞机只有一个油箱, 飞机之间可以相互加油(注意是相互,没有加油机) 一箱油可供一架飞机绕地球飞半圈, 问题: 为使至少一架飞机绕地球一圈回到起飞时的飞机场,至少需要出动几架飞机?(所有飞机从同一机场起飞,而且必须安全返回机场,不允许中途降落,中间没有飞机场) 第三题. 汽车加油问题 一辆载油500升的汽车从A开往10
ticket
- 飞机场订退票及航线修改系统 主要用于c的学习与实践
airport
- 考虑一个很繁忙的小型飞机场,这个飞机场只有一条飞机跑道。在每个单位时间内,只有一架飞机可以着陆,或者只有一架飞机可以起飞,但不允许同时着陆和起飞。飞机的到达和起飞时随机的,因此任何给定的时刻,飞机跑道可能空闲,或者可能有一架飞机正在着陆或起飞,并且可能有若干架飞机在等待着陆或者起飞。编写一个程序模拟这一情形。
airport
- 程序利用模拟了飞机场在运作过程中处理机场等待起飞以及空中等待停靠等情况
xioxingfeijichang
- 小型飞机场 的 订票系统 c语言编制
机场模拟程序(数据结构)
- 飞机场跑道。
C语言模拟飞机场
- 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last
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 pro
airport
- 一个小型的繁忙飞机场模拟,起落,有一个有限的排队队列。共6问(Simulation a small but busy airport with only one runway.)