-
GPS车载导航系统的地图匹配算法。地图算法
GPS车载导航系统的地图匹配算法。地图算法-GPS car navigation system, map matching algorithm
- 2022-05-27 19:51:46下载
- 积分: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
-
can receive NMEA
可以接收NMEA-0183格式的GPS数据自动化搜索本枸的GPS接口-can receive NMEA- 0183 format of the GPS data automation of the search interface GPS Citrus medica
- 2022-08-02 15:20:53下载
- 积分:1
-
示例文件,可以解码NMEA协议
the example file that can decode the NMEA protocol
- 2023-04-12 00:15:03下载
- 积分:1
-
均匀线阵方向图形成,包含没有波束指向和30°波束指向,加切比雪夫权值(旁瓣幅度相同)...
均匀线阵方向图形成,包含没有波束指向和30°波束指向,加切比雪夫权值(旁瓣幅度相同)-Uniform linear array pattern formation, with no beam pointing and 30 ° beam pointing, Gache Chebyshev weights (the same side-lobe amplitude)
- 2022-08-23 18:32:08下载
- 积分:1
-
AT-command modem SIM508Z (en)_SIM508_ATC_V1.01
- 2022-01-30 20:22:05下载
- 积分:1
-
汽车GPS管理系统
包括调动
汽车GPS管理系统
包括调动-Automotive GPS Management System, including the mobilization of
- 2022-02-01 14:11:36下载
- 积分:1
-
GPS-sendmessage
通过枚举方式自动连接电脑串口,解析gps nema0183协议数据包,显示出当前的经纬度,海拔和时间
- 2022-03-31 02:16:33下载
- 积分:1
-
qt开发的GPS定位程序
使用串口连接GPS模块,定位信息显示在QT设计的软件上
- 2022-06-30 12:38:11下载
- 积分:1
-
GPS全球定位系统的应用
于大家共同分享啊
好好学习啊
GPS全球定位系统的应用
于大家共同分享啊
好好学习啊 -GPS Global Positioning System used in the U.S. to share study hard ah ah
- 2022-01-21 02:31:20下载
- 积分:1