搜索资源列表
GPS接收机
- GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
android GPS编程
- 一个简单的android下的GPS信息获取程序!
GSM-GPS
- GSM/gps通信程序:双串口控制。当时我编这程序时还是花了不少力气的。 (1)gsm部分:以AT指令控制西门子TC35模块。程序代码精简。也可以用于TC35i,MC45,TC45的控制. (2)采用GPS标准协议格式,获取GPS模块发来的时间、位置、速度等信息。该程序经过试验验证. 程序中,实现GPS信息的接收,并和其它信息一起编码成GSM传输协议格式发送出去。-GSM/gps Communication Program: Two serial control. When
GPS_Framework
- 分析GPS工作原理,如何获取定位信息,如何获取卫星-GPS working principle analysis, how to get the positioning information, how to get the satellites, and so on
GPSTest
- 获取gps信息 经纬度 卫星 速度 坐标-Gps obtain information
GPS
- gps定位 同过mfc界面,编程获取gps模块的信息,经度纬度时间等-gps
GPSDll
- 获取GPS信息,已经制作成DLL,使用者可以直接调用该D-Access to GPS information, has been made into a DLL, the user can directly call the DLL
Modem
- gprs模块AT命令接口,里面包括获取模块基本信息,可以参考AT命令的解析,比较简单明了-gprs module AT command interface, which includes basic information for the module, refer to AT command parsing, more straightforward
GPS
- gps处理方法,里面有详细的gps获取方法和获取gps信息的例子-gps approach, there are detailed gps gps information access methods and examples for
ExifTester
- 获取照片的EXIF资,,并从中读取GPS信息-Read the GPS information
GPScom
- 通过串口获取GPS信息,解析经纬度并存入oracle数据库-Through the serial port for GPS information, longitude and latitude resolution and stored in oracle database
gps-receive
- gps编程,解码收到的gps信息,获取自己需要的信息,可以直接拿来用的。-GPS programming, decoding receive GPS information, obtain information you need, can be directly used for.
GPS
- 很好用的GPS算法,用于GPS输出的0183协议,获取时间位置信息,很好用哦-GPS algorithm used, the 0183 agreement for the GPS output, access time position information, oh well
GPS_Message
- STM32开发平台下GPS的信息获取代码, 并通过LCD128液晶屏,使用并行显示方式将信息显示出-The GPS information access code under the STM32 development platform, and through the LCD128 LCD screen, using the parallel display mode to display information
GPS
- 利用Arduino获取GPS串口信息,从信息串中截取时间、经纬度信息,并将信息转换格式后通过串口发送并显示-Get use Arduino serial GPS information, the interception time, latitude and longitude information the burst, and the information is sent through the serial port after format conversion and displa
Location0915
- 定位功能,能事时定位当前的位置,并且获取定位信息发送到服务器。-Positioning, positioning the current position of responsibility, and acquiring positioning information is sent to the server.
gps-info
- 获取GPS信息,包括GPS经纬度信息,VC源码-get gps info
GPS模块测试程序
- 提取GPS信息,获取经纬度、时间及速度等信息(Extract GPS information, access to latitude, longitude, time and speed and other information)
C语言读取GPS
- 利用C语言完成GPS数据的解析,获取经纬度、速度、时间等信息(Using C language to complete the GPS data analysis, access to latitude, longitude, speed, time and other information)