-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1
-
利用GPS作为时钟源实现精确计时,方便实用,定时精度达到300ns以内。...
利用GPS作为时钟源实现精确计时,方便实用,定时精度达到300ns以内。
-The use of GPS as a clock source to achieve accurate timing, convenient and practical, timing accuracy of less than 300ns.
- 2022-03-02 10:04:35下载
- 积分:1
-
广域增强系统精度的方法度量
对于WAAS系统的最终衡量标准是可用性强调了导航系统的运行经济性。它被计算为时间的WAAS系统提供位置固定的准确性,完整性和连续性的指定级别的分数。最低运行性能标准(MOPS)的WAAS指定必须在99.99999%的概率得到满足的差分改正导航解决方案的垂直防护等级(VPL)和水平防护等级(HPL)的计算。因此,真正的误差不能超过保护水平不止一次107秒钟。如果计算出的保护水平超过了相应的警报上限则报警被丢弃的操作无法继续进行。如果操作已经开始这个条件是连续性违反和复飞,必须进行。否则系统被声明为划时代不可用。
- 2022-09-26 03:50: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 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
-
KiWi协议,GPS 导航使用,官方网站
KiWi协议,GPS 导航使用,官方网站-KiWi
- 2022-09-25 16:55:03下载
- 积分:1
-
在VC环境下的模拟运行,测试全通过,我很长时间才调试通过的
在VC环境下的模拟运行,测试全通过,我很长时间才调试通过的-VC environment in the simulation is running, testing through the whole, I am very long time to debug through the
- 2022-03-03 12:04:32下载
- 积分:1
-
GPS模拟器工具
GPS模拟器工具
- 2022-10-01 18:15:03下载
- 积分:1
-
use Gps.setupcom() to initialize
use Gps.setsystime() to adjust time
Gps.setupcom() 初始化Gps.setsystime() 对时GPSTD-2000型GPS卫星同步时钟 山东三鑫科技集团 烟台开发区三鑫电子通讯工程有限公司-use Gps.setupcom() to initialize
use Gps.setsystime() to adjust time
- 2022-07-17 16:37:50下载
- 积分:1
-
基于单片机的GPS定位
基于51单片机的GPS定位系统,在1602上显示经纬度等,通过开发板测试l啦啦啦啦啦啦啦啦!有能力的大神可以继续优化代码!
- 2022-11-05 01:30:03下载
- 积分:1