-
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.-The use of GSM transmit satellite positioning information source code, applies to C51 MCU.
- 2023-08-08 20:20:04下载
- 积分:1
-
【作者中文名】 陈岗
【作者单位】 山东警察学院公共基础部
【文献出处】 科技信息(学术研究), , 编辑部邮箱 2008年 23期
期刊荣誉...
【作者中文名】 陈岗
【作者单位】 山东警察学院公共基础部
【文献出处】 科技信息(学术研究), , 编辑部邮箱 2008年 23期
期刊荣誉:ASPT来源刊 CJFD收录刊
【关键词】 GPS 车载终端 GSM/GPRS 多线程
【摘要】 本文介绍了GPS车辆监控系统的总体结构及工作原理,重点给出了GPS车载终端软件设计方案。
【基金】 公安部应用创新计划项目(2007YYCXSDST058)
【DOI】 CNKI:SUN:KJXI.0.2008-23-005
-[Author] Chinese name Chan Kong [Author] Shandong Police College Department of public infrastructure] [literature source for scientific and technical information (academic research), Editorial-mail in 2008 23 Journal of Honor: ASPT published sources CJFD Indexed Journal [Key Words] GPS Car Terminal GSM/GPRS multi-threaded [Abstract] In this paper, GPS vehicle monitoring system
- 2022-02-20 13:09:49下载
- 积分:1
-
全球定位系统的端口配置,开放,全球定位系统的数据分析和分析。GPS状态信息…
gps端口的配置,打开,gps数据解析与分析。gps状态信息的描述-gps port configuration, open, gps data parsing and analysis. gps status information of the description of
- 2023-07-31 16:25:02下载
- 积分:1
-
GPS时间计算
在GPS定位算法中会涉及到时间系统与坐标系统之间的转换,本程序实现了在GPS定位过程中的时间,如何将UTC时间转换为GPS时间
- 2022-03-07 11:11:56下载
- 积分:1
-
the protocal of Magellan GPS with serial port.rar
Magellan GPS的串口协议-the protocal of Magellan GPS with serial port.rar
- 2023-08-05 22:30: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
-
GPS定点单位算法.rar。很详细。很有用。
GPS定点单位算法.rar。很详细。很有用。-Fixed-point algorithm for GPS units. Rar. In great detail. Useful.
- 2022-09-27 13:45:02下载
- 积分:1
-
GPS的资料,上来和大家分享,正做这个的朋友可以看看.
GPS的资料,上来和大家分享,正做这个的朋友可以看看.-GPS information to share with you all up, friends are doing this can have a look at.
- 2023-03-23 16:35:03下载
- 积分:1
-
NEMA协议校验值的计算
GPS中NEMA协议的校验值的计算,一字节模和计算工具。用于校验和计算。
- 2022-03-11 14:26:04下载
- 积分:1
-
卫星定位模块的描述和描述原则。掠夺...
GPS卫星定位模块说明及原理介绍。程序设计及编程员代码-GPS satellite positioning module description and principles of description. Program design and programmer code
- 2022-03-04 10:55:39下载
- 积分:1