搜索资源列表
weixingguidaomoni
- 龙格库塔算法在VB下的实现,模拟了卫星绕地球的运行。-Runge Kutta algorithm in the realization of VB, simulating a satellite orbiting the earth's operation.
CMatrix
- 矩阵形式的龙格库塔程序C++源代码,无压缩密码
利用四阶龙格-库塔公式计算常微分初值问题的数值解
- 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
2
- ACM经典程序设计源代码:高斯算法1,消元法,龙格库塔方法-ACM classical programming source code: Gaussian Algorithm 1, elimination method, Runge-Kutta methods
common_numeric_algorithm_in_mathematica_modeling.z
- 最小二乘法,二分法,龙格库塔算法等15个常用算法的C++实现。-Least squares method, dichotomy, Runge-Kutta algorithm commonly used algorithms in 15 C++ implementation.
Fourth-order-Runge---Kutta-
- 四阶龙格-库塔算法在姿态解算中的应用,是实现圆锥运动的姿态解算。当旋转角速率w为定值的时候,我用龙格-库塔算法很容易解出了姿态矩阵四元数。-Fourth order Runge- Kutta algorithm of attitude algorithm.
Runge-Kutta-algorithm-description
- 本文章主要是龙格库塔算法说明,其中编写了c++程序-This article is mainly Runge-Kutta algorithm descr iption, including the preparation of the c++ program
LONGGEKUTA
- 龙格库塔算法实现,非常实用的算法,用C++实现,希望大家喜欢!-longgerkuta
longgekuta
- 计算方法课程设计,龙格库塔算法,希望对大家有用-Calculation methods course design, LongGe coulthard algorithm, the hope of the useful
ee
- 龙格-库塔4阶算法 方程已经给出,另附有报告解析-Runge- Kutta fourth order algorithm equation is given, the other with an analytical report
lkkt
- 龙格库塔法求解常微分方程组,经典算法,值得分享-Runge-Kutta method for solving ordinary differential equations
375883
- 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法()
reygcustom
- 用龙格-库塔法直接解算微分方程,程序中的例子是求解10个线性微分方程组()
997142
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程 步长的()