-
与一般的处理步骤
GAMIT 软件培训资料,处理精密GPS观测数据-gamit General processing steps
- 2023-04-19 20:00: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,源代码,C语言
完整的gps程序包分享 基于c的 适合有兴趣的朋友参考交流
- 2022-03-14 21:30:42下载
- 积分:1
-
gps in the CA code in matlab environment to compile generated
gps中CA码在matlab环境下编译产生-gps in the CA code in matlab environment to compile generated
- 2022-07-08 08:09:41下载
- 积分:1
-
强大的便携式全球定位系统应用
Powerful and Portable GPS application -- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.-Powerful and Portable GPS application-- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.
- 2022-06-15 22:44:14下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,包括了一个日本开发的GPS精密单点定位程序,都是可以运行的程序,希望对大家有帮助。。。
- 2022-02-12 07:58:05下载
- 积分:1
-
guGPS提供一个自由而升级为基于位置的服务移动客户端,它就像一个RSS阅读器基于GPS localization...
guGPS提供一个自由而升级为基于位置的服务移动客户端,它就像一个RSS阅读器基于GPS localization-guGPS provide a free and upgradable mobile client for Location Based Services, it is like a RSS-reader based on gps localization.
- 2022-10-08 14:05:03下载
- 积分:1
-
在VC环境下的模拟运行,测试全通过,我很长时间才调试通过的
在VC环境下的模拟运行,测试全通过,我很长时间才调试通过的-VC environment in the simulation is running, testing through the whole, I am very long time to debug through the
- 2022-03-03 12:04:32下载
- 积分:1
-
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange...
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial port to GPS devices support for NMEA-0183 GPS Standard.
- 2022-11-04 14:55:03下载
- 积分:1
-
可以有助于实现无线发送和接受,使用方法可以参考该源码,使用方便且简单...
可以有助于实现无线发送和接受,使用方法可以参考该源码,使用方便且简单-Can contribute to the achievement of wireless send and receive, the use of methods can refer to the source, easy to use and simple
- 2023-02-02 02:45:03下载
- 积分:1