CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 龙格库塔法

搜索资源列表

  1. 龙格--库塔法

    0下载:
  2. 龙格-库塔法是工程中常用的求解微分方程的一种方法.而且具有四阶精度,因此应用很广泛.改程序给出了其源代码.-Runge - Kutta method is commonly used in engineering solving a differential equation methods. But with four bands precision, it is widely used. Changed its procedures is the source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3576
    • 提供者:淘淘
  1. 龙格库塔求解微分方程数值解

    3下载:
  2. 工程中很多的地方用到龙格库塔求解微分方程的数值解, 龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-05-23
    • 文件大小:173763
    • 提供者:hotheart
  1. 龙格库塔法解常微分方程

    2下载:
  2. 解常微分方程的龙格库塔法C源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-01-05
    • 文件大小:480
    • 提供者:myl2016
  1. FourthorderRungeKutta

    0下载:
  2. 四阶龙格库塔法的C实现 四阶龙格库塔法的C实现 -Fourth-order Runge-Kutta
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:170698
    • 提供者:天一生水
  1. 用四阶龙格库塔法求解

    3下载:
  2. 用四阶龙格库塔法求解一阶微分方程组的通用程序,C++编写-Fourth-order Runge-Kutta method for solving a common procedure order differential equations, C++ writing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-10
    • 文件大小:301274
    • 提供者:成晓东
  1. 2007511145848565_136Z_Com

    1下载:
  2. 四阶龙格库塔法求解微分方程,Visual C++ 环境下编译-4RK typical numerical analysis procedures, with four bands Runge- Kutta method to solve initial value problems
  3. 所属分类:Algorithm

    • 发布日期:2015-05-28
    • 文件大小:223809
    • 提供者:lvwei
  1. DifferentialEquation

    0下载:
  2. 利用龙格库塔法(等步长,变步长)计算椭圆方程,双曲线方程,抛物线方程等。对各类微分方程进行数值计算。-The use of Runge-Kutta method (such as step, variable step size) calculated elliptic equations, hyperbolic equations, such as parabolic equation. Various types of differential equations for numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:299225
    • 提供者:袁昌明
  1. vsrk4

    0下载:
  2. 龙格-库塔(Runge-Kutta)法是一种不同的处理,作为多级方法为人们所知。 它要求对于一个简单的校正计算多个 f 的值。 这里是变步长四阶龙格库塔法的c程序-Runge- Kutta [Runge-Kutta] method is a different treatment, as a multi-stage method for people to know. It requires a simple correction for the calculation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:700
    • 提供者:lrc
  1. NumericalAlgorithm

    2下载:
  2. 高斯赛德尔迭代法,高斯消去法,龙贝格算法,龙格-库塔算法,雅各比迭代法,二分法,最小二乘法……等常用数值算法-Gauss Sider method, Gauss elimination method, Romberg algorithm, Runge- Kutta algorithm, Jacobi iterative method, the dichotomy, the least square method and so on ... ... commonly used numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:11470
    • 提供者:金从友
  1. runge_kutta

    1下载:
  2. 本文用龙格库塔法求解了不拉休斯解。龙格库塔法是求解高阶微分方程的有力工具,本文对龙格库塔方法作了简要介绍,并附上了matlab源程序。-in this paper a runge_kutta method was used to slove the blasius equation in the environment of matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:29450
    • 提供者:黄明
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. Three-pointmethodLaunchVehicleTrackingSystem

    0下载:
  2. 三点法跟踪运载火箭系统跟踪目标弹作匀速直线运动,拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Tracking system to track the target missile launch vehicle for uniform linear motion, interceptor uniform rate of movement to do. Which is Euler' s method for solving differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:22026
    • 提供者:zhxzhx
  1. runge-kutta

    5下载:
  2. 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:217496
    • 提供者:winwind
  1. GRKT10

    0下载:
  2. 最常用的四阶龙格—库塔法求解一阶常微分方程的C语言实现方法-The most commonly used fourth-order Runge- Kutta method for solving a first-order ordinary differential equations of the C language implementation method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:998
    • 提供者:赵新宇
  1. LGKT4

    1下载:
  2. 四阶龙格库塔法解一阶二元微分方程 应用于数值计算-Fourth-order Runge-Kutta method for solving a class of binary differential equations for numerical calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:多娇
  1. 数值分析方法

    0下载:
  2. 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:Lethcobs
  1. zd530003514 (2)

    1下载:
  2. 一个matalb的四阶龙格库塔法解二阶微分方程的案列,附带一个FFT变换程序,供初学者参考(A MATALB four order Runge Kutta method for solving the two order differential equations for reference for beginners)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Phumetr
  1. 龙格库塔法求解延时微分方程matlab

    1下载:
  2. matlab利用龙格库塔放法计算延时微分方程 龙格库塔 延时微分方程 matlab(Matlab uses Runge-Kutta method to calculate delay differential equation matlab)
  3. 所属分类:数学计算

    • 发布日期:2019-05-19
    • 文件大小:1024
    • 提供者:程序开发1
  1. 四阶龙格-库塔法

    2下载:
  2. 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)
  3. 所属分类:数学计算

    • 发布日期:2020-07-09
    • 文件大小:1024
    • 提供者:杜杜i
  1. 龙格库塔法

    1下载:
  2. 使用MATLAB仿真软件,实现4阶龙格库塔法求解常微分方程,结果精确
  3. 所属分类:数学计算/工程计算

« 12 3 4 5 6 »
搜珍网 www.dssz.com