CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Runge kutta method

搜索资源列表

  1. ouler

    0下载:
  2. 微分方程数值解中利用Runge-kutta_fehlberf法计算微分方程 -Numerical solution of differential equations using Runge-kutta_fehlberf differential method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:600
    • 提供者:xiaoming
  1. LONGGEKUTA001

    0下载:
  2. 用龙格库塔法解方程 ,很是使用的一种方法,希望给大家带来方便-Solution of equations with Runge-Kutta method, it is used in a way we hope to bring convenience to
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:40061
    • 提供者:李刚
  1. sijielonggekutafajieyijiechangweifenfangcheng

    0下载:
  2. 本程序是用Visual Biasic 实现用四阶龙格-库塔方法对一阶常微分方程(其通式为dy/dx=m-qx(m,q为常数))求解,并用点表示出各函数值在坐标轴上的位置。 龙格-库塔(Runge-Kutta)方法是一种高精度的单步法,比欧拉格式更精确,它采用了间接使用泰勒级数的技术。他既保留了泰勒公式的精度高的特点又避免过多的计算导数值。他是有泰勒公式推倒出的,因此它要求所求的解应具有较好的光滑性。 坐标表示其位置,这样可以直观的看出不用微分方程解的位置以及它们的联系。 -This
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4361
    • 提供者:天云
  1. runge-kutta

    1下载:
  2. 基于MATLAB的runge_kutta方法求解定积分-MATLAB-based method for solving the definite integral runge_kutta
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3794
    • 提供者:jqh
  1. vc

    1下载:
  2. 用VB实现四阶龙格库塔法的程序,这个程序很好的完成了其算法的精髓-Using VB to achieve fourth-order Runge-Kutta method of procedure, this procedure done well the essence of the algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11224
    • 提供者:郑龙  
  1. wood-splines

    0下载:
  2. 用龙格-库塔方法计算wooden-splines曲线,并用计算机图形学绘出曲线的图象.-Runge- Kutta method wooden-splines curve and the curve drawn with computer graphics images.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:2082530
    • 提供者:zengchao
  1. koshi1

    0下载:
  2. Koshi task, Runge–Kutta method 4-order
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:527
    • 提供者:Van234
  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. RK

    0下载:
  2. for Runge-Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:808
    • 提供者:fish
  1. matlabFourthorderRunge-Kuttamethod

    1下载:
  2. matlab编的4阶龙格库塔法解微分方程的程序-matlab Fourth-order Runge-Kutta method,
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:erwrwe
  1. lgkt

    0下载:
  2. 数值计算方法,用matlab给龙格库塔方法编程,并做一个GUI界面。-Numerical methods, Runge-Kutta method using matlab to program, and do a GUI interface.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7008
    • 提供者:sum
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. rk4sys

    0下载:
  2. A program for solving system of differential equations using runge kutta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:847
    • 提供者:Tower
  1. function

    0下载:
  2. 一个函数的编写,实现四阶龙格-库塔方法解高阶微分方程组的初值问题 -Write a function to achieve fourth-order Runge- Kutta method for solving the initial value problem of higher order differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:956
    • 提供者:王伟
  1. eularjiefangcheng

    0下载:
  2. 欧拉法解常微分方程,并与四阶龙格库塔法比较-Euler method for solving ordinary differential equations, and fourth-order Runge-Kutta method with the comparison
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:658
    • 提供者:mary
  1. suanfa

    0下载:
  2. 数值解与理论解对比可知,四阶龙格-库塔法的精度已经很高,用它来解一般常微分方程已经足够了。-Numerical comparison shows that the theoretical solutions, Runge- Kutta method has high accuracy, and use it to solve ordinary differential equations general enough.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:33614
    • 提供者:李婷
  1. Rungerkutta4

    2下载:
  2. 该程序利用4阶龙格库塔方法解二阶常微分方程,该微分方程描述火箭发射时质心运动轨迹。-The program uses the 4th order Runge-Kutta method of second order ordinary differential equations, differential equations describe the mass center when the rocket trajectory.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:206802
    • 提供者:dai
  1. mackeyglass

    0下载:
  2. This scr ipt generates a Mackey-Glass time series using the 4th order Runge-Kutta method. The code is a straighforward translation in Matlab of C source code provided by Roger Jang
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:154931
    • 提供者:Antonio78
  1. rk-tunnelling

    0下载:
  2. runge kutta method, used to simulation the evolution of system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:940
    • 提供者:Oralph
  1. RungeKutta

    0下载:
  2. runge-kutta,包括eula,中点公式等二阶及4阶的runge-kutta方法-runge-kutta, including the eula, and 4 mid-point formula and other second-order runge-kutta method
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1006
    • 提供者:caiyiyi
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com