搜索资源列表
lift
- 一个用c编的电梯模拟小程序,刚学完c,可能编的不好,请大家指正-A c series with a small elevator simulation procedures, just finish c, may be made of the bad, please correct me
lift
- 一个用c++编的电梯模拟程序,不太理想,里面有不少Bug,还请高手指正!-A used c++ Made elevator simulation program, less than ideal, there are a lot of Bug, also please correct me master!
DianTiMoNi
- 模拟电梯的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
dianti
- 一个电梯模拟程序,用c++实现,可以自己改楼层数.-An elevator simulation program, c++ implementation with, you can change your floors.
127
- 电梯模拟程序,网上下的,希望对大家有用。先看看再说吧-elevator c++
zidongdianti
- 自动电梯模拟过程,基于c++,实现队列,栈等操作-The escalators simulation based c++ queue, stack operations
CPP-elevator-management-system
- C++电梯管理系统。C++课程设计文件,实现电梯的模拟应用-C++ elevator management system
elevator
- 本人编写的电梯调度仿真,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)
电梯运行模拟
- 模拟电梯的运行过程,包括人员生成功能、楼层处理功能、建筑生成功能(负责生成一个有多少楼层的建筑)、按钮处理功能(可以把键入的楼层号显示在屏幕上,并可以在屏幕上显示电梯内的按钮)、时钟处理功能、电梯运行功能(调用以上所有功能,实现电梯的运行)。(Simulate the running process of elevator)
NO
- 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下至上依次称为地下层、第一层、第二层、第三层和第四层,其中第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来该层候命。五个楼层从下到上的编号为:0、1、2、3、4。除了地下层外,每一层都有一个要求向下的按钮除了第四层外,每一层都有一个要求向上的按钮。对应的变量为:CallUp[0..3]和CallDown[1..4]。电梯内的五个目标层按钮对应的变量为:CallCar[0..4]。(With the rapi