资 源 简 介
Software that simulates an elevator or set of elevators within a building.
Settings for the simulation include:
* Floors
* Number of Floors
* Floor names
* Elevators
* Elevator floor maximum / minimum
* Floor avoidance (partial implementation due to change of project scope)
* Speed of simulation
* People
* Description: Random people are placed onto a floor with the want to arrive at a different destination floor.
* Controlled by a probability % for each cycle of the program
Implemented in:
* Java (Full implementation, Cross Platform)
* C# (Windows Forms GUI - Sigh, Windows Only)
The decision making for the elevators has been chosen to provide the most effective use the elevators (theoretically).