-
GPS主系统是居心叵测的老美发射运行的卫星系统,包含了27颗能持续发送地理位置海拔高度的卫星,24个正常使用,3个备用,这些卫星平均分布运行在六个轨道上。一般来...
GPS主系统是居心叵测的老美发射运行的卫星系统,包含了27颗能持续发送地理位置海拔高度的卫星,24个正常使用,3个备用,这些卫星平均分布运行在六个轨道上。一般来说,在地面-GPS is the main system is very much ill-old US-run satellite launch system, contains 27 to continue to send location altitude satellites, 24 of normal use, three back-up, the average distribution of these satellites orbit in six runs. Generally speaking, on the ground
- 2022-07-26 19:10:42下载
- 积分: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 Android手机定位
基于Android系统的GPS定位 ,并利用相关算法WGS-84坐标的相对转化。
- 2022-02-04 03:36:30下载
- 积分:1
-
在给定星历条件下计算卫星坐标,当有更多星历数据时候程序需要更改...
在给定星历条件下计算卫星坐标,当有更多星历数据时候程序需要更改-In a given ephemeris calculation under the condition of the satellite coordinates, when more time ephemeris data process need to change
- 2022-02-11 19:33:24下载
- 积分:1
-
一个可以实现GPS模块通讯的软件源码,适合于目前所有GPS模块。...
一个可以实现GPS模块通讯的软件源码,适合于目前所有GPS模块。-A GPS module can realize communications software source code, suitable for all current GPS module.
- 2023-06-15 07:50:26下载
- 积分:1
-
H31GPSTest2007
H31GPSTest2007-06-09.rar自动查找GPS端口的一个测试程序-H31GPSTest2007-06-09.rar automatic search of a GPS port testing procedures
- 2022-01-26 00:33:43下载
- 积分:1
-
PNA270 GPS源码,算法,c源码,好用
PNA270 GPS源码,算法,c源码,好用-PNA270 GPS source code, algorithm, c-source, easy to use
- 2022-09-23 02:15:03下载
- 积分:1
-
GPS 端口 Nmea
组件用于 GPS NMEA 协议。Delpgi 7-RAD XE3.这样就可以获得 сomponet 瓜 NMEA 协议。协调全球定位系统,实现时间同步等。
- 2022-03-10 06:30:49下载
- 积分:1
-
GPS导航的源代码,vc源码,很实惠,希望下载
GPS导航的源代码,vc源码,很实惠,希望下载-GPS navigation of source code, vc source code, it is affordable, I hope download
- 2023-02-18 21:50:02下载
- 积分:1
-
PN码生成程序,可以生成L1波段的GOLD扩频码.修改抽头位置可以改变其对应的卫星号....
PN码生成程序,可以生成L1波段的GOLD扩频码.修改抽头位置可以改变其对应的卫星号.-PN code generation process, generate L1 band GOLD spreading codes. Tap changes its location can be changed, the corresponding satellite.
- 2022-04-19 21:37:43下载
- 积分:1