-
GPS capture procedures, using FFT algorithm, search phase code 1024.
GPS 捕获程序,采用FFT搜索算法,搜索1024个码相位.-GPS capture procedures, using FFT algorithm, search phase code 1024.
- 2022-03-13 03:46:50下载
- 积分:1
-
该代码使用的是vc,该代码实现了向手机发送短信的功能。
该代码使用的是vc,该代码实现了向手机发送短信的功能。-The code using vc, the code to realize the functions of mobile phones to send text messages.
- 2023-07-10 09:10:03下载
- 积分:1
-
手机客户端标准界面模板,低级UI
手机客户端标准界面模板,低级UI-Mobile client standard interface templates, low-level UI
- 2022-11-10 02:50:03下载
- 积分:1
-
基于51单片机的卫星云台天线自动搜星系统
资源描述基于51单片机的卫星云台天线自动搜星系统,采用GPS模块定位,电子罗盘,角度传感器实时感应控制云台旋转,自动定位卫星
- 2022-08-23 09:02:10下载
- 积分:1
-
GPS positioning system, a good introduction. GPS can understand only
GPS 定位系统,不错的介绍。可以了解GPS的只是-GPS positioning system, a good introduction. GPS can understand only
- 2022-02-20 03:20:13下载
- 积分:1
-
Provides an overview of GPS global positioning system composed of the basic prin...
概述了 GPS 全球定位系统的基本原理 系统组成 着
重介绍了通讯码制 C/A 码和P码 然后介绍了 GPS 定位系统在本
人正在进行的课题 陆地自主车和半自主遥控导弹靶车两个系统中
的应用 并给出一个 GPS 信号接收和处理的 C 源程序-Provides an overview of GPS global positioning system composed of the basic principles of the system focused on communication code system for C/A code and P code and then introduce a GPS positioning system issues in my ongoing autonomous land vehicles and semi-autonomous remote-controlled missile target vehicle the two systems application and given a GPS signal receiving and processing the C source code
- 2022-01-26 15:59:19下载
- 积分:1
-
simbgp
相对轻量级bgp模拟器,配置简单,可以用来做模拟实验,适合研究使用-simbgp
- 2022-01-26 00:03:42下载
- 积分: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
-
GPS数据获取 并处理 利用串口通讯 串口利用SerialPort
GPS数据获取 并处理 利用串口通讯 串口利用SerialPort-GPS data acquisition and processing using serial communication serial port using SerialPort
- 2022-04-07 03:39:21下载
- 积分: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