-
GPS软件接收机基础,英文原版,陈军,潘高峰等人翻译的第二版...
GPS软件接收机基础,英文原版,陈军,潘高峰等人翻译的第二版-Software based on GPS receiver, the original English edition, Chen Jun, Pan, who translated the peak of the second edition of
- 2022-03-12 22:14:16下载
- 积分:1
-
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑...
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑-This procedure is used Matlab to the phase-locked loop (PLL) simulation, This choice is based on a number of considerations
- 2022-07-11 21:20:44下载
- 积分:1
-
C language based on the single
基于单片机C语言的TCP/IP协议程序,有详细的说明和代码注释。-C language based on the single-chip TCP/IP protocol procedure is described in detail and code Notes.
- 2022-03-12 17:32:26下载
- 积分:1
-
GPS应用程序设计,内含GPS卫星原理、方法及详细源代码
GPS应用程序设计,内含GPS卫星原理、方法及详细源代码-GPS application design, including GPS satellite theory, method and detailed source code
- 2022-01-28 08:37:39下载
- 积分: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 receiver module on the information. Have detailed features of the composition of the structure and pin descriptions.
- 2022-05-19 13:42:04下载
- 积分:1
-
linux系统下uart读取gps信息并解析
linux下获取uart设备,文件,实时读取gps模块信息,转成可识别的位置信息。
- 2022-03-11 16:09:56下载
- 积分:1
-
一个自行设计的GPS的出租车使用的程序源代码。
一个自行设计的GPS的出租车使用的程序源代码。-the GPS programme source code used by taxies
- 2022-06-28 02:45:55下载
- 积分:1
-
一个GPS网WGS_84平差坐标向地方独立坐标的转换文档,比较全
一个GPS网WGS_84平差坐标向地方独立坐标的转换文档,比较全-A GPS network adjustment WGS_84 independent coordinates to local coordinates of the conversion document, compare the whole
- 2023-08-24 21:15:02下载
- 积分:1
-
需要先下载安装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