-
gps基线解算基础函数
gps基线解算基础函数,包括伪距定位,差分定位,坐标转换等
- 2023-02-26 15:30:04下载
- 积分:1
-
根据GPS卫星的广播星历,计算卫星的位置
根据GPS卫星的广播星历,计算卫星的位置,也可以进行GPS卫星位置的预报
- 2022-04-18 15:17:44下载
- 积分: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
-
AT命令祥解,介绍GPS命令的格式及使用方法
AT命令祥解,介绍GPS命令的格式及使用方法-AT command祥解to introduce the GPS command and how to use the format
- 2022-03-19 00:29:21下载
- 积分:1
-
以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。
我先...
以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。
我先贴上我用C解的代码,是直接将VB和C#的思路转过来的。
现在可以读出经度或纬度-before using VB, C#, etc. is easy to decode the GPS information. However, the recent use of C language, (the Internet by a VC-Solutions) cited a string C operation difficult, Please Shanhaiguan released a GPS Solution C code. I affixed my first solution with C code directly to C# and VB of the ideas turn. Can now read latitude and longitude
- 2022-08-20 09:47:47下载
- 积分:1
-
全球定位系统演示需要内部的全球定位系统的话,并将其写入屏幕
gps demo takes internal gps word and writes it to screen
- 2022-11-17 15:00:08下载
- 积分:1
-
车载GPS导航
在车辆上固定安装GPS接收机可以做车载GPS,采用车载GPS可以实现对GPS定位的动态测试,以便了解动态作业环境下的定位精度等性能,程序实现了车载GPS导航系统的设计。
- 2023-09-09 06:10:03下载
- 积分:1
-
wifi gps 基站源码集合
wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合
- 2022-12-25 16:00:08下载
- 积分:1
-
linux 环境下GPRS通信,大家可以自由修改
linux 环境下GPRS通信,大家可以自由修改-linux environment GPRS communications, we can freely modify
- 2022-03-29 20:03:52下载
- 积分:1
-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1