-
我在学习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导航
在车辆上固定安装GPS接收机可以做车载GPS,采用车载GPS可以实现对GPS定位的动态测试,以便了解动态作业环境下的定位精度等性能,程序实现了车载GPS导航系统的设计。
- 2023-09-09 06:10:03下载
- 积分:1
-
GPS信号的分析文档,主要对GPS返回的信号代表的含义进行注释...
GPS信号的分析文档,主要对GPS返回的信号代表的含义进行注释-GPS Document
- 2022-01-26 04:25:12下载
- 积分:1
-
一个基本范畴,用于提取数据的纬度和经度,速度…
一个基本的类 用于提取GPS数据中的经纬度,速度高度信息,功能较简单。-A basic category for the extraction of GPS data in latitude and longitude, speed, height information, a simpler function.
- 2022-05-22 18:12:23下载
- 积分:1
-
是gps相关的东西..也用3120 1613之类型GPS模块.资料.
是gps相关的东西..也用3120 1613之类型GPS模块.资料.-Gps-related things are also used .. 3120 1613 type GPS module. Information.
- 2022-11-29 20:05:03下载
- 积分:1
-
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。...
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。-mo GPS procedures example, contain detailed footnotes. GPS can be preserved for open document, the use of standard text format NEMA1830 reported.
- 2022-03-07 10:26:58下载
- 积分:1
-
解析GPS 串口的NMEA报文的类。有GGA,GSA,GSV,RMC,RMB等报文的解析
解析GPS 串口的NMEA报文的类。有GGA,GSA,GSV,RMC,RMB等报文的解析-GPS NMEA CLASS
- 2023-08-16 10:00:03下载
- 积分:1
-
linux 环境下GPRS通信,大家可以自由修改
linux 环境下GPRS通信,大家可以自由修改-linux environment GPRS communications, we can freely modify
- 2022-03-29 20:03:52下载
- 积分:1
-
GPS模拟器工具
GPS模拟器工具
- 2022-10-01 18:15:03下载
- 积分:1
-
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。...
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。
-Programming of the GPS communications and information collection methods, will receive the data semantic parsing, and the LCD displays the current location information.
- 2022-03-03 12:10:46下载
- 积分:1