-
基于SIM868+STM32的定位代码
SIM868+STM32的定位代码,GPS,GPRS,并实现定位数据上传到OneNet平台,实现轨迹回放功能。
- 2022-02-20 05:45:56下载
- 积分: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
-
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序....
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序.-shortest path analysis controls, the first to use regsvr32 procedures for the registration of the dynamic link library, and then vb direct use of the dynamic link library. Procedures are related note, can view specific documents related procedures.
- 2022-08-13 09:00:41下载
- 积分:1
-
基于S3C2410板子的GSM/GPRS/GPS三合一代码源
GPS的启动,接收数据,解析,转换等功能。S3C2410芯片开发板。GPRS网络协议的设置,短讯收发等。
- 2022-05-27 13:32:26下载
- 积分:1
-
can receive NMEA
可以接收NMEA-0183格式的GPS数据自动化搜索本枸的GPS接口-can receive NMEA- 0183 format of the GPS data automation of the search interface GPS Citrus medica
- 2022-08-02 15:20:53下载
- 积分:1
-
电力GPS设备通信对时代码
GPS通信对时源码,支持以下GPS对时1)华宁GPS,2)NSC20,3)中正GPS,4)YJD-2000GPS,5)Beijing Boxing GPS6)烟台三星GPS,7)MT6035 GPS,8)双河GPS,9)山东中瑞GPS,10)南瑞GPS11)DL1100.1-2009,电力系统对时标准格式GPS12)CT-TSS2000B,成都可为GPS13)IVT-B108授时机, 深圳因达维诺GPS等等
- 2022-12-07 20:35:03下载
- 积分:1
-
gpsr安装的NS2代码,已经修改好
gpsr安装的NS2代码,已经修改好
部署到NS2目录下
包含所有需要修改的文件
- 2022-01-25 18:31:19下载
- 积分: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
-
MATLAB将使用无线电频率(RF)收发模块模型。非常罕见的马…
用Matlab将Radio Frequency(RF)收发模块进行模型化。非常少见用Matlab对RF的建模-Matlab will use Radio Frequency (RF) transceiver module model. Very rare with Matlab modeling of RF
- 2023-05-08 22:50:03下载
- 积分: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