Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/two-elevators-simulation-in-visual-csharp
A windows forms application that implements the functionality of two elevators in the same building using Queue method for requests and timer to answer them.
https://github.com/peteprattis/two-elevators-simulation-in-visual-csharp
application computer-science csharp elevator-simulation program queue student timer windows-forms
Last synced: about 9 hours ago
JSON representation
A windows forms application that implements the functionality of two elevators in the same building using Queue method for requests and timer to answer them.
- Host: GitHub
- URL: https://github.com/peteprattis/two-elevators-simulation-in-visual-csharp
- Owner: PetePrattis
- License: mit
- Created: 2019-10-25T09:00:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T09:35:41.000Z (about 5 years ago)
- Last Synced: 2023-09-14T10:17:31.939Z (about 1 year ago)
- Topics: application, computer-science, csharp, elevator-simulation, program, queue, student, timer, windows-forms
- Language: C#
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A C# Program / Project
**This is a C# project from my early days as a Computer Science student**
_This programm was created for the third semester class Object-oriented Application Development
and is a C# programm neccessary for extra credit for the class_> #### Description of project
>
>>A windows forms application that implements the functionality of two elevators in the same building using Queue method for requests and timer to answer them.> #### Functionality
>
> 1. Calls from both elevators from inside and outside the elevator
> 2. The elevetor on the left will always call same distance calls
> 3. Use of timers to answer calls which continuously checks for new calls in Queues> #### About this project
>
> - The comments to make the code understandable, are within the .cs archive
> - This project was written in Visual Studio IDE
> - This repository was created to show the variety of the work I did and experience I gained as a student
>