-
GPS PRN产生器,输入卫星号,输出GPS PRN序列.
GPS PRN产生器,输入卫星号,输出GPS PRN序列.-GPS PRN generator, the importation of satellite, GPS PRN output sequence.
- 2022-05-29 23:32:29下载
- 积分:1
-
using of mapx.ocx
MapX控件的使用-using of mapx.ocx
- 2023-07-04 04:15:02下载
- 积分:1
-
gpsr安装的NS2代码,已经修改好
gpsr安装的NS2代码,已经修改好
部署到NS2目录下
包含所有需要修改的文件
- 2022-01-25 18:31:19下载
- 积分:1
-
有关GPS GDOP度量分析的一文章,有兴趣的朋友可以下载看看!希望会有所帮助。...
有关GPS GDOP度量分析的一文章,有兴趣的朋友可以下载看看!希望会有所帮助。-GPS GDOP metric related to the analysis of one article, interested friends can download to see! Hope will be helpful.
- 2022-03-19 16:30:08下载
- 积分:1
-
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法...
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法-Satellite location and a few introductory rate paper, the GPS-based MATLAB election analysis and experimental study of stars, GPS in a new method of election stars
- 2023-08-06 00:10: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 demo takes internal gps word and writes it to screen
- 2022-11-17 15:00:08下载
- 积分:1
-
GPS多路径效应的谱分析工具,结合TEQC软件使用。
GPS多路径效应的谱分析工具,结合TEQC软件使用。-GPS multi-path effects of spectral analysis tools, combined with the use of TEQC software.
- 2022-04-10 22:51:36下载
- 积分:1
-
分享一个好像是ESRI程序员写的ArcIMS与.NET集成的研究实例。
分享一个好像是ESRI程序员写的ArcIMS与.NET集成的研究实例。-sharing seems to be a programmer to write the ESRI ArcIMS with.NET integrated case study.
- 2022-12-05 16:55:03下载
- 积分:1
-
经PPM调制的超宽带信号经高斯白噪声信道的系统仿真,给出了时域和频域图...
经PPM调制的超宽带信号经高斯白噪声信道的系统仿真,给出了时域和频域图-After the PPM modulation ultra-wide band signal after the Gauss white noise channel system simulation,and give the time domain and the frequency range chart!
- 2022-03-15 06:52:35下载
- 积分:1