-
Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the...
手机上通过蓝牙串口协议读取GPS接收仪的GPS数据。-Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the GPS data.
- 2022-06-12 16:31:36下载
- 积分:1
-
GPS signal Pulling in Tracking range
GPS signal Pulling in Tracking range
- 2023-06-01 05:50:03下载
- 积分:1
-
汽车GPS管理系统
包括调动
汽车GPS管理系统
包括调动-Automotive GPS Management System, including the mobilization of
- 2022-02-01 14:11:36下载
- 积分: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
-
This procedure carried out on the GPS satellite simulated election. Seven visibl...
本程序对GPS的选星进行了模拟。给出7个可见星的信息,选则其中最好的四颗。-This procedure carried out on the GPS satellite simulated election. Seven visible stars are given information, the election is the best of four.
- 2023-02-06 02:25:03下载
- 积分:1
-
GPS Android手机定位
基于Android系统的GPS定位 ,并利用相关算法WGS-84坐标的相对转化。
- 2022-02-04 03:36:30下载
- 积分:1
-
gps matlab 仿真程序(A collection of geodetic functions that solve a variety of probl...
gps matlab 仿真程序(A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized.)-gps matlab simulation program (A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized.)
- 2022-08-11 13:21:34下载
- 积分:1
-
post before running the program the "map" folder and the Atlas layer o...
运行程序前请先把"地图"文件夹中的地图集和图层拷到mapX4.0的maps文件夹中
刚开始的登录界面里 用户名和密码都为空,直接点击 "确认" 即可-post before running the program the "map" folder and the Atlas layer of metadata mapX4.0 maps folder at the beginning Lane user interface login names and passwords are empty, just click the "confirmation" can be
- 2022-03-24 03:36:34下载
- 积分: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 satellite location
- 2022-06-12 12:30:34下载
- 积分:1