-
收集的
--收集的-----vc++mapx资料------
给大家--- collected----------- vc MapX information for everyone to s
- 2022-03-02 02:10:49下载
- 积分:1
-
短信发送实现gprs猫发送短信息,wap push,push load,免提短信源代码....
短信发送实现gprs猫发送短信息,wap push,push load,免提短信源代码.-gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code-Send message to achieve gprs cat send text messages, wap push, push load, hands-free source code message .- gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code
- 2022-10-22 22:45: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
-
used in cell phone download one of the more practical software. The software all...
应用于手机下载的一款较实用的软件。该软件能帮你让手机下载多种资源-used in cell phone download one of the more practical software. The software allows the phone to help you download a variety of resources
- 2022-04-25 13:44:16下载
- 积分:1
-
INS_Kalman卡尔曼滤波程序 GPS INS 组合导航例子
基带测量信号处理的算法:1.最小二乘曲线拟合法2.线性滤波方法3.非线性滤波方法非线性滤波方法就是和深组合导航系统中利用联邦卡尔曼滤波的方法是一样的,基带信号处理相当于联邦卡尔曼滤波中的局部滤波器
- 2022-08-21 22:37:34下载
- 积分:1
-
Gps satellite signal simulation
通过matlab的m文件对gps卫星信号进行模拟-Gps satellite signal simulation
- 2022-07-03 13:43:05下载
- 积分:1
-
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线...
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线效果更佳的代码。-In this paper, the design of FPGA modules need for GPS, portable printers, and serial data processing, will be details on how to design FPGA and data transfer between peripherals. At the same time, RTL coding, synthesis and preparation to make better placement and routing code.
- 2022-02-22 10:49:21下载
- 积分:1
-
gps/gprs technical documentation, you can reference implementation description o...
gps/gprs 技术文档,可以参考实现的说明原理,实现即时通信技术-gps/gprs technical documentation, you can reference implementation description of the principle of instant communication technology
- 2022-02-04 23:54:35下载
- 积分:1
-
采用C#窗体应用程序编写的单点定位代码
采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码,采用C#窗体应用程序编写的单点定位代码。
- 2022-03-13 23:39:29下载
- 积分:1
-
本软件是专为《GPS应用程序设计》一书配套发行的。共分三部分:头文件、源程序和执行程序(包括配置文件和部分数据)...
本软件是专为《GPS应用程序设计》一书配套发行的。共分三部分:头文件、源程序和执行程序(包括配置文件和部分数据)-This software is designed for
- 2022-03-16 15:33:25下载
- 积分:1