-
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
-
NMEA parser sorce codes for MFC
NMEA parser sorce codes for MFC
- 2022-10-23 13:05:04下载
- 积分:1
-
目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM...
目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM-X205GPS接受模块为例,介绍了其数据格式,以及应用PIC16F874单片机RS232串口进行数据接收的程序-current GPS (Global Positioning System) location-based applications market becomes more mature, Applications are entering a period of rapid development. A EverMore paper to the GM-X205GPS accept modules for example, introduced a data format, and the application of PIC16F874 RS232 serial port for data receiving program
- 2022-02-25 13:45:05下载
- 积分:1
-
通过串口接收数据,分析GPS数据,分析出当前时间,设置本机时间等。...
通过串口接收数据,分析GPS数据,分析出当前时间,设置本机时间等。-Receive data through serial analysis of GPS data, analyze the current time, set the local time.
- 2022-02-04 13:44:40下载
- 积分:1
-
qlandkarte
QLandkarte - use your Garmin GPS with Linux
Requirements:
* > Qt 4.2.x (Qt 4.1.x will not work!)
* > proj4 4.4.x
* > libusb 0.1.x
- QLandkarte- use your Garmin GPS with Linux
Requirements:
* > Qt 4.2.x (Qt 4.1.x will not work!)
* > proj4 4.4.x
* > libusb 0.1.x
- 2022-07-17 07:50:34下载
- 积分:1
-
This is the GPS receiver simulation procedures, GPS data given by the paper to s...
这是GPS接收机仿真的程序, GPS数据由给定文件来模拟,对于GPS爱好者很实用。-This is the GPS receiver simulation procedures, GPS data given by the paper to simulate, for GPS enthusiasts practical.
- 2023-05-28 12:35:04下载
- 积分: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
-
Made use of Precise Point Positioning (precise point positioning, PPP) technolog...
提出了利用精密单点定位(precise point positioning,PPP)技术进行海啸预警的方法,并利用TriP软件对实测浮标数据进行了处理,将得出的海面高数据和海啸波模型叠加进行了模拟分析。仿真结果表明,利用精密单点定位技术进行海啸预警,能够监测判断海啸的发生,并获得海啸波到达海岸的波高和时间,提供一定的预警信息。
-Made use of Precise Point Positioning (precise point positioning, PPP) technology for tsunami early warning methods and the use of Trip software buoy measured data were processed, will come to the surface of high tsunami wave model data and conducted a simulation analysis of superposition. The simulation results show that the use of Precise Point Positioning for the tsunami early warning, to monitor to determine the occurrence of the tsunami, and tsunami wave reached the coast, wave height and time, provide some early warning information.
- 2022-07-27 04:17:44下载
- 积分:1
-
将互相关GPS接收机的C1
将互相关GPS接收机的C1-P2间DCB进行改正-GPS receivers will be inter-related C1-P2 of the corrected inter-DCB
- 2022-02-21 20:32:50下载
- 积分:1
-
RINEX 2.10观测量读取程序
应用背景 从卫星导航rinex观测量文件中,自动识别观测量的名称,并提取所有观测量,包括有伪距,载波相位,载噪比以及多普勒。按照卫星号和观测量类别组成数组,并按照gps和北斗两大类输出。关键技术 关键技术包括有:(1)观测量名称自动识别,字符串转换为变量名;(2)文本数据读取并整理;(3)按时间和卫星数分布观测量数据。
- 2022-01-25 15:13:19下载
- 积分:1