当前位置:首页 > 汽车定位导航毕业论文最终
山东科技大学学士学位论文 摘要 摘 要
随着人们生活水平的不断提高,汽车的数量也急剧增加,随之而来的是严重的交通拥堵,车辆分散不易管理等问题,更为严重的是交通事故的频发。车辆定位监控系统集通信技术、GPS定位技术、WebGIS地理信息系统技术及其数据库技术于一体,能有效地提高道路的利用效率,减少车祸的发生,降低能源的消耗,给人们带来更高的生活质量。该系统也是智能交通系统的重要内容,对其进行研究与开发具有重要意义。
车辆监控系统由车载终端硬件、通信和监控三部分组成。车载终端通过GPS进行数据和相关信息采集, 通过 GPRS无线通信和Internet网络将处理好的数据发送到监控中心, 服务器端软件对数据进行解析后存储在数据库中,监控中心通过网站服务器程序访问数据库,将有关数据和相关信息进行技术处理,客户通过网站查询车辆信息。根据设计需要,服务器数据库选用MySQL,它具有体积小、速度快、总体拥有成本低的特点,方便设计、运行和管理。设计还考虑到人们出行时路径选择的问题,采用迪杰斯特拉算法实现了最优路径的选取。
关键词:GPRS/GSM/WEBGIS;MySQL;迪杰斯特拉算法
山东科技大学学士学位论文 摘要 Abstract
With the continuous improvement of people's living standard, the number of cars is increasing rapidly, followed by severe traffic congestion and vehicle dispersion probelom and so on. What more serious is the traffic accidents happened frequently. Vehicle positioning and monitoring system integrated communication technology, GPS technology, Web GIS geographic information system technology and database technology, can effectively improve road utilization efficiency, reduce traffic accidents, reduce energy consumption, bring people a higher quality of life. The system is the important content of intelligent transportation system, its research and development is of great significance. Vehicle monitoring system consists of vehicle terminal hardware, communication and monitoring three parts. Vehicle terminal collect data and related information through the GPS, sent the processed data to the monitoring center through the GPRS wireless communication and Internet network. Server software analyzes the data and stores them into the server database, and monitoring center through the web server program to access the database, the data and related information is technically processed, customers get vehicle information through the website. According to the demand of design, the MySQL server database is selected, and which has the advantages of small volume, high speed, and low total cost of ownership, the convenience of design, operation and management. The design also takes into account people‘s travel route choice problem, the Dijkstra algorithm is used to achieve the optimal path.
Keywords: GPRS/GSM/WEBGIS; MySQL; Dijkstra
山东科技大学学士学位论文 目录
目 录 1绪 论 ............................................................................................................... 1 1.1课题的背景和意义 ......................................... 1 1.2国内外研究发展现状 ....................................... 2 1.3主要内容和结构安排 ....................................... 3 2系统关键技术 ................................................................................................... 5 2.1 全球定位系统(GPS) ...................................... 5 2.2 地理信息系统(GIS) ..................................... 11 2.3通用分组无线业务(GPRS) .................................. 19 3系统的总体设计 ............................................................................................. 24 3.1 设计原则 ................................................ 24 3.2 设计目标 ................................................ 24 3.3总体设计 ................................................ 25 4 最优路径算法 ................................................................................................ 27 4.1最短路径的概念及算法介绍 ................................ 27 4.2 DIJKSTRA算法基本思想 ..................................... 29 4.4 DIJKSTRA算法的步骤 ....................................... 30 4.5 实例 .................................................... 32 5 数据库的设计 ................................................................................................ 37 5.1数据库简介 .............................................. 37 5.2常用数据库介绍 .......................................... 38 5.3 数据库设计内容 .......................................... 40 6 总结 ................................................................................................................ 47 参考文献 ............................................................................................................ 48 致谢 .................................................................................................................... 50 附录 .................................................................................................................... 51 附录1 外文文献原文 .......................................... 51 附录2 外文文献翻译 .......................................... 66 附录3算法程序代码 .......................................... 78
山东科技大学学士学位论文 目录
共分享92篇相关文档