-
GPS定点单位算法.rar。很详细。很有用。
GPS定点单位算法.rar。很详细。很有用。-Fixed-point algorithm for GPS units. Rar. In great detail. Useful.
- 2022-09-27 13:45:02下载
- 积分:1
-
根据GPS卫星的广播星历,计算卫星的位置
根据GPS卫星的广播星历,计算卫星的位置,也可以进行GPS卫星位置的预报
- 2022-04-18 15:17:44下载
- 积分:1
-
qt gps ,linux redhat9.0,
qt gps ,linux redhat9.0,-qt gps, linux redhat9.0,
- 2022-07-21 01:36:24下载
- 积分:1
-
faster algorithm for GPS signal Acquistion
faster algorithm for GPS signal Acquistion
- 2023-03-28 08:25:04下载
- 积分:1
-
广域增强系统精度的方法度量
对于WAAS系统的最终衡量标准是可用性强调了导航系统的运行经济性。它被计算为时间的WAAS系统提供位置固定的准确性,完整性和连续性的指定级别的分数。最低运行性能标准(MOPS)的WAAS指定必须在99.99999%的概率得到满足的差分改正导航解决方案的垂直防护等级(VPL)和水平防护等级(HPL)的计算。因此,真正的误差不能超过保护水平不止一次107秒钟。如果计算出的保护水平超过了相应的警报上限则报警被丢弃的操作无法继续进行。如果操作已经开始这个条件是连续性违反和复飞,必须进行。否则系统被声明为划时代不可用。
- 2022-09-26 03:50:02下载
- 积分:1
-
上一个的继续,连续有九个压缩文件,大家可以打开解压后自己慢慢享用,这个都是本人调试通过了的,希望共同进步!...
上一个的继续,连续有九个压缩文件,大家可以打开解压后自己慢慢享用,这个都是本人调试通过了的,希望共同进步!-A continuation of a row has nine compressed file, everyone can open their own after extracting slowly to enjoy, this is my debug adopted, and I hope common progress!
- 2023-02-18 09:20:03下载
- 积分:1
-
该程序是信号的多普勒现象,通过设置不同的参数,可得到不同的现象,具有一定的参考价值。...
该程序是信号的多普勒现象,通过设置不同的参数,可得到不同的现象,具有一定的参考价值。-that the procedure was the Doppler signal, by setting different parameters, will be different, has some reference value.
- 2022-02-07 17:34:15下载
- 积分: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数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。
可直接调用我封装的GPS类(已编译通过)...
自己封装的能解析出GPS数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。
可直接调用我封装的GPS类(已编译通过)-Their own package to resolve the GPS data in the $ GPRMC data, access to latitude and longitude information, time, date and so on. I can directly call the GPS package category (compiled through)
- 2022-04-02 01:48:31下载
- 积分:1
-
API_0.83_for_BlueSoleil
希望对从事蓝牙变成的人会有所帮助
API_0.83_for_BlueSoleil
希望对从事蓝牙变成的人会有所帮助-API_0.83_for_BlueSoleil wish to become engaged in Bluetooth would be helpful
- 2022-08-16 22:32:54下载
- 积分:1