搜索资源列表
GPS test 给予stm32的gps定位程序
- 给予stm32的gps定位程序,用c编写,亲自测试通过,可以直接拿来用-Given stm32 the gps locator, with c write personally tested and can be directly used
modultest.rar
- gps、电子罗盘测试,主要针对GPS1050和TCM3,gps test
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-test
- 一个虚拟的gps模块,和虚拟串口配合可以给gps地图等发送数据。-A virtual gps modules, and virtual serial port to the gps with maps can send the data.
PcodeGeneration
- 在ModelSim或其他支持Verilog语言编译的环境中仿真可得GPS的P码及与卫星数据码调制后的波形,其中一个为源程序,另一个为测试程序-ModelSim or other support in the language Verilog simulation environment to compile available GPS P-code and code of satellite data after the modulation waveform, one for the sour
Gps
- Windows Mobile 6.5上一个gps测试软件,通过处理串口数据显示gps定位的一些基本信息,并且用图形显示卫星位置极其信号值,在res里有其运行效果图。 -Windows Mobile 6.5 on a gps test software, by processing the serial data to display some basic information about gps positioning satellite position is extremely sig
GPS
- 对于GPS基线进行同步环和异步环的全面检验,理论基础以及算法实现(不含代码)。-GPS baseline for a comprehensive test of the synchronization ring and asynchronous ring, the theoretical basis and algorithm (without code).
GPS
- GPS定位信息的解析,如:GPGLL,GPRMC,GPGGA等。 没有编译,这是我从很大的程序中截取的,呵呵,但是测试了,能逐个解析出来。-Analysis of GPS positioning information, such as: GPGLL, GPRMC, GPGGA, etc.. Does not compile, this is a great program, I intercepted, Oh, but the test can resolve them.
SimulateGPS
- GPS电子狗数据采集、测试软件,仿真GPS路径数据。-GPS electronic dog data acquisition, test software, simulation GPS data path.
gpstest
- gps接收端源码以及1个test列子,提供简单的经纬度,速度,时间等GPS数据信息-gps receiver as well as a test source Liezi, providing a simple latitude and longitude, speed, time GPS data
TestGPS
- GPS的测试程序,可以显示GPS相关数据,功能完备-GPS test procedures, and they demonstrated the GPS-related data, full-featured
Mscomm_GPS
- 运行文件:GPS_Disp.exe 测试数据:\TestData\temp.log 0529-2.log 操作说明: 1. 文件 1.1 打开记录文件... 新建或打开一个文件,以记录实时读入的GPS数据,“GPS信息示例”中显示有关信息 1.2 关闭记录文件 关闭并保存正在记录数据的记录文件 1.3 打开回放文件... 打开一个已存在的回放文件 1.4 播放回放文件 播放回放文件,在“GPS信息示例”栏中显示有关
GPS_test
- GPS测试软件,AutoNavi.exe-GPS Test Software, AutoNavi.exe
gps_test
- GPS测试源代码,使用C语言开发,可以在ARM是使用-GPS test source code, using C language development that can be used in the ARM
GPS
- GPS功能进行测试的软件。完整调试了能测试GPS的重要参数的功能。-This software is design for test GPS main key parameters
GPS-test-for-51
- 基于GPS模块的研究,定位你所在的位置,经纬度等-Based on the study of GPS module, position your location, longitude and latitude, etc
GPS-test-program
- 89C52的gps数据读取源码,12864显示 GPS模块只需TXD TXD即可!-89C52 the gps data to read source code, 12864 GPS module only TXD TXD can!
GPS
- 一款MAX-7C-000的GPS模块,参考正点原子的例程改过来的定位代码,数据正常采集,亲测可用(A MAX-7C-000 GPS module, referring to the atomic routine on the spot to change the positioning code, pro test available)
qxwz-rtcm-test
- GPS高精度导航,利用普通GPS模块,在不改变硬件的情况下,提高定位精度。(GPS high precision navigation)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公