资源描述:
《毕业论文-- 电子交通模拟系统》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、太原理工大学毕业设计(论文)用纸摘要近年来,随着国民经济的迅速增长,私家车已经进入寻常百姓家,随之而来的就是城市车辆数量的迅速增加,同时带来的还有一个不可忽视的问题――交通的运行能力能否承受住这种新的考验。该系统使用Java语言,采用Oracle(10g)、GUISwing、JDBC等技术,基于Eclipse开发平台开发设计的,整个系统使用三层架构完成了功能模块的具体实现,使用Oracle(10g)完成了数据库具体设计,进行从而完成了整个系统的开发。电子交通模拟系统是一个应用于交通管理的软件,实现了对任何一个交通路口进行模拟的功能,以方便交通管理部门能够更好的管理交通,使这个路
2、口达到最优化。本设计完成了系统中的车辆模拟、时间计时、历史查询等功能。用户通过本模块可以模拟交通路口,能找到一个最佳的红绿灯调节时间。它具有良好的可操作性,可移植性,可扩充性和可维护性的特点。完全可以满足交通部门模拟的需求。关键词:电子交通模拟系统;JAVA;JDBC;Oraclei太原理工大学毕业设计(论文)用纸ElectronictrafficsimulationsystemAbstractTheElectronictrafficsimulationsystemisaappliedtotrafficmanagementsoftware,realizesthesimulati
3、onfunctionofanytrafficjunctions,trafficmanagementdepartmentisconvenienttobettermanagementofthetraffic,theroadtoreachoptimization.Thisdesignhascompletedthesimulation,systeminvehicletime,historicalqueryfunction.ystemusesJavalanguage,usingOracle(10g),GUISwing,JDBCtechnology,designanddevelopment
4、ofEclipsedevelopmentplatformbasedon,thewholesystembasedon3-tiersrchitecturetocompletetheprogram.TheuseofOracle(10g)tocompletethespecificdesignofthedatabase,tocompletethesystemdevelopment.TheElectronictrafficsimulationsystemisananalogsystemusedintrafficmanagementsoftware,therealizationofanyon
5、efunctiontosimulatetrafficjunctionstofacilitatetrafficmanagementdepartmentstobettermanagetraffic,sothisintersectionoptimized.Thedesigniscompletevehiclesimulationsystems,timetime,historyquery.Throughthismoduletheusercansimulatetrafficjunctions,trafficlightscanfindanoptimaladjustmenttime.Ithas
6、goodoperability,portability,scalabilityandmaintainabilitycharacteristics.Fullymeettheneedsofthetransportsectorsimulation.Keywords:electronictrafficsimulationsystem;JAVA;JDBC;Oracleii太原理工大学毕业设计(论文)用纸目录摘要iAbstractii1绪论11.1课题来源11.2课题设计的主要内容和意义11.3系统开发目标22技术分析32.1可行性分析32.1.1经济可行性32.1.2技术可行性32.2关
7、键技术分析32.2.1JAVA的概述32.2.2Swing的概述42.2.3eclipse简介52.2.4JDBC技术简介63系统需求分析83.1系统总体规划83.2总体需求分析83.2.1系统需求83.2.2性能需求93.2.3运行需求分析93.3系统用例分析93.4系统关联图104系统设计124.1系统模块总体设计124.2数据库设计124.3系统详细设计164.3.1系统设计说明164.3.2系统设计描述164.3.3程序流程图175系统的实现195.1登录模块设计195.2主窗口模块