搜索资源列表
GPS接收机
- GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
GPS
- GPS经纬度格式转换程序,可运行于电脑上,使接收到的信息在度,度分,及度分秒之间转换
GPS.rar
- C#开发GPS源码。 其中可以获得时间和经纬度。,failed to translate
VCgpstest
- 自己封装的能解析出GPS数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。 可直接调用我封装的GPS类(已编译通过)-Their own package to resolve the GPS data in the $ GPRMC data, access to latitude and longitude information, time, date and so on. I can directly call the GPS package category (compiled
GPS
- GPS源码,可以在真机和模拟器上运行,可以定位经纬度和具体地点-GPS source, you can run on real machines and simulators, you can locate the latitude and longitude, and site-specific
gps
- 已知两点经纬度,计算两点间距离, 是从google maps里扒出来的。-Known latitude and longitude points to calculate the distance between two points is from the google maps out where Pa.
GPS
- GPS解算程序,通过GPS采集的原始数据能够解算出来当地的经纬度-GPS Solution program, raw data collected by GPS can calculate the latitude and longitude of the ground out
GPS-theory
- 本人收集的关于GPS经纬度到直线距离结算公式,求GPS两点夹角以及轴向角的数学理论及示意图。-I collect GPS latitude and longitude to the straight-line distance on the settlement formula, find the angle between the GPS points and the axial angle and schematic diagram of the mathematical theory.
gps
- GPS实现功能,包括GPS数据下载分析,实现全球定位,并在终端显示经纬度,格林威治时间,北京时间-GPS realization of functions, including GPS data download analysis, global positioning, and show the latitude and longitude in the end, GMT, GMT
GPS
- 显示GPS经纬度,时间,海拔等信息,并可存成excel文件-Show GPS latitude and longitude, time, altitude and other information, can be saved as excel file
GPS-data-analysis-
- 用51单片机解析GPS数据并在12864液晶显示经纬度、时钟以及高度的源代码程序-GPS data analysis with 51 single-chip liquid crystal display latitude and longitude in the 12,864, clock, and a high degree of source code program
GPS
- android 手机调用gps程序 获得经纬度的坐标,-android phone call gps program to obtain latitude and longitude coordinates
gps
- GPS(Golbal Position System)全球定位系统是一个在做一些项目中很常用到的仪器,它通过卫星的通信可以返回给你你当前所处的时间,时区,经纬度等等。VC++编写GPS通信是属于典型的基本的串口通信例子,而且只用接收信息即可,不用对GPS发送信息。 编写通信的方法的前半部分都跟我上篇文章说的串口通信一样,即注册ActiveX,建立实例及事件的映射等等。完成上面的操作后,你就可以接收的GPS发来的信息了。-GPS (Golbal Position System) GPS i
gps-info
- 获取GPS信息,包括GPS经纬度信息,VC源码-get gps info
GPS-CTest-
- 标准的gps信息,解码出经纬度信息,卫星信息,速度信息。(Standard GPS information, decoding latitude and longitude information, satellite information, speed information. gps imformation)
GPS数据解析
- 读取GPS模块,解析出经纬度信息,并且经由串口发送出去(Read the GPS module, parse the latitude and longitude information)
GPGGA to GPS
- 实现gpgga报文经纬度转换成gps经纬度(Transforming the latitude and longitude of gpgga message into GPS longitude and latitude)
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)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公