资源描述:
《基于vc的gps信息处理》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于VC的GPS信息处理摘要全球定位系统(GPS)是20世纪70年代由美国陆、海、空三军联合研制的空间卫星导航定位系统,其目的是为美国军方提供实时精确的定位、导航和授时等服务。GPS系统由空间星座、地面监控系统、用户接收机三大部分组成。用户通过接收机接收卫星信号,经信号处理而获得三维位置、速度和时间信息,进而实现导航和定位的目的。具有高精度、全天候和全球性的特点,目前这一技术已遍及国民经济各种部门,并开始逐步深入人们的日常生活[1]。对于用户来说,关键的设备就是用户接收机(GPS接收机)。通常情况下,用户都是用计算机和GPS—OEM通信,将GPS定位信息导入计算机然后再处理
2、。而VC++由于在和GPS接收机的通信及后面的数据处理应用方面的强大功能,成为许多用户开发GPS应用程序的首选开发语言。本文介绍的GPS数据采集程序采用GPS的异步串行传送方式,通过RS-232串行口采集遵循NMEA0183协议的GPS数据。关键词:GPS;导航;MFC;VCBasedOnVCGPSInformationProcessingAbstractGlobalpositioningsystem(GPS)isinthe1970sbytheAmericanland,seaandairforcesjointdevelopmentspacesatellitenavigati
3、onandpositioningsystem,whichisdesignedfortheU.S.militarytoprovidereal-timeaccuratepositioning,navigationandGPSclockandotherservices.GPSsystembyspacestellation,groundmonitoringsystem,composedofthreemostuserreceiver.Theuserthroughreceiver,satellitereceptionbythesignalprocessingandacquiredthr
4、ee-dimensionalposition,velocityandtimeinformation,andachievethepurposeofnavigationandpositioning.Withhighprecision,all-weatherandglobalcharacteristics,atpresent,thetechnologyhasbeenspreadalloverthenationaleconomyvariousdepartments,andbegantodevelopPeople'sDailylife
Forusers,keyequipmenttha
5、ttheuserreceiver(GPSreceiver).Normally,theuserisusingcomputerandGPS-OEMGPSpositioninginformationcommunication,computerandthendealwithimported.Andinvc++becausethecommunicationsandGPSreceiverandthedataprocessingapplicationsbehindthepowerfulfunctions,becomemanyusersofGPSapplicationdevelopment
6、firstdevelopmentlanguage.ThispaperintroducesGPSdatacollectionproceduresusingGPSasynchronousserialtransmissionofways,throughRS-232serialportNMEA0183agreementfollowedthecollectedGPSdata
Keywords:GPS;Navigation;MFC;VC目录摘要IAbstractII1前言11.1背景介绍11.1.1研究背景11.1.2面临的问题11.2需求分析21.3研究过程与可行性分析31.3.1研
7、究思路31.3.2可行性分析52GPS系统概述62.1GPS系统简介62.2GPS技术的作用和应用73系统核心技术介绍103.1MFC技术介绍103.2NEMA协议113.3MySql数据库133.4后续要用到的技术154设计与实现174.1MFC的相关编辑174.2串口初始化184.3OnComm函数194.3.1数据接收194.3.2数据的基础处理194.4数据库224.4.1数据库的连接224.4.2数据库表的设计254.5加载Mapinfo地图265结语与展望275.1结语275.2展望27参考文献28致谢