搜索资源列表
-
0下载:
某贸易中心共10层,设有载客电梯1部。为了处理问题的方便,有以下的限定条件: (1) 电梯的运行规则是:可到达每层。 (2) 每部电梯的最大乘员量均为K人(K值可以根据仿真情况在10~20人之间确定)。 (3) 仿真开始时,电梯随机地处于其符合运行规则的任意一层,为空梯。 (4) 仿真开始后,有N人(>20人)在该国际贸易中心的1层,开始乘梯活动。 (5) 每个人初次所要到达的楼层是随机的,开始在底层等待电梯到来。 (6) 每个人乘坐电梯到达指定楼层后,再随机地去往
-
-
0下载:
一个用c编的电梯模拟小程序,刚学完c,可能编的不好,请大家指正-A c series with a small elevator simulation procedures, just finish c, may be made of the bad, please correct me
-
-
0下载:
一个用c++编的电梯模拟程序,不太理想,里面有不少Bug,还请高手指正!-A used c++ Made elevator simulation program, less than ideal, there are a lot of Bug, also please correct me master!
-
-
0下载:
该程序在Visual C++ 6.0 + SP6环境下测试完成,实现了电梯模拟程序,共实现11个类-The program in Visual C++ 6.0+ SP6 environment test is completed, the realization of an elevator simulation program, a total of 11 categories to achieve
-
-
0下载:
用c#.net开发的模拟电梯。形象逼真。图形化界面良好。人性化操作。-With c#. Net developed simulation elevator. Vivid. Good graphical interface. Humanized operation.
-
-
0下载:
电梯模拟系统:模拟大楼中电梯运行情况,层数自行定义-Elevator simulation system: simulation building elevator operation
-
-
0下载:
电梯模拟演示系统,绝对原创哦,可以模拟两部电梯的运载效果,-Elevator simulation demonstration system, absolute originality oh
-
-
0下载:
模拟电梯的c++程序
运行后会自动模拟电梯的运行
随机上下客随机到各楼层-Simulated elevator running c++ program will automatically run the random simulation of the elevator to each floor of the upper and lower passenger randomly
-
-
0下载:
一个电梯模拟程序,c++写的,是研究生的课程设计,很实用哦-An elevator simulation program, c++ written a graduate curriculum design, very practical oh
-
-
0下载:
电梯模拟程序,2个电梯,6层楼,分别用2个线程控制电梯的速度,用主线程控制界面显示-Elevator simulation program, 2 lifts, 6 floors, each with two threads control the speed of the elevator, with the main thread control interface display
-
-
0下载:
一个电梯模拟程序,用c++实现,可以自己改楼层数.-An elevator simulation program, c++ implementation with, you can change your floors.
-
-
0下载:
C++电梯模拟程序,同过仿真的方式在控制台下测试其电梯程序的准确性-elevator simulation
-
-
0下载:
用c语言编的一个电梯时间最优化仿真,具有图形界面,总共有3台电梯,当某一层有人需要用电梯时,通过算法,可以得出时间最短的电梯号,并通过仿真来检验。-C language code with a simple optimization of the lift time simulation, with a graphical interface, a total of 3 sets of elevators, when a layer of people need the elevator, th
-
-
0下载:
在可视化的C++环境下,采用有限自动状态机的方式,模拟单个电梯的运行,使其满足顺便服务策略-In Visual C++ environment, the use of finite state machine simulation of a single automatic operation of the elevator, to meet the service strategy of the way services
-
-
0下载:
this is a simulation program written in c++. you need to install visual studio 2008 or later to run this code...good luck
-
-
0下载:
采用c++设计的仿真程序,实现电梯的有效调度模拟,以尽可能接近真实情况-C++ simulation using the actual operation of the elevator
-
-
0下载:
电梯运行算法 包括呼梯 截梯 曲线运行 各种状态时的转换 通过C#进行模拟 实时反映及测试电梯运行情况 直观的体现有利于分析运行的数据-Elevator algorithm includes call sectional ladder curve runs a variety of state of the conversion through C# simulation real-time reflect and test elevator operation visual embodimen
-
-
0下载:
电梯模拟程序算法c++实现:共10层楼,有载客电梯1部,能动态显示各梯的载客与运行情况(上、下或停止),动态显示各楼层的人员停留情况与要求乘梯情况;动态显示从仿真开始到目前的时间。
-Elevator simulation program algorithm c++ realize: A total of 10 floors, there is a passenger elevator
-
-
0下载:
模拟某校九层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。其中第一层是大楼进出层,电梯空闲时,将来本层候命;乘客可岁间进出任何层,对每个人来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。电梯的主要调度策略是首先响应沿当前行进方向最近端的请求,若改方向上无请求时,就改变移动方向。-Simulation of a nine-school teaching building elevator system. The building has an automatic elev
-
-
0下载:
本人编写的电梯调度仿真,VS08下无错运行,需要更改电梯数与楼层数的在头文件中更改宏定义即可(I have written elevator scheduling simulation, VS08 no error running, you need to change the number of elevators and floor number in the header file to change the macro definition)
-