-
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange...
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial port to GPS devices support for NMEA-0183 GPS Standard.
- 2022-11-04 14:55:03下载
- 积分:1
-
STC15F_GPS电子钟
STC15F2K60S2+GPS_数码管电子钟程序,自动对时。
- 2023-01-10 00:15:03下载
- 积分:1
-
一个国外关于GPS星座的程序,constell直接运行,希望对大家有用...
一个国外关于GPS星座的程序,constell直接运行,希望对大家有用-abroad on a constellation of GPS procedures constell direct running, we hope to useful
- 2022-03-21 20:06:02下载
- 积分:1
-
gps 卫星定位源码,相信有许多朋友需要这个吧 !
gps 卫星定位源码,相信有许多朋友需要这个吧 !-gps satellite positioning source, I believe has many friends you need this!
- 2022-02-12 04:04:20下载
- 积分:1
-
著名的GPS模糊度分解算法LAMBDA的matlab源程序 GPS软件开发必备
著名的GPS模糊度分解算法LAMBDA的matlab源程序 GPS软件开发必备-Well-known algorithm for GPS ambiguity decomposition in matlab source LAMBDA necessary GPS software development
- 2022-08-09 16:18:30下载
- 积分:1
-
INS_Kalman卡尔曼滤波程序 GPS INS 组合导航例子
基带测量信号处理的算法:1.最小二乘曲线拟合法2.线性滤波方法3.非线性滤波方法非线性滤波方法就是和深组合导航系统中利用联邦卡尔曼滤波的方法是一样的,基带信号处理相当于联邦卡尔曼滤波中的局部滤波器
- 2022-08-21 22:37:34下载
- 积分:1
-
自己编写的对于NMEA0813解析的C#代码,提供对GPGGA,GPRMC数据的解析...
自己编写的对于NMEA0813解析的C#代码,提供对GPGGA,GPRMC数据的解析-I have written for NMEA0813 resolution C# Code, provide GPGGA, GPRMC data analysis
- 2022-12-24 09:30:03下载
- 积分:1
-
电力GPS设备通信对时代码
GPS通信对时源码,支持以下GPS对时1)华宁GPS,2)NSC20,3)中正GPS,4)YJD-2000GPS,5)Beijing Boxing GPS6)烟台三星GPS,7)MT6035 GPS,8)双河GPS,9)山东中瑞GPS,10)南瑞GPS11)DL1100.1-2009,电力系统对时标准格式GPS12)CT-TSS2000B,成都可为GPS13)IVT-B108授时机, 深圳因达维诺GPS等等
- 2022-12-07 20:35:03下载
- 积分: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
-
Describes the DSCDMA multiuser system under error rate of the AWGN channel
描述DSCDMA多用户系统在AWGN信道下的误码率-Describes the DSCDMA multiuser system under error rate of the AWGN channel
- 2022-02-03 23:19:54下载
- 积分:1