搜索资源列表
GPSRadar.ZIP
- GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识
GPS_Assemble
- 基于VC++平台上的GPS编程,此程序包用于GPS数据信息的打包并发送到串口。-Based on vc++ platform of GPS programming, this program for GPS data packets of information package and sent to a serial port.
gpslib
- GPS的一个任务,环境Vxworks,主要是获取GPS数据,组包,效验。因为只是拷贝了一个任务,及供参考-GPS s on a mission, the environment Vxworks, mainly access to GPS data, group package, well-tested. Because it is only a copy of a task, and for reference
SIMD
- SIMD指令函数包,对速度有要求的朋友赶快下,里面有FFT函数,比普通指令要快接近4倍。可用在GPS的数据密集运算中,可以达到实时运行。-SIMD instruction function, package, asked a friend of the speed quickly, the inside FFT function, than the average close to 4 times faster instruction. Can be used in GPS, data-inte
GPSCOMPORTnew
- 串口通讯,可以自定义串口,波特率,数据位,停止位,校验位,实时监控串口内容进行读取,并根据数据包的不同进行显示。-Serial communication, you can customize the serial port, baud rate, data bits, stop bits, parity bit, real-time monitoring of serial port to read the content and, based on different data packet
h2010gprs
- VC++环境下实现对gprs模块收发数据的控制,包过socket连接的建立-VC++ environment to realize the control gprs modules send and receive data, including through the establishment of socket connection
GPS-data-collection
- GPS数据采集程序 压缩包解压时无密码-GPS data collection
GPSRadar
- GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识-GPS development of classical tools, a good reference, you can use it in the PC platform for receiving data packets, so packets can study the structure of knowledge
xindaogongxiang
- 信道共享方案,提出一种语音业务数据业务的信道共享方案,对语音业务的阻塞率和数据丢包率及平均吞吐量进行了仿真-The channel sharing scheme, business data services in a voice channel sharing scheme, the blocking rate of voice services and data packet loss rate and average throughput simulation
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公