CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 飞机场模拟

搜索资源列表

  1. simulation of airport

    1下载:
  2. 模拟一个飞机场一天中的飞机起降问题 飞机降落的优先级别高于起飞的优先级-day simulation of an airport of aircraft taking off and landing aircraft landed issue the priority level higher than the take-off priority
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:刘通学
  1. C语言模拟飞机场

    0下载:
  2. 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-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 one is the air aircraft Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15.06kb
    • 提供者:赖晖
  1. AirportGame

    0下载:
  2. 用vc开发的简易飞机场调度程序,算法模拟
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:326.46kb
    • 提供者:terry
  1. airport

    0下载:
  2. 飞机场模拟系统,,使用了栈和队列的知识,,是学习数据结构时做的,,大家不妨学习一下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:121.94kb
    • 提供者:clseer
  1. Terrain

    0下载:
  2. 主要是模拟飞机场的飞机起飞程序 可以进行发射和飞行的两种模式
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:443.76kb
    • 提供者:郑小燕
  1. airport

    0下载:
  2. 考虑一个很繁忙的小型飞机场,这个飞机场只有一条飞机跑道。在每个单位时间内,只有一架飞机可以着陆,或者只有一架飞机可以起飞,但不允许同时着陆和起飞。飞机的到达和起飞时随机的,因此任何给定的时刻,飞机跑道可能空闲,或者可能有一架飞机正在着陆或起飞,并且可能有若干架飞机在等待着陆或者起飞。编写一个程序模拟这一情形。
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:3.13kb
    • 提供者:米莱
  1. airport

    0下载:
  2. 程序利用模拟了飞机场在运作过程中处理机场等待起飞以及空中等待停靠等情况
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:文龙武
  1. 机场模拟程序(数据结构)

    1下载:
  2. 飞机场跑道。
  3. 所属分类:书籍源码

    • 发布日期:2010-01-05
    • 文件大小:1.22mb
    • 提供者:simon_kain
  1. airport

    0下载:
  2. 这是一个飞机场模拟的程序,包括飞机的起飞降落等,还有跑道等功能。-This is an airport simulation procedures, including the landing of aircraft take-off, as well as track and other functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-18
    • 文件大小:26.83mb
    • 提供者:何小婷
  1. Airport

    0下载:
  2. 本程序用以实现一个简单的飞机场的模拟。包含Runway.h和Runway.cpp、Plane.h、Plane.cpp等等。-This procedure for the realization of a simple simulation of the airport. Contains Runway.h and Runway.cpp, Plane.h, Plane.cpp and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:656.72kb
    • 提供者:gzx
  1. dazuoye

    0下载:
  2. 飞机场的模拟 属于队列的应用 通过函数允许用户预测-Simulation of airports belonging to the application queue allows users to predict the function
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5.84kb
    • 提供者:邓本洋
  1. AirPort

    0下载:
  2. 学习数据结构时的课堂实验。利用数据结构中的队列、随机数等模拟一飞机场的飞机起降或等待起降-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
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.07mb
    • 提供者:树海
  1. palne

    0下载:
  2. 模拟飞机在飞机场起飞和降落 输入想模拟的时间长度,输出为调度的过程 降落平均等待时间..起飞平均等待时间 -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
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:18.63kb
    • 提供者:
  1. Airport_Simulation

    1下载:
  2. 飞机场模拟的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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.04mb
    • 提供者:howlong
  1. AirportSimulation

    0下载:
  2. 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:26.36kb
    • 提供者:张泽西
  1. Airport

    0下载:
  2. 用飞机场模拟程序做若干次试运行实验,调整准备着陆和起飞的飞机数的期望值,并找出在飞机不会被拒绝服务的条件下这些数字的尽可能大的近似值。-Airport simulation program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:144.6kb
    • 提供者:孙燚
  1. flying

    0下载:
  2. 飞机场模拟项目试验 主要是对飞机的起飞和降落的模拟 以及提供车和检查车的行为-flying
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:427.88kb
    • 提供者:杨波
  1. cpp

    0下载:
  2. 这是一个用 visual stdio 2008 写的一个关于飞机场模拟的一个项目试验-fly
  3. 所属分类:Other systems

    • 发布日期:2017-06-20
    • 文件大小:30.62mb
    • 提供者:杨波
  1. airport

    0下载:
  2. 利用数据结构的队列,模拟一个飞机场的运行,有一条跑道多条跑道等模式,是数据结构预算法的经典问题,这个是我们的项目,压缩包包含了源代码,项目报告,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
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9.93mb
    • 提供者:蔡程序
  1. airport

    0下载:
  2. 一个小型的繁忙飞机场模拟,起落,有一个有限的排队队列。共6问(Simulation a small but busy airport with only one runway.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:4.09mb
    • 提供者:potatosgames
« 12 »
搜珍网 www.dssz.com