-
手机客户端标准界面模板,低级UI
手机客户端标准界面模板,低级UI-Mobile client standard interface templates, low-level UI
- 2022-11-10 02:50:03下载
- 积分:1
-
基于单片机的GPS定位
基于51单片机的GPS定位系统,在1602上显示经纬度等,通过开发板测试l啦啦啦啦啦啦啦啦!有能力的大神可以继续优化代码!
- 2022-11-05 01:30:03下载
- 积分:1
-
GPS adaptive array of new stars of the election method
介绍一种新的GPS自适应阵的选星方法,文章有点新意,用处看过才知道-GPS adaptive array of new stars of the election method
- 2022-02-01 21:09:20下载
- 积分: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
-
我在学习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 acceptance testing equipment correctness code. Run exe file, they can check...
测试gps接受设备正确性代码.运行exe文件后,可以查看到通讯设备是否正常-gps acceptance testing equipment correctness code. Run exe file, they can check whether the communications equipment to normal
- 2022-03-19 02:13:34下载
- 积分: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
-
从Rinex格式的GPS观测文件(即O文件)中提取所需卫星的VC程序
从Rinex格式的GPS观测文件(即O文件)中提取所需卫星的VC程序-Observations from the GPS satellites needed to document the procedures to extract
- 2022-03-09 13:11:46下载
- 积分:1
-
OpenSource GPS is software for x86 PCs that allows you to acquire, track and dem...
OpenSource GPS is software for x86 PCs that allows you to acquire, track and demodulate signals from GPS satellites. OSGPS requires a Zarlink GP2021 12 channel GPS correlator chip
- 2022-01-25 16:49:18下载
- 积分:1
-
And then check a little tcl, tck version with the path, if different to your own...
然后再检查一下tcl,tck的版本号跟路径,如果不同的目录跟你自己的版本号换了版本号一样。
- 2022-02-03 16:29:39下载
- 积分:1