-
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange...
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial port to GPS devices support for NMEA-0183 GPS Standard.
- 2022-11-04 14:55:03下载
- 积分:1
-
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面-0183 agreement analytic program"s source code can be used in positioning, navigation, surveillance etc.
- 2022-01-31 06:35:05下载
- 积分:1
-
该代码使用的是vc,该代码实现了向手机发送短信的功能。
该代码使用的是vc,该代码实现了向手机发送短信的功能。-The code using vc, the code to realize the functions of mobile phones to send text messages.
- 2023-07-10 09:10:03下载
- 积分:1
-
GPS定点单位算法.rar。很详细。很有用。
GPS定点单位算法.rar。很详细。很有用。-Fixed-point algorithm for GPS units. Rar. In great detail. Useful.
- 2022-09-27 13:45:02下载
- 积分:1
-
GPS时转换
GPS时间转换程序,采用C#Windows编写,有良好的界面布局,输入年月日可以准确地转换成GPS周、周内日以及年积日,对从事GPS研发人员很有帮助。
- 2022-06-20 11:03:26下载
- 积分:1
-
51核心全球定位系统解码器,全球定位系统解码器显示程序1602
51核心GPS解码,GPS解码1602显示程序
-51 core GPS decoder, GPS decoder display program 1602
- 2022-02-02 06:36: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
-
这个程序是用来对pllpost进行仿真的,该思想基于多方面的考虑...
这个程序是用来对pllpost进行仿真的,该思想基于多方面的考虑-This procedure is used to pllpost simulation, based on the thinking of a number of considerations
- 2022-08-31 11:20:04下载
- 积分:1
-
GPS主系统是居心叵测的老美发射运行的卫星系统,包含了27颗能持续发送地理位置海拔高度的卫星,24个正常使用,3个备用,这些卫星平均分布运行在六个轨道上。一般来...
GPS主系统是居心叵测的老美发射运行的卫星系统,包含了27颗能持续发送地理位置海拔高度的卫星,24个正常使用,3个备用,这些卫星平均分布运行在六个轨道上。一般来说,在地面-GPS is the main system is very much ill-old US-run satellite launch system, contains 27 to continue to send location altitude satellites, 24 of normal use, three back-up, the average distribution of these satellites orbit in six runs. Generally speaking, on the ground
- 2022-07-26 19:10:42下载
- 积分:1
-
GPS signal Pulling in Tracking range
GPS signal Pulling in Tracking range
- 2023-06-01 05:50:03下载
- 积分:1