天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 計算機論文 >

嵌入式交通管理設(shè)備的設(shè)計與實現(xiàn)

發(fā)布時間:2018-09-01 06:00
【摘要】:現(xiàn)今社會的高速發(fā)展,人們生活水平的提高,致使機動車數(shù)量急速的增加,那么隨之帶來的交通管理問題也越來越嚴重,繼續(xù)沿用傳統(tǒng)的交通管理模式已經(jīng)不能滿足現(xiàn)今交通管理的要求。在充分了解國內(nèi)外交通管理系統(tǒng)和移動終端設(shè)備的發(fā)展現(xiàn)狀以及進行實地調(diào)研后,本文設(shè)計一款交警道路執(zhí)勤所用的移動終端設(shè)備,警員可以現(xiàn)場查詢相關(guān)人員和車輛的詳細信息以及實時的錄入違章違法信息,并提交到交通信息數(shù)據(jù)中心作為后臺數(shù)據(jù)進行存儲和顯示?紤]到實際應(yīng)用的需要,本文選擇短消息作為信息傳輸?shù)拿浇椤?本文設(shè)計的移動終端設(shè)備包括交警信息管理、駕駛員信息管理、車輛信息管理、信息傳輸管理和其他資訊管理5大部分,結(jié)合以上系統(tǒng)功能的需求給出系統(tǒng)的總體設(shè)計方案:交通管理移動終端設(shè)備是基于ARM11架構(gòu)S3C6410處理器,以嵌入式Linux-2.6.38作為操作系統(tǒng),圖形開發(fā)軟件采用的是Trolltech公司的QT,無線傳輸模塊采用GSM模塊TC35。 本文重點研究了系統(tǒng)數(shù)據(jù)傳輸?shù)年P(guān)鍵技術(shù),包括短消息業(yè)務(wù),中文短消息編碼和短消息安全性問題。針對傳統(tǒng)中文編碼轉(zhuǎn)換算法的局限性,設(shè)計了一種可以有效節(jié)省存儲空間和提高查詢速率的編碼轉(zhuǎn)換算法,該算法的思想是生成存儲表和索引表并結(jié)合二分法實現(xiàn)Unicode編碼與GB2312編碼之間的轉(zhuǎn)換;在短消息安全性問題上,采用數(shù)據(jù)加密技術(shù)對短消息進行加密,針對主流私鑰加密算法DES和現(xiàn)有的改進DES算法的不足,本文提出一種新型的DES改進加密算法,主要體現(xiàn)在加密密鑰的生成和加密程序改進兩方面,可以有效的提高加密的強度,保障信息傳輸過程中的安全性。 在移動終端設(shè)備的設(shè)計與實現(xiàn)過程中,本文首先構(gòu)建嵌入式Linux交叉編譯開發(fā)環(huán)境,然后定制嵌入式Linux操作系統(tǒng),包括Bootloader的制作、Linux內(nèi)核和文件系統(tǒng)的配置及移植;在軟硬件平臺搭建好后,,重點完成串口和觸摸屏驅(qū)動程序以及應(yīng)用程序的設(shè)計。結(jié)合交通管理系統(tǒng)的功能需求,給出了交通信息數(shù)據(jù)中心所存儲數(shù)據(jù)的內(nèi)容及形式,詳細設(shè)計交通數(shù)據(jù)庫一覽表,其中給出駕駛員信息表和車輛信息表清單。 最后搭建QT開發(fā)平臺,實現(xiàn)移動終端設(shè)備GUI界面的設(shè)計與開發(fā),接著進行系統(tǒng)運行和測試,給出移動終端設(shè)備部分界面示意圖。結(jié)果表明,該終端設(shè)備可以安全的收發(fā)短消息和正確編解碼。
[Abstract]:With the rapid development of the society and the improvement of people's living standard, the number of motor vehicles is increasing rapidly, and the traffic management problems are becoming more and more serious. Continuing to use the traditional traffic management mode has not been able to meet the requirements of today's traffic management. After fully understanding the development status of traffic management system and mobile terminal equipment at home and abroad and carrying out field investigation, this paper designs a mobile terminal equipment for traffic police road operation. Police officers can query the details of relevant personnel and vehicles and record the illegal information in real time and submit it to the traffic information data center for storage and display as backstage data. Considering the need of practical application, this paper chooses short message as the medium of information transmission. The mobile terminal equipment designed in this paper includes five parts: traffic police information management, driver information management, vehicle information management, information transmission management and other information management. Combined with the requirements of the above system functions, the overall design scheme of the system is given: the traffic management mobile terminal device is based on the ARM11 architecture S3C6410 processor, and uses embedded Linux-2.6.38 as the operating system. The QT, wireless transmission module of Trolltech company is used in the graphic development software and GSM module TC35. is used in the graphic development software. This paper focuses on the key technologies of system data transmission, including short message service, Chinese short message coding and short message security. Aiming at the limitation of traditional Chinese coding conversion algorithm, a coding conversion algorithm is designed, which can save storage space and improve query speed. The idea of this algorithm is to generate storage table and index table and combine dichotomy to realize the conversion between Unicode coding and GB2312 coding. In view of the shortcomings of the mainstream private key encryption algorithm DES and the existing improved DES algorithm, this paper proposes a new DES improved encryption algorithm, which is mainly reflected in the generation of encryption key and the improvement of encryption program, which can effectively improve the intensity of encryption. Ensure the security of information transmission process. In the process of design and implementation of mobile terminal devices, this paper first constructs the embedded Linux cross-compile and development environment, then customizes the embedded Linux operating system, including the production of Bootloader kernel and file system configuration and transplantation; After the hardware and software platform is built, the design of serial port, touch screen driver and application program is emphasized. According to the functional requirements of the traffic management system, the contents and forms of the data stored in the traffic information data center are given, and the list of the traffic database is designed in detail, in which the driver information table and the vehicle information table list are given. Finally, the QT development platform is built to realize the design and development of the GUI interface of mobile terminal equipment. Then, the system running and testing are carried out, and the schematic diagram of some interfaces of mobile terminal equipment is given. The results show that the terminal can send and receive short message safely and encode and decode correctly.
【學(xué)位授予單位】:哈爾濱工程大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2012
【分類號】:U491;TP368.1

【參考文獻】

相關(guān)期刊論文 前6條

1 白永強;劉志勇;孫常勝;陳杰;;基于ARM和Linux的嵌入式系統(tǒng)軟件設(shè)計核心技術(shù)[J];火炮發(fā)射與控制學(xué)報;2006年01期

2 佟麗亞;關(guān)于對DES加密算法進行改進的構(gòu)想[J];邢臺職業(yè)技術(shù)學(xué)院學(xué)報;2004年03期

3 陳辰;韓秋實;徐小力;;ARM芯片S3C2410觸摸屏驅(qū)動的研究與開發(fā)[J];科學(xué)技術(shù)與工程;2006年03期

4 李聯(lián);信息安全中的DES加密算法[J];現(xiàn)代電子技術(shù);2005年09期

5 劉江鴻;道路交通管理:城市交通可持續(xù)發(fā)展的瓶頸[J];城市規(guī)劃;2002年03期

6 宋成 ,孫廣富;觸摸屏在S3C2410上的應(yīng)用實例[J];單片機與嵌入式系統(tǒng)應(yīng)用;2005年01期

相關(guān)碩士學(xué)位論文 前7條

1 李冬;基于嵌入式系統(tǒng)的GPRS電力參數(shù)無線傳輸系統(tǒng)[D];山東大學(xué);2007年

2 徐乃華;路口交通違法自動檢測與識別系統(tǒng)的研究及設(shè)計[D];山東大學(xué);2006年

3 王騏;基于GSM短消息的溫度數(shù)據(jù)采集與無線傳輸系統(tǒng)的研究與設(shè)計[D];武漢理工大學(xué);2005年

4 張彥杰;嵌入式Linux設(shè)備驅(qū)動程序和引導(dǎo)程序的研究[D];西安電子科技大學(xué);2007年

5 王麗潔;嵌入式Linux的圖形界面技術(shù)研究與實現(xiàn)[D];國防科學(xué)技術(shù)大學(xué);2006年

6 紀志強;基于C/S結(jié)構(gòu)的移動警務(wù)系統(tǒng)的研究與實現(xiàn)[D];長安大學(xué);2006年

7 王欣;基于ARM的嵌入式移動終端手持設(shè)備的設(shè)計與實現(xiàn)[D];北京郵電大學(xué);2007年



本文編號:2216327

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2216327.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶5f369***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com