-
GPRS蓝斯DTU数据中心VB源代码,用于服务器
GPRS蓝斯DTU数据中心VB源代码,用于服务器-GPRS Lance DTU Data Center VB source code for the server
- 2022-07-03 17:04:08下载
- 积分:1
-
GPS收信息进行处理的过程程序,经过检验成功的
GPS收信息进行处理的过程程序,经过检验成功的-GPS received the process of information processing procedures, proven success
- 2022-04-07 22:50:28下载
- 积分:1
-
一个gps单点定位的程序,程序算法有效,同时可以读取renix文件。...
一个gps单点定位的程序,程序算法有效,同时可以读取renix文件。-a single point of a GPS positioning procedures, procedures algorithm, which can be read renix document.
- 2022-11-12 06:20:03下载
- 积分:1
-
以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。
我先...
以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。
我先贴上我用C解的代码,是直接将VB和C#的思路转过来的。
现在可以读出经度或纬度-before using VB, C#, etc. is easy to decode the GPS information. However, the recent use of C language, (the Internet by a VC-Solutions) cited a string C operation difficult, Please Shanhaiguan released a GPS Solution C code. I affixed my first solution with C code directly to C# and VB of the ideas turn. Can now read latitude and longitude
- 2022-08-20 09:47:47下载
- 积分:1
-
GPS车辆定位系统(C#源码)
gps全球卫星定位,电子围栏,历史轨迹回放,断油断电,sos报警,震动报警,原车报警,移动报警,区域查看
- 2022-03-22 14:19:58下载
- 积分:1
-
基于自主开发的A/D芯片的芯片初始化程序,vc编写,希望对大家有帮助...
基于自主开发的A/D芯片的芯片初始化程序,vc编写,希望对大家有帮助-based on the self-development of the A/D chip chip initialization procedures, vc prepared, and I hope to be helpful
- 2023-02-28 14:50:04下载
- 积分:1
-
about gps .hwp download it!
about gps .hwp download it!
- 2023-01-17 05:45: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编程时写的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
-
gpsbabel for gps testing
gpsbabel for gps testing
- 2022-03-02 07:59:34下载
- 积分:1