资源描述:
《火车售票系统 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、高等教育自学考试计算机信息管理专业(本科)毕业论文火车售票系统学校:专业:姓名:完成日期:摘要本文针对火车站的售票实际情况,按照软件工程的结构化设计思想,经过项目的需求分析、总体设计、详细设计、以及编码实现和测试等步骤设计开发了火车票的售票系统。以及运用功能需求描述、模块层次图、E-R图、关系模式、数据库表、界面设计、模块程序流程图,对系统的数据需求、数据库、系统软件结构、程序流层图以及测试过程进行分析和设计。工具软件是利用JAVA开发工具、SQLServer2000数据库来开发这个火车票售票系统。该系统要
2、解决的问题是火车票站售票工作所要解决的问题,可以满足火车站售票的基本要求,包括查询、定票、退票等三个方面的功能。该系统能运用到火车站售票的工作中,根据用户的需求,加快信息检索的效率,实况灵活的查询,及时了解售票情况,及时买票:以保证售票工作能跟顺畅运行,车票信息和车次的统计分析,设置其权限,并快捷方便的为用户提供服务。关键词:信息管理,火车售票,JAVA、Server200061AbstractAccordingtotheactualsituationofrailwaystationticketing,ac
3、cordingtothesoftwareengineeringstructureddesignthought,aftertheprojectrequirementanalysis,generaldesign,detaileddesign,andimplementandtestproceduredesignanddevelopmentofthetrainticketbookingsystem.Andtheuseofdataflowgraphanddatadictionary,functionrequireme
4、ntdescription,modulehierarchychart,e-rdiagram,relationmodel,databasetable,interfacedesign,moduleprogramflowdiagram,thesystemdataneeds,database,systemsoftwarestructure,programflowlayerdiagramandthetestingprocessanalysisanddesign.ToolsoftwareistouseJAVA、SQLS
5、erver2000databasetodevelopthistrainticketbookingsystem.ThesystemtosolvetheproblemisthetrainticketPiaoZhanworktosolvetheproblem,cansatisfythebasicrequirementofrailwaystationticketing,includinginquiry,negotiating,cancellationandsoonthreeaspectsofthefunction.
6、Thesystemcanbeappliedtorailwaystationticketwork,accordingtotheneedsofusers,tospeeduptheinformationretrievalefficiency,liveagilequery,andknowtheticket,tickettoensuretimely:ticketcanworkwithsmoothoperation,theticketinformationandstatisticalanalysisofthetrain
7、,setitsauthority,andquickandconvenientfortheusertoprovideservices.Keywords:Informationmanagement,thetrainticket,JAVA、Server200061目录摘要IAbstractII第一章绪论11.1课题背景11.1.1研究目的11.2本文工作21.3本文结构2第二章背景知识42.1Java简介42.2MicrosoftSQLServer2000简介5第三章系统的可行性研究与需求分析63.1可行性研究6
8、3.1.1经济可行性63.1.2技术可行性63.1.3操作可行性63.2系统功能需求73.2.1功能需求73.2.2数据需求73.1.4性能需求8第四章概要设计104.1系统体系结构104.1.1系统模块图104.2数据库概念结构设计104.2.1E-R模型104.3数据库逻辑结构设计124.3.1E-R模型到关系模式的转换规则124.3.2关系模式13614.3.3关系模式优化134.3.4数据库表设计14第五