-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stanisław Sobczyk
authored
Mar 18, 2017
1 parent
315b2ed
commit 0086a52
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Train-Calculating | ||
It's extend of project created in my master thesis "Analysis of capacity railway route " which I've written during my studies on Warsaw University of Technology. | ||
|
||
Source code include files: | ||
1. Project1.cpp - main file of Project | ||
2. Form1.cpp/h ... - files of Forms included in Project | ||
3. Funkcje.h/cpp - file including main classes, methods and functions used in Project | ||
|
||
Program has made from 4 objects: | ||
1. Route - object describing section of railway route | ||
2. Vehicle - object decribing locomotive or electric multiple unit | ||
3. Train - object inherated from Vehicle, describing Vehicle with addable cars. | ||
4. Timetable - object describing time of train ride. | ||
|
||
Code has been created in Borland C++ Bulider 6. | ||
Main Target of program is to count time of train ride at defined route. | ||
Front-end of program has written in polish language. |