资 源 简 介
该程序为卫星定轨程序,主要用于对卫星的位置以及卫星速度进行计算 satellite orbits determination
//------------------------------------------------------------------------------
//
// Exercise_2_6.cpp
//
// Purpose:
//
// Satellite Orbits - Models, Methods, and Applications
// Exercise 2-6: Initial orbit determination
//
// Notes:
//
// This software is protected by national and international copyright.
// Any unauthorized use, reproduction or modificaton is unlawful and
// will be prosecuted. Commercial and non-private application of the
// software in any form is strictly prohibited unless otherwise granted
// by the authors.
//
// The code is provided without any warranty; without even the implied
// warranty of merchantibility or fitness for a particular purpose.
//
// Last modified:
//
// 2000/03/04 OMO Final version (1st edition)
//
// (c) 1999-2000 O. Montenbruck, E. Gill
//
//----------------------------------------------------