-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1
-
51核心全球定位系统解码器,全球定位系统解码器显示程序1602
51核心GPS解码,GPS解码1602显示程序
-51 core GPS decoder, GPS decoder display program 1602
- 2022-02-02 06:36:04下载
- 积分:1
-
全面介绍MAPX开发的有关内容,VC下鹰眼图的实现VC下鹰眼图实现的
思路与VB是一样的,只不过VC的可视化程序没有VB高,VC更多的是利用代码来实现一定的...
全面介绍MAPX开发的有关内容,VC下鹰眼图的实现VC下鹰眼图实现的
思路与VB是一样的,只不过VC的可视化程序没有VB高,VC更多的是利用代码来实现一定的功能。
-comprehensive presentation Connection development of the content, VC Hawkeye map to achieve VC Hawkeye map and the idea is the same as VB, VC only visualization process is not high VB, VC is using more code to achieve certain functions.
- 2022-01-26 19:30:34下载
- 积分:1
-
Mapobjects的打包经验。GIS编程。希望你喜欢。
Mapobjects的打包经验。GIS编程。希望你喜欢。-Mapobjects the packaged experience. GIS programming. I hope you like.
- 2023-03-30 23:45:03下载
- 积分: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
-
This a GPS communication source code to interrupt the NMEA code though serial po...
This a GPS communication source code to interrupt the NMEA code though serial port.
Very good code to study and apply it to your own program.-This is a GPS communication source code to interrupt the NMEA code though serial port.
Very good code to study and apply it to your own program.
- 2022-03-17 03:44:47下载
- 积分:1
-
我在学习GPS编程时写的DELPHI源码 ,比较简单.希望大虾不要见笑.多多指教.
procedure TfrmMain.DrawSatInfo(gps: TGPSInfo; pbx: TPaintBox);
var
i: integer;
r: integer;
dx,dy: integer;
begin
r := pbx.Width div 2;
for i:= 1 to 12 do begin
if gps.SatInfo[i].PRN 0 then begin
dx := r + Round(r*(90-gps.SatInfo[i].EL)*sin((gps.SatInfo[i].AZ - 90)*Pi/180)/90);
dy := r + Round(r*(90-gps.SatInfo[i].EL)*cos((gps.SatInfo[i].AZ - 90)*Pi/180)/90);
dx := dx - 8;
if dx < 0 then dx := 0;
if gps.SatInfo[i].SN > 20 then begin
pbx.Canvas.Font.Color := clBlue;
pbx.Canvas.TextOut(dx,dy,inttostr(gps.SatInfo[i].PRN));
end else begin
- 2023-01-18 12:20:03下载
- 积分:1
-
至少
Least-squares searching for receiver position.Given 4 or more pseudoranges and ephemerides.
- 2022-02-01 21:49:27下载
- 积分:1
-
卫星星空图显示
本程序采用C++联合OPENGL编程实现了对太空中高速运行GPS卫星的星座进行显示,可以看到天空中24颗卫星的实际运行三维图
- 2022-05-21 11:08:53下载
- 积分:1
-
The program is mobile5.0 ppc2003 systems and take the http protocol, through a w...
该程序是mobile5.0 ppc2003系统下的,走http协议,通过无线网络的客户端升级程序.需要做在客户端升级的同仁们,可以参考一下.-The program is mobile5.0 ppc2003 systems and take the http protocol, through a wireless network client upgrade process. Does the client need to upgrade their Tongren, you can reference.
- 2022-01-25 21:04:17下载
- 积分:1