-
液晶显示GPS信息 ___ATK-NEO-6M GPS模块
包括程序源码、ATK-NEO-6M GPS模块使用手册、原理图、官方文档、相关软件,非常适合初学者做开发
- 2022-04-15 00:28:37下载
- 积分:1
-
GPS时转换
GPS时间转换程序,采用C#Windows编写,有良好的界面布局,输入年月日可以准确地转换成GPS周、周内日以及年积日,对从事GPS研发人员很有帮助。
- 2022-06-20 11:03:26下载
- 积分:1
-
不用说了,很好的GPS数据采集程序,完整实用美观的界面
不用说了,很好的GPS数据采集程序,完整实用美观的界面-Needless to say, and a very good GPS data collection procedures, a complete interface aesthetic practical
- 2022-12-03 08:10:03下载
- 积分:1
-
GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算(C++)
GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算等功能,有助于学习卫星导航的同学加深对GPS接收机工作原理的理解,也可作为核心代码扩展为GPS接收机工作原理演示程序。
- 2023-01-25 20:45:04下载
- 积分: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
-
The idea behind differential GPS is to remove as much errors as possible from th...
The idea behind differential GPS is to remove as much errors as possible from the range measurements by establishing these errors at a reference site. In its most simple setup, a GPS receiver is located at a well surveyed position and its (pseudo) range measurements are compared with the actual calculated range from this receiver to the SV s. The differences between measured ranges and calculated ranges at the reference receiver are applied as corrections to the ranges measured by other receiver(s) close by.
- 2023-02-13 04: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
-
用C#语言写的 GPS网平差的算例 对初做GPS网平差设计的有用
资源描述该代码主要实现的是对一个网形进行平差计算,所采用的语言为Csharp,本代码可以作为初学C#进行练手,也可以通过本程序了解GPS网平差处理的基本过程,希望对GPS研究者有所帮助。
- 2022-01-28 14:23:41下载
- 积分:1
-
vs 2005 using a constant sample program, a good test run for beginners a certain...
vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值 -vs 2005 using a constant sample program, a good test run for beginners a certain reference value
- 2022-01-28 17:29:49下载
- 积分:1
-
qt gps ,linux redhat9.0,
qt gps ,linux redhat9.0,-qt gps, linux redhat9.0,
- 2022-07-21 01:36:24下载
- 积分:1