登录
首页 » LINUX » sgp4-master

sgp4-master

于 2020-06-24 发布
0 154
下载积分: 1 下载次数: 2

代码说明:

说明:  C++ SGP4 Satellite Library

文件列表:

sgp4-master, 0 , 2017-02-15
sgp4-master\.travis.yml, 764 , 2017-02-15
sgp4-master\CMakeLists.txt, 723 , 2017-02-15
sgp4-master\LICENSE, 11342 , 2017-02-15
sgp4-master\README.md, 744 , 2017-02-15
sgp4-master\SGP4-VER.TLE, 8506 , 2017-02-15
sgp4-master\libsgp4, 0 , 2017-02-15
sgp4-master\libsgp4\CMakeLists.txt, 342 , 2017-02-15
sgp4-master\libsgp4\CoordGeodetic.cpp, 642 , 2017-02-15
sgp4-master\libsgp4\CoordGeodetic.h, 3225 , 2017-02-15
sgp4-master\libsgp4\CoordTopocentric.cpp, 645 , 2017-02-15
sgp4-master\libsgp4\CoordTopocentric.h, 3132 , 2017-02-15
sgp4-master\libsgp4\DateTime.cpp, 5158 , 2017-02-15
sgp4-master\libsgp4\DateTime.h, 16585 , 2017-02-15
sgp4-master\libsgp4\DecayedException.cpp, 30 , 2017-02-15
sgp4-master\libsgp4\DecayedException.h, 1666 , 2017-02-15
sgp4-master\libsgp4\Eci.cpp, 2884 , 2017-02-15
sgp4-master\libsgp4\Eci.h, 3272 , 2017-02-15
sgp4-master\libsgp4\Globals.cpp, 636 , 2017-02-15
sgp4-master\libsgp4\Globals.h, 2315 , 2017-02-15
sgp4-master\libsgp4\Observer.cpp, 2188 , 2017-02-15
sgp4-master\libsgp4\Observer.h, 2409 , 2017-02-15
sgp4-master\libsgp4\OrbitalElements.cpp, 2250 , 2017-02-15
sgp4-master\libsgp4\OrbitalElements.h, 2444 , 2017-02-15
sgp4-master\libsgp4\SGP4.cpp, 47892 , 2017-02-15
sgp4-master\libsgp4\SGP4.h, 7131 , 2017-02-15
sgp4-master\libsgp4\SatelliteException.cpp, 32 , 2017-02-15
sgp4-master\libsgp4\SatelliteException.h, 953 , 2017-02-15
sgp4-master\libsgp4\SolarPosition.cpp, 2346 , 2017-02-15
sgp4-master\libsgp4\SolarPosition.h, 919 , 2017-02-15
sgp4-master\libsgp4\TimeSpan.cpp, 637 , 2017-02-15
sgp4-master\libsgp4\TimeSpan.h, 5861 , 2017-02-15
sgp4-master\libsgp4\Tle.cpp, 10637 , 2017-02-15
sgp4-master\libsgp4\Tle.h, 8736 , 2017-02-15
sgp4-master\libsgp4\TleException.cpp, 26 , 2017-02-15
sgp4-master\libsgp4\TleException.h, 1066 , 2017-02-15
sgp4-master\libsgp4\Util.cpp, 1345 , 2017-02-15
sgp4-master\libsgp4\Util.h, 2362 , 2017-02-15
sgp4-master\libsgp4\Vector.cpp, 635 , 2017-02-15
sgp4-master\libsgp4\Vector.h, 3314 , 2017-02-15
sgp4-master\passpredict, 0 , 2017-02-15
sgp4-master\passpredict\CMakeLists.txt, 122 , 2017-02-15
sgp4-master\passpredict\passpredict.cpp, 10007 , 2017-02-15
sgp4-master\runtest, 0 , 2017-02-15
sgp4-master\runtest\CMakeLists.txt, 110 , 2017-02-15
sgp4-master\runtest\runtest.cpp, 7207 , 2017-02-15
sgp4-master\sattrack, 0 , 2017-02-15
sgp4-master\sattrack\CMakeLists.txt, 113 , 2017-02-15
sgp4-master\sattrack\sattrack.cpp, 1668 , 2017-02-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • myEqualizer
    说明:  一个复数域的自适应盲信号均衡器的MATLAB例程(a complex field of adaptive equalizer Blind MATLAB routines)
    2005-09-19 12:02:16下载
    积分:1
  • project
    多项式的加减法运算,输入的多项式带有未知数x和数字(Polynomial addition and subtraction calculations)
    2021-04-28 10:28:44下载
    积分:1
  • TEST
    基于matlab的对光学设计里像差测量和校正的程序(Matlab aberration measurement of the optical design and calibration procedures)
    2020-10-28 17:39:57下载
    积分:1
  • Gearerroranalysisprogam
    用vc++编写的具有计算齿轮误差的软件,并能判断是否合格(Prepared using vc++ error with computing gear software, and to determine eligibility)
    2020-09-09 10:48:02下载
    积分:1
  • 非线性偏振旋转锁模光纤激光器的脉冲传输 NPE
    可以方便求解非线性偏振旋转锁模光纤激光器的脉冲传输(You can easily solve the nonlinear polarization rotation mode-locked fiber laser pulse transmission)
    2021-04-05 12:19:03下载
    积分:1
  • hartigansSLC_OpenCV
    hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2. Start with zero clusters 3. Add each item to be clustered to: * Closest cluster if distance <= r * New cluster if distance to closest cluster > r 4. Compute new center from members in cluster 5. Empty the clusters (keeping the centers) 6. Return to step 3 (until no changes are made)
    2010-02-25 19:28:25下载
    积分:1
  • 非线性振动
    非线性振动.pdf 刘延柱编写 恢复力与位移不成正比或阻尼力不与速度一次方成正比的系统的振动。尽管线性振动理论早已相当完善,在工程上也已取得广泛和卓有成效的应用,但在实际问题中,总有一些用线性理论无法解释的现象。一般说,线性模型只适用于小运动范围,起出这一范围,按线性问题处理就不仅在量上会引起较大误差,而且有时还会出现质上的差异,这就促使人们研究非线性振动。(Nonlinear Vibration. Compilation of PDF Liu Yanzhu)
    2020-11-23 20:09:34下载
    积分:1
  • KINEMATIC
    金属材料的随动强化有限元模型,适用于有限元分析的本构模型二次开发(Finite element model of kinematic hardening of metallic materials, constitutive model suitable for finite element analysis of secondary development)
    2020-12-03 20:39:25下载
    积分:1
  • PLS的交叉有效分析
    偏最小二乘回归在matlap中的实现,源代码,有交叉效应(The implementation of partial least squares regression in matlap, source code, cross effect)
    2017-12-11 17:17:03下载
    积分:1
  • newmark-b
    用matlab编写newmark-B法解结构振动微分方程的程序(Prepared using matlab newmark-B method for solving differential equations of structural vibration program)
    2013-10-11 20:15:57下载
    积分:1
  • 696518资源总数
  • 104666会员总数
  • 53今日下载