-
一个可以实现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
-
Provides an overview of GPS global positioning system composed of the basic prin...
概述了 GPS 全球定位系统的基本原理 系统组成 着
重介绍了通讯码制 C/A 码和P码 然后介绍了 GPS 定位系统在本
人正在进行的课题 陆地自主车和半自主遥控导弹靶车两个系统中
的应用 并给出一个 GPS 信号接收和处理的 C 源程序-Provides an overview of GPS global positioning system composed of the basic principles of the system focused on communication code system for C/A code and P code and then introduce a GPS positioning system issues in my ongoing autonomous land vehicles and semi-autonomous remote-controlled missile target vehicle the two systems application and given a GPS signal receiving and processing the C source code
- 2022-01-26 15:59:19下载
- 积分:1
-
Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the...
手机上通过蓝牙串口协议读取GPS接收仪的GPS数据。-Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the GPS data.
- 2022-06-12 16:31:36下载
- 积分: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
-
NMEA parser sorce codes for MFC
NMEA parser sorce codes for MFC
- 2022-10-23 13:05:04下载
- 积分:1
-
GPS positioning system, a good introduction. GPS can understand only
GPS 定位系统,不错的介绍。可以了解GPS的只是-GPS positioning system, a good introduction. GPS can understand only
- 2022-02-20 03:20:13下载
- 积分:1
-
用matlab开发的GPS基线解算程序学习GPS软件开发必备
用matlab开发的GPS基线解算程序学习GPS软件开发必备-The development of GPS baseline with matlab solver GPS software developers to learn essential
- 2022-07-18 02:00:05下载
- 积分: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-Galileo软件接收机(单频方法)-GPS-Galileo software receiver (single-frequency method)
- 2022-12-22 05:45:03下载
- 积分:1
-
GPS卫星定位
在利用GPS卫星进行单点定位过程中,需要进行电离层与对流层等误差的计算以及卫星高度角的计算,卫星高度角越高受观测误差就相对较小,本程序采用高度角随机模型加权,电离层采用K8模型加以改正,希望对GPS研究的朋友有帮助。
- 2022-06-02 01:02:31下载
- 积分:1