搜索资源列表
GPSTest
- GPS数据接收及分析测试程序,由魏先生完成,本人收集整理,绝对可用.-GPS data reception and analysis of test procedures, by Mr. Wei completed, I collected absolutely available.
GPS_test
- gps的数据解析,根据经纬度进行坐标转换,可连接GPS也可从文件读取数据测试-a GPS data analysis, based on latitude and longitude coordinates for conversion, GPS also can be linked from the document read test 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
GPRS_TEST
- GPRS模块的测试与调试源程序 给予GPS定位应用的数据传输模块-GPRS module testing and debugging source code given to the application of GPS positioning data transmission module
SimulateGPS
- GPS电子狗数据采集、测试软件,仿真GPS路径数据。-GPS electronic dog data acquisition, test software, simulation GPS data path.
Add_GPS_support_to_your_desktopGPS_support_demo.zi
- 来自网络,国外网友做的,vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码. -From the network, so friends from abroad, vc++ Code, test, and expressed his thanks. Can read
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信息示例”栏中显示有关
27037120-3201-443e-bf3d-71e1eed0185f20070530092322
- GPS端口测试软件,实现对GPS接收机的接收数据过程调试。-GPS port to test software, the implementation of the GPS receiver to receive the process of debugging data.
uCenter_402
- 完美的GPS测试和定位数据获取记录工具,For windows,PC端使用,商用软件-Perfect test of the GPS positioning data and tools to obtain records, For windows, PC client to use, business software
GPS_Test
- GPS仿真软件,包括伪码的产生、捕获及测试等,包含一些数据-GPS simulation software, including pseudo-code generation, capture and testing, including some data
测试GPRS通信数据
- 这是我自己练习使用的一个,本来是是用来测试GPRS通信数据的,现在放上来分析一下!-This is my own practice to use one, was originally used to test GPRS communication data, and now Fang Shanglai analysis!
Rinex
- 读取GPS Rinex格式的数据,带有测试数据-read the GPS rinex data
GPS
- vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码-vc++ code, tested, thanks. can read the serial port GPS location data, the need for an external GPS receiver con
BeeLineGPS
- 一款gps数据测试程序,我这里引用一下,请各位大虾参考-Gps data a test program, and I quote here what, please refer to prawns
b
- gps的数据解析,根据经纬度进行坐标转换,可连接GPS也可从文件读取数据测试-GPS acquisition code
GPS-keil-main
- GPRS模块的测试与调试源程序 给予GPS定位应用的数据传输模块-GPRS module testing and debugging source code given to the application of GPS positioning data transmission module
gps_track
- GPS信号的数据跟踪程序,已经测试过,运行良好。代码注释丰富,风格简洁,有很大的参考价值。-GPS signal data tracking program has been tested and runs well. Code comments, concise style, great reference value.
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公