-
灵图软件GPS导航软件.
下载后能用的请返馈信息
灵图软件GPS导航软件.
下载后能用的请返馈信息-Lingtu software GPS navigation software. Download can be fed back to the requested information
- 2022-03-19 22:10: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的出租车使用的程序源代码。
一个自行设计的GPS的出租车使用的程序源代码。-the GPS programme source code used by taxies
- 2022-06-28 02:45:55下载
- 积分:1
-
GPS定位系统RAIM算法
GPS系统下RAIM算法可用性及结果分析,可用于RAIM算法的初学者或RAIM研究时的参考资料
- 2022-07-24 15:52:28下载
- 积分:1
-
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)...
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)-Very useful tool, you can use Matlab to carry out on the marine radio frequency conversion, as well as analysis. (Such as the S matrix can be transformed into Z matrix, amplifier stability analysis ... ...)
- 2023-06-26 13:55:03下载
- 积分:1
-
用Matlab仿真turbocode的算法,即编码结构
用Matlab仿真turbocode的算法,即编码结构-using Matlab turbocode algorithm, namely coding structure
- 2023-02-02 00:05:04下载
- 积分:1
-
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面-0183 agreement analytic program"s source code can be used in positioning, navigation, surveillance etc.
- 2022-01-31 06:35:05下载
- 积分:1
-
guGPS提供一个自由而升级为基于位置的服务移动客户端,它就像一个RSS阅读器基于GPS localization...
guGPS提供一个自由而升级为基于位置的服务移动客户端,它就像一个RSS阅读器基于GPS localization-guGPS provide a free and upgradable mobile client for Location Based Services, it is like a RSS-reader based on gps localization.
- 2022-10-08 14:05:03下载
- 积分:1
-
GPS接收机的GPS仪for ambicom港
GPS port finder for Ambicom GPS receivers
- 2023-08-22 15:10:03下载
- 积分:1
-
GPS系统开发
GPS系统开发
- 2022-11-01 13:00:03下载
- 积分:1