-
GPS design full
GPS设计全功略,很好的书籍值得研究一番,希望对你们有用-GPS design full-sina, well worth studying books about it, hope that useful to you
- 2022-03-05 12:11:00下载
- 积分: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
-
在VC环境下的模拟运行,测试全通过,我很长时间才调试通过的
在VC环境下的模拟运行,测试全通过,我很长时间才调试通过的-VC environment in the simulation is running, testing through the whole, I am very long time to debug through the
- 2022-03-03 12:04:32下载
- 积分:1
-
广域增强系统精度的方法度量
对于WAAS系统的最终衡量标准是可用性强调了导航系统的运行经济性。它被计算为时间的WAAS系统提供位置固定的准确性,完整性和连续性的指定级别的分数。最低运行性能标准(MOPS)的WAAS指定必须在99.99999%的概率得到满足的差分改正导航解决方案的垂直防护等级(VPL)和水平防护等级(HPL)的计算。因此,真正的误差不能超过保护水平不止一次107秒钟。如果计算出的保护水平超过了相应的警报上限则报警被丢弃的操作无法继续进行。如果操作已经开始这个条件是连续性违反和复飞,必须进行。否则系统被声明为划时代不可用。
- 2022-09-26 03:50:02下载
- 积分: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 development on any one of the most needed to understand the essence of the m...
任何一个关于GPS开发都需要的最精华的最简洁易懂的源码。-GPS development on any one of the most needed to understand the essence of the most concise source.
- 2022-11-08 14:05:04下载
- 积分: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
-
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法...
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法-Satellite location and a few introductory rate paper, the GPS-based MATLAB election analysis and experimental study of stars, GPS in a new method of election stars
- 2023-08-06 00:10:04下载
- 积分:1
-
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑...
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑-This procedure is used Matlab to the phase-locked loop (PLL) simulation, This choice is based on a number of considerations
- 2022-07-11 21:20:44下载
- 积分:1
-
AT命令祥解,介绍GPS命令的格式及使用方法
AT命令祥解,介绍GPS命令的格式及使用方法-AT command祥解to introduce the GPS command and how to use the format
- 2022-03-19 00:29:21下载
- 积分:1