This system uses a structured design method to realize the overall function of the system and improve the various indicators of the system, that is, the entire system is reasonably divided into functional modules, and the connections between modules and within the modules and the connection with the database are correctly handled. Definition The internal structure of each module realizes the functions of the entire system through the design of the modules and the relationship between the modules. The front desk mainly has three modules, line query, site query, bus transfer module and backend management module. Function name: Line query Function overview: You can get the various stations that the bus passes through.
Function name: Site query function overview: Query the buses passing through the designated site through the input.
Function name: Bus transfer query function overview: It is divided into direct bus and one-time bus transfer, which mainly reflects all transfer methods for routes that are not directly accessible and require transfer. (If the starting point and end point entered by the user can be directly reached by one or more bus lines, it is a direct bus; if the input starting point and end point are not directly accessible by a bus line, the system will give a The transfer plan is a one-time transfer by bus)
Function name: Background management function overview: used for administrator login, adding, modifying, deleting bus routes, modifying information, security passwords, replying to message boards and other functions.
This system provides train number query function and route query function. Passengers can easily make inquiries to prevent taking the wrong train. Of course, some functions are not very intelligent, and the system needs to be further improved.
Under the graduation thesis folder are related documents such as "Proposal Report", "Graduation Thesis" and "English Translation"
DB_51aspx is a Sql database. After appending, modify the configuration file in App_Code/DB.cs.
Expand