-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1
-
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增...
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增-GPS-matlab procedures used to produce displacement of ca code, used in phase-locked loop tracking of the code increases ca
- 2022-05-20 06:00:12下载
- 积分:1
-
信息系统接收模块。有详细的特征分…
关于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
-
GPS精密星历读取
精密星历是按照15min的间隔给出卫星位置,要想获取任意时刻卫星的位置,必须对精密星历进行内插,本程序实现了通过读取SP3文件,对卫星的星历进行内插计算。
- 2022-02-06 23:16:15下载
- 积分:1
-
基于MSP430的GPRS、GPS的定位系统(整个工程文件)
基于MSP430的GPRS、GPS的定位系统(整个工程文件),有实用的心跳功能,方便调试,有详细的注释和代码规范,代码完整!
- 2022-07-10 19:05:53下载
- 积分:1
-
用C#语言写的 GPS网平差的算例 对初做GPS网平差设计的有用
资源描述该代码主要实现的是对一个网形进行平差计算,所采用的语言为Csharp,本代码可以作为初学C#进行练手,也可以通过本程序了解GPS网平差处理的基本过程,希望对GPS研究者有所帮助。
- 2022-01-28 14:23:41下载
- 积分:1
-
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法...
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法-Satellite location and a few introductory rate paper, the GPS-based MATLAB election analysis and experimental study of stars, GPS in a new method of election stars
- 2023-08-06 00:10:04下载
- 积分:1
-
gps的开发程序,出自吉大的高手,gis开发是目前非常有前途的一个方向。...
gps的开发程序,出自吉大的高手,gis开发是目前非常有前途的一个方向。-the development process, from the Kyrgyzstan big players and gis development is a very promising direction.
- 2022-02-28 23:30:50下载
- 积分: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服务器 通过SOCKET来传输数据
GPS服务器 通过SOCKET来传输数据,从GPS设备提取数据进行传输
- 2023-08-06 16:25:05下载
- 积分:1