-
GPS/BDS时间转换程序
实现了GPS,BDS(北斗)时间转换,包括通用时,儒略日,GPS时,北斗时,年积日之间的转换,界面采用vc6.0编写,简洁,可最小化至系统托盘,可方便地用于GPS算法调试,数据处理中的时间转换.
- 2022-06-18 16:55:10下载
- 积分:1
-
Lamda算法:GPS快速整周模糊度算法的核心,当今最好的GPS定位算法之一。...
Lamda算法:GPS快速整周模糊度算法的核心,当今最好的GPS定位算法之一。-Lamda algorithm: GPS fast algorithm Ambiguity core of today s best one of GPS positioning algorithm.
- 2022-05-21 11:53:31下载
- 积分:1
-
GPRS蓝斯DTU数据中心VB源代码,用于服务器
GPRS蓝斯DTU数据中心VB源代码,用于服务器-GPRS Lance DTU Data Center VB source code for the server
- 2022-07-03 17:04:08下载
- 积分:1
-
ST公司GPS设计方案,全球卫星定位系统gp新手必备。包括10多个文档资料。...
ST公司GPS设计方案,全球卫星定位系统gp新手必备。包括10多个文档资料。-ST Company GPS design, global satellite positioning system must gp novice. Including more than 10 documentation.
- 2023-03-24 03:40:04下载
- 积分:1
-
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑...
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑-This procedure is used Matlab to the phase-locked loop (PLL) simulation, This choice is based on a number of considerations
- 2022-07-11 21:20:44下载
- 积分:1
-
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.-The use of GSM transmit satellite positioning information of the source code for C51 MCU.
- 2022-01-21 21:49:00下载
- 积分:1
-
利用GPS作为时钟源实现精确计时,方便实用,定时精度达到300ns以内。...
利用GPS作为时钟源实现精确计时,方便实用,定时精度达到300ns以内。
-The use of GPS as a clock source to achieve accurate timing, convenient and practical, timing accuracy of less than 300ns.
- 2022-03-02 10:04:35下载
- 积分:1
-
全球定位系统演示需要内部的全球定位系统的话,并将其写入屏幕
gps demo takes internal gps word and writes it to screen
- 2022-11-17 15:00:08下载
- 积分:1
-
GPS c语言程序 台湾holx
简单的使用c语言,调用GPS接口数据, 并通过1602液晶屏显示出经纬度,使用的芯片是80c51,还可以扩展显示高度,速度等信息,程序可以直接使用keil软件烧录到芯片上。
- 2022-03-20 14:24:59下载
- 积分: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