资源描述:
《计算机系毕业论文-火车订票系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、火车订票系统的设计与实现摘要随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分使用计算机对火车信息进行管理,具有手工管理所无法比拟的优点。例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高火车信息管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。本文针对火车站的订票实际情况,按照软件工程的结构化设计思想,经过项目的可行性研究和需求分析,总体设计,详细设计,
2、以及编码实现和调试等步骤设计开发了火车站网上订票系统。并运用数据流图和数据字典,E-R图和数据库逻辑结构,层次图,系统流程图,以及程序流程图,对该系统的数据需求,数据库,系统软件结构,系统流程,以及处理过程等进行了分析和设计。本系统前台主要使用JSP作为开发语言,后台使用MySQL作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的火车订票系统。关键词:信息管理火车订票JSPB/S结构26TheDesignandImplementationofTra
3、inticketingsystemAbstractWiththecontinuousimprovementofscienceandtechnology,computerscienceincreasinglymature,itspowerfulfeaturesforpeopletohaveaprofoundunderstanding,ithasenteredthehumansocietyinvariousfieldsandplayanincreasinglyimportantrole.Aspartofthecom
4、puterapplicationtheuseofcomputerstotraininformationmanagement,withamanualmanagementoftheincomparableadvantages.Forexample:therapidretrievalandsearchforconvenient,highreliability,largestoragecapacity,confidentialitygood,longlifeandlowcost.Theseadvantagescanim
5、provetheefficiencyofthetraininformationmanagement,theenterpriseisalsoascientific,standardizedmanagement,andanimportantconditionfortheworld.Aimingatthetrainstationbookingtheactualsituation,inaccordancewithastructuredsoftwareengineeringdesign,aftertheprojectca
6、ndoresearchandneedsanalysis,generaldesign,detaileddesign,codinganddebuggingstepsaswellasthedesignanddevelopmentoffirestationonlinebookingsystem.Andusethedataflowdiagramanddatadictionary,E-Rdiagramanddatabaselogicalstructure,hierarchydiagram,systemflowchart,a
7、ndprogramflowchartofthesystem,datarequirements,database,systemsoftwarestructure,systemflowprocess,andprocessisanalyzedanddesign.ThefrontofthesystemusingJSPasadevelopmentlanguage,theuseofMySQLasadatabasemanagementsystem,thedevelopmentenvironmentisMyEclipse,se
8、rverusingtomcat,developedaWebtechnologybasedonB/Sstructureofrailwayticketingsystem.Keywords:informationmanagement;trainticket;JSP;B/Sstructure26目录中文摘要i英文摘要ii目录iii第一章绪论11.1课题背景11.2目的和意义11.3开发工具及技