-
Purpose: 量距离工具
History: 2005
Purpose: 量距离工具
History: 2005-05-21
开发环境: delphi7+mapX 5.02.38
windows XP Sp2
-Purpose : Distance tools History : 2005-05-21 development environment : delphi7 mapX 5.02.38 windows XP Sp2
- 2023-05-18 20:40:03下载
- 积分:1
-
Describes the DSCDMA multiuser system under error rate of the AWGN channel
描述DSCDMA多用户系统在AWGN信道下的误码率-Describes the DSCDMA multiuser system under error rate of the AWGN channel
- 2022-02-03 23:19:54下载
- 积分:1
-
GPS测试程序12864液晶(并行方式)
GPS测试程序12864液晶(并行方式) 可以得到经纬度,时间,対地速度,对地方向,是根据逗号结点来解析的程序。觉得作为刚开始学习gps的朋友可以下载,对于理解gps很有帮助。。。这个代码很不错。不过你自己可以继续修改。是学习的好程序
- 2022-03-22 06:36:43下载
- 积分:1
-
GPS主系统是居心叵测的老美发射运行的卫星系统,包含了27颗能持续发送地理位置海拔高度的卫星,24个正常使用,3个备用,这些卫星平均分布运行在六个轨道上。一般来...
GPS主系统是居心叵测的老美发射运行的卫星系统,包含了27颗能持续发送地理位置海拔高度的卫星,24个正常使用,3个备用,这些卫星平均分布运行在六个轨道上。一般来说,在地面-GPS is the main system is very much ill-old US-run satellite launch system, contains 27 to continue to send location altitude satellites, 24 of normal use, three back-up, the average distribution of these satellites orbit in six runs. Generally speaking, on the ground
- 2022-07-26 19:10:42下载
- 积分: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
-
车载导航系统的开放源码
open source for car navigation in linux
- 2023-03-20 18:30:04下载
- 积分:1
-
完成com口gps通讯,程序自动获得gps定位信息,并将其转化为北京时间...
完成com口gps通讯,程序自动获得gps定位信息,并将其转化为北京时间-Com I completed gps communications, procedures automatically receive gps positioning information, and translate them into Beijing
- 2022-06-15 04:23:32下载
- 积分:1
-
北斗信号GOLD码产生
通过两个11位gold码发生器生成两个同频的GOLD序列,在通过两个吗发生器的不不同抽头相加形成新的gold序列,即所需的北斗伪码序列
- 2022-02-15 14:45:58下载
- 积分:1
-
这个程序是用来构造的分形树的。其中的参数可以自由甚至。...
这个程序是用来构造的分形树的。其中的参数可以自由甚至。-This procedure is used to construct the fractal tree. The parameters can even free.
- 2022-02-09 22:44:46下载
- 积分:1
-
GPS signal Pulling in Tracking range
GPS signal Pulling in Tracking range
- 2023-06-01 05:50:03下载
- 积分:1