摘 要
模拟实现十字路口交通灯管理系统是一个应用于交通管理的软件,实现了对任何一个交通路口进行模拟 的 功能,以方便交通管理部门能够更好的管理交通,使这个路口达到最优化。本设计完成了系统中的车辆模拟,时间计时,历史查询等功能。
该系统使用Java语言,采用Mysql(10g)、PL-Sql、GUI Swing 、JDBC等技术,基于 Eclipse + Sun OS 5.8开发平台开发设计的,整个系统基于MVC模式(M-模型层,V-视图层,C-控制器)完成了程序界面的设计及查询功能模块的具体实现.使用Mysql(10g)完成了数据库具体设计,进行从而完成了整个系统的开发。
用户通过本模块可以模拟交通路口,能找到一个最佳的红绿灯调节时间。它具有良好的可操作性,可移植性,可扩充性和可维护性的特点。完全可以满足交通部门模拟的需求。
关键词: Java , GUI ,JDBC , Mysql(10g)
ABSTRACT
The traffic light management system is a software which is applied to traffic management. It realizes the function of simulating any intersection so as to facilitate the traffic management department to manage the traffic better. Optimize the intersection. The design of the system completed the vehicle simulation, timing, history query and other functions.
The system is developed with Java language, Mysql (10g), PL-Sql,GUI Swing, JDBC and so on. The system is based on MVC model (M- model layer, V- view layer), and based on Eclipse Sun OS 5.8 development platform. C-controller) completed the design of the program interface and the specific implementation of the query function module. Mysql (10 g) is used to complete the database design and complete the development of the whole system.
Through this module, users can simulate traffic intersections and find the best traffic lights to adjust the time. It has good maneuverability, portability, extensibility and maintainability. It can meet the needs of traffic department simulation.
Key words: Java , GUI , JDBC , Mysql(10g)
目 录
摘 要 I
ABSTRACT II
前 言 1
第1章 开发语言和开发工具简介 2
1.1 Java技术简介 2
1.1.1 Java语言的特点 2
1.1.2 Java开发工具 3
1.2 GUI技术简介 5
1.2.1 GUI的概述 5
1.2.2 Swing 的概述 5
1.2.3 Swing的特点 6
1.3 JDBC技术简介 6
1.3.1 JDBC概述 6
1.3.2 JDBC的功能 7
1.4 系统的必要性和可行性 7
第2章 系统分析和总体规划 9
2.1需求分析 9
2.2总体设计 9
2.2.1系统功能设计 9
2.2.2运行过程设计 11
2.2.3数据库设计 12
第3章 系统具体设计 13
3.1 数据库表设计 13
3.2 系统界面设计 17
第4章 运行与测试 25
4.1 软件测试的目的和原则 25
4.2 软件的运行与安装 26
4.2.1 J2EE应用程序的构建与部署 26
4.2.2 具体运行过程以及后期维护 26
结 论 28
参考文献 29
致 谢 30