-
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卫星的广播星历,计算卫星的位置,也可以进行GPS卫星位置的预报
- 2022-04-18 15:17:44下载
- 积分:1
-
CELLID
获取基站号- cellid
- 2022-01-27 22:09:51下载
- 积分: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
-
can receive NMEA
可以接收NMEA-0183格式的GPS数据自动化搜索本枸的GPS接口-can receive NMEA- 0183 format of the GPS data automation of the search interface GPS Citrus medica
- 2022-08-02 15:20:53下载
- 积分:1
-
Garmin protocol processing model : a 0183 agreement dealing with the handling of...
garmin 协议处理范例: 处理了 0183协议 处理了 gps的专有格式等-Garmin protocol processing model : a 0183 agreement dealing with the handling of a GPS proprietary format
- 2022-02-05 14:20:10下载
- 积分:1
-
该代码产生m序列,能在扩频通信中的信息的扰码和扩频.
该代码产生m序列,能在扩频通信中的信息的扰码和扩频.-The code generated m sequence, spread spectrum communication in the information in the scrambling code and spread spectrum.
- 2022-09-23 11:10:03下载
- 积分:1
-
KiWi协议,GPS 导航使用,官方网站
KiWi协议,GPS 导航使用,官方网站-KiWi
- 2022-09-25 16:55:03下载
- 积分:1
-
GPS adaptive array of new stars of the election method
介绍一种新的GPS自适应阵的选星方法,文章有点新意,用处看过才知道-GPS adaptive array of new stars of the election method
- 2022-02-01 21:09:20下载
- 积分: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