-
更快的GPS信号跟踪使用异或的方法
Faster GPS signal tracking using XOR method
- 2022-02-11 20:52:59下载
- 积分:1
-
用vc写的测试gps信号跟踪和俘获程序正确性和速度的程序
用vc写的测试gps信号跟踪和俘获程序正确性和速度的程序-with vc written test gps signal capture and tracking procedures accuracy and speed the process
- 2022-03-17 15:29:04下载
- 积分:1
-
GPS定位系统RAIM算法
GPS系统下RAIM算法可用性及结果分析,可用于RAIM算法的初学者或RAIM研究时的参考资料
- 2022-07-24 15:52:28下载
- 积分:1
-
这是本人初次上载程序,请大家多多支持
这是本人初次上载程序,请大家多多支持-谢谢
-GPS measurement data processing source, this is my first upload process, please everyone can support
- 2022-07-19 17:40:21下载
- 积分:1
-
Fortran矩阵求逆简单高效程序
! Description : 计算逆矩阵
!
!-----------------------------------------------------
! Contains :
! 1. driver 驱动函数
! 2. solve 方法函数
已经经过验证,高效简洁
- 2022-02-03 20:19:18下载
- 积分:1
-
强大的便携式全球定位系统应用
Powerful and Portable GPS application -- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.-Powerful and Portable GPS application-- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.
- 2022-06-15 22:44:14下载
- 积分:1
-
GPS数据获取 并处理 利用串口通讯 串口利用SerialPort
GPS数据获取 并处理 利用串口通讯 串口利用SerialPort-GPS data acquisition and processing using serial communication serial port using SerialPort
- 2022-04-07 03:39:21下载
- 积分:1
-
GPS地图邻接表结构,可编译,北京大学的
GPS地图邻接表结构,可编译,北京大学的-GPS map adjacency list structure, can be compiled, Peking University
- 2022-04-07 04:35:55下载
- 积分:1
-
qlandkarte
QLandkarte - use your Garmin GPS with Linux
Requirements:
* > Qt 4.2.x (Qt 4.1.x will not work!)
* > proj4 4.4.x
* > libusb 0.1.x
- QLandkarte- use your Garmin GPS with Linux
Requirements:
* > Qt 4.2.x (Qt 4.1.x will not work!)
* > proj4 4.4.x
* > libusb 0.1.x
- 2022-07-17 07:50:34下载
- 积分:1
-
基于arduino的GPS地图导航系统
基于arduino的GPS地图导航系统
SPI接口。采用Atmega 328为主控芯片
需要采用滤波算法过滤
串口速率与GPS模块要设置一致,接线方式如下:
//TFT SDA -> UNO 11
//TFT SCK -> UNO 13
#define TFT_CS 10 // Chip select line for TFT display
#define TFT_A0 9 // Data/command line for TFT
#define TFT_RST 8 // Reset line for TFT (or connect to +5V)
#define TFT_LED A0
#define SD_CS 4 // Chip select line for SD card
//SD MISO -> UNO 12
//SD SCK -> UNO 13
//SD MOSI -> UNO 11
//GPS tx - UNO rx
//GPS rx - UNO tx
#define BTNZOOMIN 2
#define BTNZOOMOUT 3
- 2022-05-23 07:34:50下载
- 积分:1