搜索资源列表
gdyb
- 这是一个进行卫星轨道预报的VC程序,卫星的瞬时轨道根数的输入及预报的输出都在foxpro的表中。-This is a satellite orbit prediction VC procedures, Instantaneous satellite orbit elements of the input and output forecast in foxpro the table.
二分法求解非线性方程的根
- 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
guidao
- 卫星在已知轨道六根数的情况下,需要求得其位置速度时的转换软件,非常方便。是基于兰波特方法计算的
matlab
- 轨道六根数的MATLAB程序,轨道六根数的MATLAB程序
11
- 轨道11根数的MATLAB程序 轨道11根数的MATLAB程序
gangjingensushibir
- 可用于对图像中钢筋根数进行识别,自动识别出图像中的钢筋根数。
MatchNum_check
- 基于Hough变换的火柴根数检测--Matlab7.0.4上开发
火柴根数统计
- matlab程序,通过对图像中的火柴根数进行边缘检测,再进行hough变换,统计出给定图像中的火柴根数。
weixing.rar
- matlab实现的卫星轨道模拟,利用卫星轨道根数参量,通过求解开普勒方程求解卫星轨道模型,err
matlab.rar
- matlab实现的卫星轨道模拟,利用卫星轨道根数参量,通过求解开普勒方程求解卫星轨道模型,matlab implementation of satellite orbit simulation, the number of satellite orbit parameters, by solving the Kepler equation model of satellite orbit
Orbitcompute.rar
- 卫星轨道动力学数值计算,包括轨道动力学计算的基本数学模型、轨道计算方法、轨道根数与位置矢量、速度矢量的关系等!,Satellite orbit dynamics numerical calculation, including the orbital dynamics calculation of the basic mathematical model, orbit calculation, orbit and position vector, velocity vector of the r
给出轨道根数,求初始位置与速度并作图
- 给出轨道根数,求初始位置与速度并作图。其中地球以真实比例缩放画出-Gives the orbital elements, find the initial position and velocity, and mapping. Which to draw the earth to the true scaling
weixinguidaoliugenshu
- 卫星轨道六根数,基本公式和基本理论-Satellite orbit six numbers, the basic formula and basic theory. . . . . . . . .
Binarytree
- 二叉数的基本操作源码,包括创建二叉树,先根、中根、后根遍历二叉树等等操作。-Binary source code a few basic operations, including the creation of binary tree, the first root, root, root binary tree traversal operation and so on.
orbitposition
- 轨道根数与位置速度互化,对于初学轨道知识的人有一定的用处。-Orbital velocity and position of each of, for beginners who have some knowledge of the track usefulness.
ELCORD.14
- 轨道计算,主要应用于美国空间中心公布的双行根数计算。进行预报。-Orbital calculations, mainly used in the U.S. Space Center announced the number of double-root calculation. To predict.
轨道参数和坐标转换
- 压缩包内有两个函数,X2Elem的作用是将直角坐标转换为轨道根数,Elem2X作用是将轨道根数转换为直角坐标(There are two functions in the compression package, x2elem is used to convert the rectangular coordinates to the number of track elements, and elem2x is used to convert the number of track elemen
计算轨道根数
- 已知卫星速度矢量,位置矢量来计算轨道根数。