搜索资源列表

  1. runge-kutta

    0下载:
  2. 龙格-库塔法是数值计算的重要方法 本例子简明扼要,浅显好懂-Runge - Kutta numerical method is an important method to the example of concise and simple to understand
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:张菊华
  1. 四阶runge-kutta求微分方程

    0下载:
  2. 有四阶runge-kutta发求解非线性微分方程,求得结果可画出分插图等等,十一哥通用的好程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-02-28
    • 文件大小:164026
    • 提供者:yangjinkun219
  1. Runge-Kutta

    0下载:
  2. Runge-Kutta-Fehlberg method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:xx
  1. matlab_Runge-Kutta-Fehlberg

    0下载:
  2. matlabMATLAB使用龙格-库塔-芬尔格(Runge-Kutta-Fehlberg)方法来解ODE问题。-matlabMATLAB the use of Runge- Kutta- Fehlerg (Runge-Kutta-Fehlberg) approach to the solution of ODE problems.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:200704
    • 提供者:Zeal
  1. 4th-runge-kutta

    0下载:
  2. 使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。-The use of fixed step size fourth-order Runge- Kutta method solution of equations, and gives a Bessel function equations with examples.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:姜梦
  1. runge-kutta

    1下载:
  2. 自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。-Adaptive step Changlong Grid- Kutta method, and gives solutions containing the fourth-order Bessel function equations example.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:姜梦
  1. Runge-Kutta

    0下载:
  2. 两个求解微分方程组 的龙格库塔法程序两个程序可用-Solving the two differential equations Runge-Kutta method can be used two procedures procedures
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:df
  1. Runge-Kutta-Verner-method

    0下载:
  2. 该代码用c++语言实现了Runge-Kutta-Verner-method算法,运行环境为vc6.0-The code using c++ language implementation of the Runge-Kutta-Verner-method algorithm, runtime environment for vc6.0
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:张晓勃
  1. runge-kutta

    0下载:
  2. 求解微分方程,四阶runge-kutta法-Solving differential equations, fourth-order runge-kutta method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:王晶
  1. Runge-Kutta

    0下载:
  2. 在C++环境下,实现用四阶龙格库塔方法解方程组。-In C++ environment, using fourth-order Runge-Kutta method to solve equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:165888
    • 提供者:王飞
  1. 6Runge-Kutta

    0下载:
  2. 龙格库塔法解数值积分,如需修改函数可以直接在函数部分修改-Runge-Kutta method of numerical integration solution, for modified function can be modified directly in the function part
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:朱仲
  1. Runge-Kutta

    0下载:
  2. 在matlab中四阶Runge-Kutta法求解常微分方程-Runge-Kutta
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:ll
  1. runge-kutta

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

    • 发布日期:2024-05-10
    • 文件大小:217088
    • 提供者:winwind
  1. Runge-Kutta

    0下载:
  2. 经典Runge-Kutta法,计算积分的源代码,用matlab实现-Classical Runge-Kutta method to calculate the source code of points, using matlab implementation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:刘华杰
  1. Runge-Kutta

    0下载:
  2. 龙格-库塔法(Runge-Kutta)是用于模拟常微分方程的解的重要的一类隐式或显式迭代法。-Runge- Kutta method (Runge-Kutta) is used to simulate the ordinary differential equations of an important class of implicit or explicit iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张勇
  1. Fourth-order-dragon-Kutta

    0下载:
  2. 文介绍了利用四阶龙格-库塔法解微分方程的姿态解算方法,并以典型圆锥运动作为输入,检验了算法的可靠性。-The article introduced the use fourth-order dragon standard- Kutta law solution differential equation s posture resolving method, and takes the input by the typical coni
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:120832
    • 提供者:吴杰
  1. Runge-Kutta-Fehlberg

    1下载:
  2. Runge-Kutta-Fehlberg法 解初值问题常微分程组-Runge-Kutta-Fehlberg method to solve ordinary differential equations initial value problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wuhao
  1. Runge-kutta

    0下载:
  2. Runge-kutta for nonlinear ansysis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:Alexander999
  1. gsl-runge-kutta

    0下载:
  2. 利用GSL的库文件,使用runge-kutta算法求解微分方程,包含控制参数的传递。(The method to solve the synamic system via differiatial euqationsbased on the GSL library, including the example how to transfer the control variable in the algorithm.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:tptp
  1. Runge-kutta 解决二阶实际问题程序

    0下载:
  2. C语言编程四阶龙格库塔法解二阶常微分方程(C Language Programming Fourth Order Runge-Kutta Method for Solving Second Order Ordinary Differential Equations)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:Pancras.Liu
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org