-
需要先下载安装mapx,很容易找到,该程序是一个利用mapx和vc编写的与电子地图操作应用的程序...
需要先下载安装mapx,很容易找到,该程序是一个利用mapx和vc编写的与电子地图操作应用的程序-first need to download and install MapX, it is easy to find, that the procedure was a vc use MapX and prepared for the operation of the electronic map application procedures
- 2022-08-19 18:49:37下载
- 积分:1
-
GPS捕获部分MATLAB原程序
gps 捕获程序代码, 程序主要 基于 硬件架构设计 ,定义的全局变量 ,可以当成寄 存器来使用。
- 2023-01-14 16:50:04下载
- 积分: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 and BlackBerry Maps Development Guide
GPS and BlackBerry Maps Development Guide
- 2022-06-27 19:11:57下载
- 积分:1
-
GPS INS 融合开源代码
开源代码,GPS INS融合,实测效果很好的开源项目
- 2022-08-06 15:43:13下载
- 积分:1
-
维纳滤波和功率倒置的比较
维纳滤波和功率倒置的比较,matlab源码,成功仿真。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-07-02 10:00:47下载
- 积分:1
-
GPS全球定位系统的应用
于大家共同分享啊
好好学习啊
GPS全球定位系统的应用
于大家共同分享啊
好好学习啊 -GPS Global Positioning System used in the U.S. to share study hard ah ah
- 2023-07-25 05:00:03下载
- 积分:1
-
汽车GPS管理系统
包括调动
汽车GPS管理系统
包括调动-Automotive GPS Management System, including the mobilization of
- 2022-02-01 14:11:36下载
- 积分:1
-
GPRS部分源代码,一部分常用AT命令的代码实现,比如,打电话,发短信等...
GPRS部分源代码,一部分常用AT命令的代码实现,比如,打电话,发短信等-GPRS part of the source code, part of the AT command used a code, for example, make phone calls and send text messages, etc.
- 2022-07-26 01:34:09下载
- 积分:1
-
NMEA 0182 faq file in detail
NMEA 0182 faq file in detail
- 2023-08-16 13:15:03下载
- 积分:1