-
GPS M
GPS M-89模块DATASHEET 串口连接原理图-GPS M-89 modules to connect serial schematic DATASHEET
- 2023-01-10 03:10:04下载
- 积分:1
-
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)...
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)-Very useful tool, you can use Matlab to carry out on the marine radio frequency conversion, as well as analysis. (Such as the S matrix can be transformed into Z matrix, amplifier stability analysis ... ...)
- 2023-06-26 13:55:03下载
- 积分:1
-
JT808 GPSServer终端模拟程序
基于JT/T808 协议及数据格式的GPS终端模拟程序,符合交通部的例子,可以参考
- 2022-07-03 04:34:29下载
- 积分:1
-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1
-
GPS源码,比较详细的介绍了,数据是怎么接收,怎么定位的
GPS源码,比较详细的介绍了,数据是怎么接收,怎么定位的-GPS source, more detailed introduction, the data is how to receive, how positioning
- 2022-10-13 02:15:03下载
- 积分:1
-
用vc写的,从PC访问cy7c68013芯片的驱动程序
用vc写的,从PC访问cy7c68013芯片的驱动程序-vc used to write, visit cy7c68013 from PC Chip Driver
- 2022-11-18 21:35:03下载
- 积分: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
-
suncalc
利用gps计算太阳日出日落时间,测试过很准确-suncalc
- 2022-02-04 21:25:33下载
- 积分:1
-
GPS导航的源代码,vc源码,很实惠,希望下载
GPS导航的源代码,vc源码,很实惠,希望下载-GPS navigation of source code, vc source code, it is affordable, I hope download
- 2023-02-18 21:50:02下载
- 积分:1
-
GPS capture procedures, using FFT algorithm, search phase code 1024.
GPS 捕获程序,采用FFT搜索算法,搜索1024个码相位.-GPS capture procedures, using FFT algorithm, search phase code 1024.
- 2022-03-13 03:46:50下载
- 积分:1