-
采集gps位置工具,可以快速定位查询,带源码
采集gps位置工具,可以快速定位查询,带源码-Gathering gps location tool, with source code
- 2022-08-18 01:32:43下载
- 积分:1
-
GPS源码,比较详细的介绍了,数据是怎么接收,怎么定位的
GPS源码,比较详细的介绍了,数据是怎么接收,怎么定位的-GPS source, more detailed introduction, the data is how to receive, how positioning
- 2022-10-13 02:15:03下载
- 积分:1
-
Fortran矩阵求逆简单高效程序
! Description : 计算逆矩阵
!
!-----------------------------------------------------
! Contains :
! 1. driver 驱动函数
! 2. solve 方法函数
已经经过验证,高效简洁
- 2022-02-03 20:19:18下载
- 积分:1
-
GPS 0183 GPRMC 解析程序
GPS 0183格式(GPRMC)格式的输出解析,解析经纬度等
- 2023-02-11 10:50:04下载
- 积分:1
-
nmea GPS header file gr-87
此代码为任何nmea gps模块制造,并专门用于nmea gr-87 gps模块。
- 2022-03-23 21:37: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捕获部分MATLAB原程序
gps 捕获程序代码, 程序主要 基于 硬件架构设计 ,定义的全局变量 ,可以当成寄 存器来使用。
- 2023-01-14 16:50:04下载
- 积分:1
-
VB gps端口通讯定位
可以通过串口连接主机获取GPS数据,然后解析出定位结果。
- 2022-01-24 16:22:55下载
- 积分:1
-
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。...
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。-mo GPS procedures example, contain detailed footnotes. GPS can be preserved for open document, the use of standard text format NEMA1830 reported.
- 2022-03-07 10:26:58下载
- 积分:1
-
This procedure carried out on the GPS satellite simulated election. Seven visibl...
本程序对GPS的选星进行了模拟。给出7个可见星的信息,选则其中最好的四颗。-This procedure carried out on the GPS satellite simulated election. Seven visible stars are given information, the election is the best of four.
- 2023-02-06 02:25:03下载
- 积分:1