-
suncalc
利用gps计算太阳日出日落时间,测试过很准确-suncalc
- 2022-02-04 21:25:33下载
- 积分:1
-
GPS 源代码
GPS源程序,使用MATLAB程序编制,经过了实际测试,程序运行良好,值得推荐,特别适合初学者。
- 2022-02-26 01:00:06下载
- 积分:1
-
C#开发的 GPS定位车辆定位系统
使用C#开发的 GPS车辆定位系统,实现B/s GPS定位,给有需要的朋友参考学习了
- 2022-03-23 11:52:02下载
- 积分: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信号捕获程序,采用串行搜索算法,并将其…
GPS信号捕获程序,采用串行搜索算法,并自带三段中频采样的数据.-GPS signal acquisition procedures, using serial search algorithm, and bring their own copies of the three IF sampling data.
- 2022-12-13 01:35:03下载
- 积分:1
-
GBT_18314-2001全球定位系统(GPS)规范
GBT_18314-2001全球定位系统(GPS)规范 GBT_18314-2001 global positioning system (GPS) specification
- 2022-08-12 22:08:47下载
- 积分:1
-
大名顶顶的gpsd,很多开源软件都用的,与gps硬件进行通讯
大名顶顶的gpsd,很多开源软件都用的,与gps硬件进行通讯-顶顶name of gpsd, a lot of open source software are used with the gps hardware communications
- 2023-05-10 03:25:03下载
- 积分:1
-
GPS-sendmessage
通过枚举方式自动连接电脑串口,解析gps nema0183协议数据包,显示出当前的经纬度,海拔和时间
- 2022-03-31 02:16:33下载
- 积分:1
-
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面-0183 agreement analytic program"s source code can be used in positioning, navigation, surveillance etc.
- 2022-01-31 06:35:05下载
- 积分: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