-
三星GPS模块资料,13MMX16MMX2.5MM,
三星GPS模块资料,13MMX16MMX2.5MM,-Samsung GPS Module Data,13MMX16MMX2.5MM.
- 2023-03-10 22:10:04下载
- 积分:1
-
GPS on using W77e58, collecting GPS data processing module.
GPS对时,采用W77e58,采集GPS模块数据处理。-GPS on using W77e58, collecting GPS data processing module.
- 2022-01-25 22:02:52下载
- 积分:1
-
这个过程可以很聪明地计算出各种参数的补丁…
这个程序能很智能地计算贴片天线的各个参数,只要给出其中的任意参数就能计算出其他-This process can be very smart to calculate the various parameters of patch antenna, as long as give them any other parameters can be calculated
- 2022-03-02 11:31:20下载
- 积分: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定点单位算法.rar。很详细。很有用。
GPS定点单位算法.rar。很详细。很有用。-Fixed-point algorithm for GPS units. Rar. In great detail. Useful.
- 2022-09-27 13:45:02下载
- 积分:1
-
GPS Data processing:
Code and Phase
GPS Data processing:
Code and Phase
- 2022-02-26 15:10:03下载
- 积分:1
-
vs 2005 using a constant sample program, a good test run for beginners a certain...
vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值 -vs 2005 using a constant sample program, a good test run for beginners a certain reference value
- 2022-01-28 17:29:49下载
- 积分:1
-
http与cmwap建立连接(Symbian)
http与cmwap建立连接(Symbian)-err
- 2022-01-25 19:36:37下载
- 积分:1
-
读取及绘制TEQC的report files。TEQC 是用于计算许多GPS pre
读取及绘制TEQC的report files。TEQC 是用于计算许多GPS pre-processing问题的Toolkit(可应用于GPS/GLONASS/SBAS等数据)
-reading and drawing TEQC the report files. TEQC is used to calculate many GPS pre-processing of the Toolkit (available used GPS/GLONASS/SBAS data)
- 2022-02-05 14:17:29下载
- 积分:1
-
基于SIM868+STM32的定位代码
SIM868+STM32的定位代码,GPS,GPRS,并实现定位数据上传到OneNet平台,实现轨迹回放功能。
- 2022-02-20 05:45:56下载
- 积分:1