-
信息系统接收模块。有详细的特征分…
关于GPS接收模块的资料。有详细的功能特性,组成结构及引脚说明等。-GPS receiver module on the information. Have detailed features of the composition of the structure and pin descriptions.
- 2022-05-19 13:42:04下载
- 积分:1
-
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序....
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序.-shortest path analysis controls, the first to use regsvr32 procedures for the registration of the dynamic link library, and then vb direct use of the dynamic link library. Procedures are related note, can view specific documents related procedures.
- 2022-08-13 09:00:41下载
- 积分:1
-
GPS INS 融合开源代码
开源代码,GPS INS融合,实测效果很好的开源项目
- 2022-08-06 15:43:13下载
- 积分: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
-
gps acceptance testing equipment correctness code. Run exe file, they can check...
测试gps接受设备正确性代码.运行exe文件后,可以查看到通讯设备是否正常-gps acceptance testing equipment correctness code. Run exe file, they can check whether the communications equipment to normal
- 2022-03-19 02:13:34下载
- 积分:1
-
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)...
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)-Very useful tool, you can use Matlab to carry out on the marine radio frequency conversion, as well as analysis. (Such as the S matrix can be transformed into Z matrix, amplifier stability analysis ... ...)
- 2023-06-26 13:55:03下载
- 积分:1
-
GPS车载导航系统的地图匹配算法。地图算法
GPS车载导航系统的地图匹配算法。地图算法-GPS car navigation system, map matching algorithm
- 2022-05-27 19:51:46下载
- 积分: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
-
Rinex格式读写源代码C
压缩文件中主要包含了读写Rinex O文件和Rinex N文件的C代码,代码运行流畅,读取速度快,代码已通过编译,并且已测试通过。欢迎大家下载使用!
- 2023-04-17 07:40:03下载
- 积分:1
-
GPS单点定位
GPS单点定位的滤波程序,可以获得速度信息和位置信息,实现卫星坐标计算,地面点坐标计算,精度指标计算和输出到Excel。
- 2022-01-29 03:52:26下载
- 积分:1