-
gps接收处理c程序 单片机处理程序
本人正在做gps处理,有兴趣的可以一起探讨...
gps接收处理c程序 单片机处理程序
本人正在做gps处理,有兴趣的可以一起探讨-gps receiver c procedures Singlechip treatment process is to do my gps deal, are interested in exploring together
- 2022-07-12 12:15:58下载
- 积分:1
-
about gps .hwp download it!
about gps .hwp download it!
- 2023-01-17 05:45:04下载
- 积分:1
-
软件GPS接收机
某国外大牛开源的软件GPS接收机源代码,可以用MATLAB进行仿真,相应的GPS中频数据可以在网上下载到,配套书籍是《软件GPS接收机》,大家可以自行百度PDF下载
- 2022-04-21 22:13:25下载
- 积分:1
-
linux系统下uart读取gps信息并解析
linux下获取uart设备,文件,实时读取gps模块信息,转成可识别的位置信息。
- 2022-03-11 16:09:56下载
- 积分:1
-
H31GPSTest2007
H31GPSTest2007-06-09.rar自动查找GPS端口的一个测试程序-H31GPSTest2007-06-09.rar automatic search of a GPS port testing procedures
- 2022-01-26 00:33:43下载
- 积分:1
-
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线...
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线效果更佳的代码。-In this paper, the design of FPGA modules need for GPS, portable printers, and serial data processing, will be details on how to design FPGA and data transfer between peripherals. At the same time, RTL coding, synthesis and preparation to make better placement and routing code.
- 2022-02-22 10:49:21下载
- 积分:1
-
JT808 GPSServer终端模拟程序
基于JT/T808 协议及数据格式的GPS终端模拟程序,符合交通部的例子,可以参考
- 2022-07-03 04:34:29下载
- 积分:1
-
解析GPS 串口的NMEA报文的类。有GGA,GSA,GSV,RMC,RMB等报文的解析
解析GPS 串口的NMEA报文的类。有GGA,GSA,GSV,RMC,RMB等报文的解析-GPS NMEA CLASS
- 2023-08-16 10:00: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
-
GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识
GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识-GPS development of classical tools, a good reference, you can use it in the PC platform for receiving data packets, so packets can study the structure of knowledge
- 2022-03-22 10:20:57下载
- 积分:1