-
该代码使用的是vc,该代码实现了向手机发送短信的功能。
该代码使用的是vc,该代码实现了向手机发送短信的功能。-The code using vc, the code to realize the functions of mobile phones to send text messages.
- 2023-07-10 09:10:03下载
- 积分:1
-
这个程序是用来对nltvde进行仿真的,该思想基于多方面的考虑...
这个程序是用来对nltvde进行仿真的,该思想基于多方面的考虑-This procedure is used to nltvde simulation, based on the thinking of a number of considerations
- 2022-07-24 02:41:26下载
- 积分:1
-
GPS定位基本原理
该压缩包为GPS定位的基本原理,系统阐述了GPS定位的基本原理和过程,包括绝对定位,相对定位,
动态、静态定位的区别,单差,双差三差的组合,不同类型双频观测值间的线性组合,周跳探测与修复,模糊度的解算,知识点涵盖大部分GPS测量系统知识,是学习GPS以及进行GPS开发参考的好资料。
- 2022-03-14 08:38:27下载
- 积分: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,GALILEO,北斗可见星数目仿真
GPS,GALILEO,北斗可见星数目仿真-GPS, GALILEO, the Big Dipper stars can be seen the number of simulation
- 2023-04-19 15:20:02下载
- 积分:1
-
这个应该是台湾的一个文章,GPS相关MATLAB
这个应该是台湾的一个文章,GPS相关MATLAB-this should be an article in Taiwan, GPS related MATLAB
- 2022-01-23 10:56:26下载
- 积分:1
-
CELLID
获取基站号- cellid
- 2022-01-27 22:09:51下载
- 积分:1
-
simbgp
相对轻量级bgp模拟器,配置简单,可以用来做模拟实验,适合研究使用-simbgp
- 2022-01-26 00:03:42下载
- 积分:1
-
suncalc
利用gps计算太阳日出日落时间,测试过很准确-suncalc
- 2022-02-04 21:25:33下载
- 积分:1
-
在给定星历条件下计算卫星坐标,当有更多星历数据时候程序需要更改...
在给定星历条件下计算卫星坐标,当有更多星历数据时候程序需要更改-In a given ephemeris calculation under the condition of the satellite coordinates, when more time ephemeris data process need to change
- 2022-02-11 19:33:24下载
- 积分:1