火车票售票系统论文[1] 下载本文

内容发布更新时间 : 2024/7/4 22:54:36星期一 下面是文章的全部内容请认真阅读。

南通农业职业技术学院

毕业论文(设计)

课题名称 火车票售票系统

专业及班级 软件3081 学姓

号 0863303116 名 季伟

指导老师 黄菊

2011年 1 月 1日

火车票售票系统

摘要

本文针对火车站的售票实际情况,按照软件工程的结构化设计思想,经过项目的可行性研究和需求分析、总体设计、详细设计,以及编码实现和调试等步骤设计开发了火车站网上订票系统。并运用数据流图和数据字典、E-R图和数据库逻辑结构、层次图、系统流程图、以及程序流程图,对该系统的数据需求、数据库、系统软件结构、系统流程、以及处理过程等进行了分析和设计。

工具软件利用VS2005开发工具和SQL Server 2008数据库来开发这个火车站网上售票系统。该系统要解决的是火车站网上售票工作所要解决的问题,可以满足火车站网上售票的基本要求,包括查询、订票、退票等三个方面的功能。该系统能运用到火车站售票的工作中,根据用户的需求,设置其权限,并快捷方便的为用户提供服务。

关键词:信息管理,火车售票,VS2005,SQL Server2008

Abstract

After a long time observation of booking a train ticket and

feasibility research of a online train ticket booking system,i have build a online ticket booking system in the following software cycle:requirement analysis,architecture and detail design,coding and testing.In the design phase,i present the system with data follow chart,data dictionary,E-R graphic,database logical structure,and typical UML modeling facility such as Class diagram,Activity diagram,Use case diagram and Sequence diagram.

This product is developed in VS2005,and the DBMS is sql server 2008 express edition.it's build to help you to book a train ticket online.On this website ,you can inquire ticket information,book a ticket and refund your ticket.For the supervisor,it provides additional right(protected by admin priviledge) to maintain the system including train data creating,importing and cleaning up.

Key words: Information management ;Ticket selling system;vs2005;SQL Server2008

目录

第一章. 概述 ................................................... 4

1.1概述 ................................................... 4 1.2意义 ................................................... 4 1.3任务 .................................. 错误!未定义书签。 第二章. 系统的可行性研究与需求分析 .............................. 4

2.1可行性研究.............................................. 4

2.1.1经济可行性 ....................................... 5 2.1.2技术可行性 ....................................... 5 2.1.3操作可行性 ....................................... 5 2.2需求分析................................................ 5

2.2.1功能需求 ......................................... 5 2.2.2数据需求 ......................................... 6 2.2.3性能需求 ......................................... 6 2.2.4数据库逻辑结构 ................................... 7

第三章. 系统的总体设计 .......................................... 8

3.1系统软件结构设计 ........................................ 8

3.1.1软件结构 ......................................... 8 3.2系统流程图.............................................. 8 第四章. 系统的详细设计 ......................................... 10

4.1.1程序流程图 ...................................... 10

第五章. 系统的实现与调试 ....................................... 17

5.1应用系统的开发及测试 ................................... 17

5.1.1系统首页 ........................................ 17 5.1.2用户登录及访问权限 .............................. 17 5.1.3车次信息查询 .................................... 18 5.1.4售票 ............................ 错误!未定义书签。 5.15退票 ............................................. 20

结束语......................................................... 23 致

谢.....................................................................24

参考文献 ....................................................... 25

A...............................................................................26附录B...............................................................................30

C............................................................................. 32

录录