-
GPS接收机的GPS仪for ambicom港
GPS port finder for Ambicom GPS receivers
- 2023-08-22 15:10:03下载
- 积分:1
-
完成com口gps通讯,程序自动获得gps定位信息,并将其转化为北京时间...
完成com口gps通讯,程序自动获得gps定位信息,并将其转化为北京时间-Com I completed gps communications, procedures automatically receive gps positioning information, and translate them into Beijing
- 2022-06-15 04:23:32下载
- 积分: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
-
SIMCOM SIM508Z RoHS Technical Data Sheet
SIMCOM SIM508Z RoHS Technical Data Sheet
- 2022-03-28 12:04:28下载
- 积分:1
-
VB gps端口通讯定位
可以通过串口连接主机获取GPS数据,然后解析出定位结果。
- 2022-01-24 16:22:55下载
- 积分:1
-
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑...
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑-This procedure is used Matlab to the phase-locked loop (PLL) simulation, This choice is based on a number of considerations
- 2022-07-11 21:20:44下载
- 积分:1
-
RTCM编解码源码程序
RTCM SC104标准是由国际海运事业无线电技术委员会(Radio Technical Commission for Maritime services)于1983年11月提出的GNSS差分信号格式。这里是他的编解码源码
- 2022-02-25 06:52:31下载
- 积分:1
-
qt开发的GPS定位程序
使用串口连接GPS模块,定位信息显示在QT设计的软件上
- 2022-06-30 12:38:11下载
- 积分:1
-
GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪
GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪-GPS baseband signal of the article published in the IEEE capture and tracking of the signal
- 2023-05-07 00:20:02下载
- 积分:1
-
jpegsrc 官方代码
可仔细研读
jpegsrc 官方代码
可仔细研读
jpegsrc 官方代码
可仔细研读
jpegsrc 官方代码
可仔细研读-jpeg src
- 2022-04-08 15:08:35下载
- 积分:1