-
GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算(C++)
GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算等功能,有助于学习卫星导航的同学加深对GPS接收机工作原理的理解,也可作为核心代码扩展为GPS接收机工作原理演示程序。
- 2023-01-25 20:45:04下载
- 积分:1
-
使用vb.net编写的一个gps数据采集软件,可以通过串口采集gps数据。...
使用vb.net编写的一个gps数据采集软件,可以通过串口采集gps数据。-A GPS data reader application which can obtain GPS data from serial port easily
- 2022-11-01 05:15:03下载
- 积分:1
-
API_0.83_for_BlueSoleil
希望对从事蓝牙变成的人会有所帮助
API_0.83_for_BlueSoleil
希望对从事蓝牙变成的人会有所帮助-API_0.83_for_BlueSoleil wish to become engaged in Bluetooth would be helpful
- 2022-08-16 22:32:54下载
- 积分: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 program for GPS data collection procedures, AppWizard has created this GPS a...
该程序为GPS数据采集程序,AppWizard has created this GPS application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your GPS application.-The program for GPS data collection procedures, AppWizard has created this GPS application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.This file contains a summary of what you will find in each of the files thatmake up your GPS application.
- 2022-01-25 23:43:55下载
- 积分:1
-
Bluetooth gps source code
Bluetooth gps source code
- 2022-09-13 16:55:03下载
- 积分:1
-
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)...
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)-Very useful tool, you can use Matlab to carry out on the marine radio frequency conversion, as well as analysis. (Such as the S matrix can be transformed into Z matrix, amplifier stability analysis ... ...)
- 2023-06-26 13:55:03下载
- 积分:1
-
gamit track GPS定位程序
GAMIT软件中,track模块可以实现GPS动态定位解算。
- 2022-01-22 08:29:51下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,都是可以运行的程序,希望对大家有帮助。。。比较好的源代码,计算GDOP,PDOP等精度因子的值,都是可以运行的程序,希望对大家有帮助。。。
- 2022-01-26 07:16:10下载
- 积分:1
-
基于S3C2410板子的GSM/GPRS/GPS三合一代码源
GPS的启动,接收数据,解析,转换等功能。S3C2410芯片开发板。GPRS网络协议的设置,短讯收发等。
- 2022-05-27 13:32:26下载
- 积分:1