搜索资源列表
matlab_SpatialCorrelatedImage
- 生成具有空间相关性的图像。整幅图像被看作是一个离散的随机场,每个像素都是一个随机变量。对于空间相关性模拟和研究非常有用!
air
- 一个机场模拟的程序和实验报告,学习<数据结构>者必用,比较容易阅读-An airport simulation procedures and experimental reports, learning
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.
AIRPORT
- 模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
flying
- 飞机场模拟项目试验 主要是对飞机的起飞和降落的模拟 以及提供车和检查车的行为-flying
Airport
- 一个机场调度算法的模拟,用VC开发,学习数据结构的可以看下。-Scheduling an airport simulation, using VC++, learning data structures may have a look.
combat1
- 统计模拟(蒙特卡洛法),航空运输排队,机场设计-Statistical simulation (Monte Carlo method), Air Transport queuing, airport design
00
- 模拟机场订票系统(C-C++)课程设计-源代码-Analog Airport booking system (C-C++) curriculum design- source code
airport
- 【问题描述】假设机场有一条跑道,每架飞机需花费一定时间着陆,花费一定时间起飞,飞机的起降满足一定的概率。一般来讲,机场存在两个队列,一个等待着陆的飞机队列和一个等待起飞的飞机队列,同样等待时间下,等待着陆的飞机比准备起飞的飞机具有更高的优先级。试编写程序模拟这个机场的运行。 【基本要求】使用队列或优先队列实现;要求可以变换起飞和着陆频率来模拟一天中的飞行高峰期和空闲期;要求可以改变着陆和起飞时间以模拟不同的效果。 【实现提示】可以假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个
PODeigenvaluecalculation
- 在获得流场直接模拟数据的机场上对流场做正规模态分解-Direct access to the flow field in the simulated flow field data airports do normal modal decomposition
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
CA_ex
- 元胞自动机实现 机场 收费站 等模拟仿真(The simulation of airport toll station is realized by cellular automata)
随机场程序
- 创建随机场仿真模拟,通过具体算例的程序创建随机场(random field creation)