-
北京市矢量地图
北京市矢量地图
- 2022-01-26 19:45:55下载
- 积分: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
-
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑...
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑-This procedure is used Matlab to the phase-locked loop (PLL) simulation, This choice is based on a number of considerations
- 2022-07-11 21:20:44下载
- 积分:1
-
GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪
GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪-GPS baseband signal of the article published in the IEEE capture and tracking of the signal
- 2023-05-07 00:20:02下载
- 积分:1
-
GPS系统开发
GPS系统开发
- 2022-11-01 13:00:03下载
- 积分:1
-
GPS卫星定位
在利用GPS卫星进行单点定位过程中,需要进行电离层与对流层等误差的计算以及卫星高度角的计算,卫星高度角越高受观测误差就相对较小,本程序采用高度角随机模型加权,电离层采用K8模型加以改正,希望对GPS研究的朋友有帮助。
- 2022-06-02 01:02:31下载
- 积分:1
-
PNA270 GPS源码,算法,c源码,好用
PNA270 GPS源码,算法,c源码,好用-PNA270 GPS source code, algorithm, c-source, easy to use
- 2022-09-23 02:15:03下载
- 积分: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卫星定位模块说明及原理介绍。程序设计及编程员代码-GPS satellite positioning module description and principles of description. Program design and programmer code
- 2022-03-04 10:55:39下载
- 积分:1
-
JT808 GPSServer终端模拟程序
基于JT/T808 协议及数据格式的GPS终端模拟程序,符合交通部的例子,可以参考
- 2022-07-03 04:34:29下载
- 积分:1