-
51核心全球定位系统解码器,全球定位系统解码器显示程序1602
51核心GPS解码,GPS解码1602显示程序
-51 core GPS decoder, GPS decoder display program 1602
- 2022-02-02 06:36:04下载
- 积分:1
-
车载GPS导航设备国标,车载电子开发者必备资料
车载GPS导航设备国标,车载电子开发者必备资料-GPS Navigation Standard
- 2022-03-11 17:07:53下载
- 积分: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
-
GPS测试程序12864液晶(并行方式)
GPS测试程序12864液晶(并行方式) 可以得到经纬度,时间,対地速度,对地方向,是根据逗号结点来解析的程序。觉得作为刚开始学习gps的朋友可以下载,对于理解gps很有帮助。。。这个代码很不错。不过你自己可以继续修改。是学习的好程序
- 2022-03-22 06:36:43下载
- 积分:1
-
GPS定位系统RAIM算法
GPS系统下RAIM算法可用性及结果分析,可用于RAIM算法的初学者或RAIM研究时的参考资料
- 2022-07-24 15:52:28下载
- 积分:1
-
Purpose: 量距离工具
History: 2005
Purpose: 量距离工具
History: 2005-05-21
开发环境: delphi7+mapX 5.02.38
windows XP Sp2
-Purpose : Distance tools History : 2005-05-21 development environment : delphi7 mapX 5.02.38 windows XP Sp2
- 2023-05-18 20:40:03下载
- 积分:1
-
use Gps.setupcom() to initialize
use Gps.setsystime() to adjust time
Gps.setupcom() 初始化Gps.setsystime() 对时GPSTD-2000型GPS卫星同步时钟 山东三鑫科技集团 烟台开发区三鑫电子通讯工程有限公司-use Gps.setupcom() to initialize
use Gps.setsystime() to adjust time
- 2022-07-17 16:37:50下载
- 积分:1
-
Lessons Learnt in Assisted GPS
Lessons Learnt in Assisted GPS
- 2023-01-22 19:25:03下载
- 积分:1
-
卫星定位
卫星定位-GPS satellite location
- 2022-06-12 12:30:34下载
- 积分:1
-
GPS and BlackBerry Maps Development Guide
GPS and BlackBerry Maps Development Guide
- 2022-06-27 19:11:57下载
- 积分:1