-
GPS positioning system, a good introduction. GPS can understand only
GPS 定位系统,不错的介绍。可以了解GPS的只是-GPS positioning system, a good introduction. GPS can understand only
- 2022-02-20 03:20:13下载
- 积分: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精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,包括了一个日本开发的GPS精密单点定位程序,都是可以运行的程序,希望对大家有帮助。。。
- 2022-02-12 07:58:05下载
- 积分:1
-
linux系统下uart读取gps信息并解析
linux下获取uart设备,文件,实时读取gps模块信息,转成可识别的位置信息。
- 2022-03-11 16:09:56下载
- 积分: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接收机源程序,各项功能齐全
一个很不错的GPS接收机源程序,各项功能齐全-A very good source of the GPS receiver, the full-featured
- 2022-03-23 15:46:59下载
- 积分:1
-
GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识
GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识-GPS development of classical tools, a good reference, you can use it in the PC platform for receiving data packets, so packets can study the structure of knowledge
- 2022-03-22 10:20:57下载
- 积分:1
-
GPS-sendmessage
通过枚举方式自动连接电脑串口,解析gps nema0183协议数据包,显示出当前的经纬度,海拔和时间
- 2022-03-31 02:16:33下载
- 积分: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
-
增值业务的sngp协议。
增值业务的sngp协议。 -Value-added business sngp agreement.
- 2022-02-09 20:59:57下载
- 积分:1