-
gprs通信对数据进行校验,本程序能够精确校验GPRS数据
gprs通信对数据进行校验,本程序能够精确校验GPRS数据-gprs data communications check, the program can accurately check GPRS data
- 2022-04-25 11:58:12下载
- 积分:1
-
这份文件提供了一个很好的知识,如何全球定位系统接收器工作
This document provides a good knowledge on how GPS receivers work
- 2022-12-10 09:20:03下载
- 积分:1
-
基于GPRS通信的程序,对GPRS协议及软件实现的功能…
关于GPRS的通讯程序,对GPRS协议及软件实现的功能得到了很大的加强.要好好研究啊.-on GPRS communication procedures, GPRS agreement and the right software to function much strengthened. We should carefully study ah.
- 2022-07-03 08:28:04下载
- 积分:1
-
这个过程可以很聪明地计算出各种参数的补丁…
这个程序能很智能地计算贴片天线的各个参数,只要给出其中的任意参数就能计算出其他-This process can be very smart to calculate the various parameters of patch antenna, as long as give them any other parameters can be calculated
- 2022-03-02 11:31:20下载
- 积分:1
-
该程序是同步中的相位估计方法,该方法可以估计不同参数下的相位大小。...
该程序是同步中的相位估计方法,该方法可以估计不同参数下的相位大小。-synchronization is the process of phase estimation method, which can be estimated under different parameters of phase size.
- 2022-07-08 23:15:00下载
- 积分:1
-
- 2022-01-27 16:53:30下载
- 积分:1
-
CELLID
获取基站号- cellid
- 2022-01-27 22:09:51下载
- 积分: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实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1
-
使用vb.net编写的一个gps数据采集软件,可以通过串口采集gps数据。...
使用vb.net编写的一个gps数据采集软件,可以通过串口采集gps数据。-A GPS data reader application which can obtain GPS data from serial port easily
- 2022-11-01 05:15:03下载
- 积分:1