-
三星GPS模块资料,13MMX16MMX2.5MM,
三星GPS模块资料,13MMX16MMX2.5MM,-Samsung GPS Module Data,13MMX16MMX2.5MM.
- 2023-03-10 22:10:04下载
- 积分:1
-
GPS数据采集软件,包括串口配置等多个子项
GPS数据采集软件,包括串口配置等多个子项-GPS data acquisition software, including the serial port configuration, such as multiple sub-items
- 2022-02-01 02:35:38下载
- 积分:1
-
GPS收信息进行处理的过程程序,经过检验成功的
GPS收信息进行处理的过程程序,经过检验成功的-GPS received the process of information processing procedures, proven success
- 2022-04-07 22:50:28下载
- 积分:1
-
android gps jni源码
android gps jni源码函数调用了hw_get_module加载硬件适配模块.so文件,接着通过hw_device_t接口调用open()函数,实际执行了gps/loc_api/libloc_api/gps.c定义的open_gps函数,然后调用gps_device_t接口的get_gps_interface函数,此函数也是在gps.c中定义的,最后返回HAL层中loc_eng.cpp文件的sLocEngInterface,从而打通了上层到底层的通道。
- 2022-07-04 08:53:33下载
- 积分: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
-
进行惯导的代码,C语言;进行惯导的代码,C语言
进行惯导的代码,C语言;进行惯导的代码,C语言-For inertial navigation code, C language for inertial navigation code, C language
- 2022-09-14 10:15:03下载
- 积分:1
-
基于单片机的GPS定位
基于51单片机的GPS定位系统,在1602上显示经纬度等,通过开发板测试l啦啦啦啦啦啦啦啦!有能力的大神可以继续优化代码!
- 2022-11-05 01:30: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
-
直接安装到你以前按装的目录下 并且完全覆盖以前的文件就可以了...
直接安装到你以前按装的目录下 并且完全覆盖以前的文件就可以了-installed directly to you previously installed by the directory and full coverage of previous documents on the
- 2023-01-24 12:10:03下载
- 积分:1
-
NMEA parser sorce codes for MFC
NMEA parser sorce codes for MFC
- 2022-10-23 13:05:04下载
- 积分:1