-
GPS时转换
GPS时间转换程序,采用C#Windows编写,有良好的界面布局,输入年月日可以准确地转换成GPS周、周内日以及年积日,对从事GPS研发人员很有帮助。
- 2022-06-20 11:03:26下载
- 积分:1
-
WGS84BJ54两种空间直角坐标系的转换,由空间直角坐标到大地坐标的转换....
WGS84BJ54两种空间直角坐标系的转换,由空间直角坐标到大地坐标的转换.-WGS84BJ54 two space rectangular coordinate system conversion, from the Cartesian coordinates of the space geodetic coordinates of the conversion.
- 2023-01-15 19:15: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
-
基于方差分析的多陈多路径检测算法
An ANOVA Based GPS Multipath Detection Algorithm Using Multi Chan
- 2022-07-23 17:15:28下载
- 积分:1
-
gps定位程序源代码,参考文献为:An Algebraic Solution of the GPS Equations...
gps定位程序源代码,参考文献为:An Algebraic Solution of the GPS Equations-gps positioning source code, references to: An Algebraic Solution of the GPS Equations
- 2022-03-05 05:08:01下载
- 积分:1
-
C language based on the single
基于单片机C语言的TCP/IP协议程序,有详细的说明和代码注释。-C language based on the single-chip TCP/IP protocol procedure is described in detail and code Notes.
- 2022-03-12 17:32:26下载
- 积分:1
-
著名的GPS模糊度分解算法LAMBDA的matlab源程序 GPS软件开发必备
著名的GPS模糊度分解算法LAMBDA的matlab源程序 GPS软件开发必备-Well-known algorithm for GPS ambiguity decomposition in matlab source LAMBDA necessary GPS software development
- 2022-08-09 16:18:30下载
- 积分:1
-
Mapobjects的打包经验。GIS编程。希望你喜欢。
Mapobjects的打包经验。GIS编程。希望你喜欢。-Mapobjects the packaged experience. GIS programming. I hope you like.
- 2023-03-30 23:45:03下载
- 积分:1
-
GPS的RINEX文件的读取.包括O文件、N文件、以及SP3文件以及结构体
GPS的RINEX文件的读取.包括O文件、N文件、以及SP3文件以及结构体,实现卫星定位
- 2022-02-10 14:04:02下载
- 积分:1
-
百度地图API 之 定位周边搜索POI
资源描述此源码是有关百度地图的API设计,其主要针对于进行Android手机地图APP的开发者,此代码可帮助开发者大幅度提高开发效率并能给予开发者必要的提高和帮助,是手机地图开发者的不二法宝~!~
- 2022-04-11 04:50:07下载
- 积分:1