CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 龙格库塔法

搜索资源列表

  1. rk4

    0下载:
  2. 四阶龙格库塔发的实现,程序简单实现,可以很好地理解龙格库塔法-The realization of the four order Runge Kutta. The program is simple to achieve, can be a very good understanding of Runge Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:王华
  1. untitled

    0下载:
  2. 这里包含所有的自动控制原理的仿真方法,如欧拉法,梯形法,龙格库塔法,还有包括伯德图,奈氏图,跟轨迹,还有音乐播放器的设计,还有摄像头的打开,保存等-Here contains all the simulation method of automatic control principle, such as euler s method, trapezoidal method and runge kutta method, including Byrd, neville s figure, wit
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4405
    • 提供者:肖建辉
  1. adams

    1下载:
  2. 利用四阶亚当姆斯法将连续微分方程离散化,首先利用龙格库塔法求出三个初值-Fourth-order Adams method of continuous discrete differential equations, initial value obtained three first use Runge-Kutta method
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:657
    • 提供者:寒江雪
  1. fourth_order_Runge_Kutta

    0下载:
  2. MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码-MATLAB fourth-order Runge-Kutta numerical method for solving differential equations solution source code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:yeliangcheng
  1. three_order_Lyapnov-

    1下载:
  2. 求解李雅普若夫指数的MATLAB程序,关于三阶龙格库塔法的使用-Solving the suitable lyapunov ReFu index of MATLAB program.About the use of the third order runge kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:沈超
  1. rk4_2

    0下载:
  2. 四阶龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于 和系统ODE函数对比求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. The procedure for the fourth-order Runge- Kutta method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:711
    • 提供者:mike
  1. RUNGEKUTTA

    2下载:
  2. MATLAB的一个龙格库塔法小例程,希望对大家有用。-an example of RUNGEKUTTA using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:2048
    • 提供者:赵亮博
  1. 21

    0下载:
  2. 利用四阶的龙格库塔法求解一阶微分方程组。-Fourth-order Runge-Kutta method for solving one-order differential equations
  3. 所属分类:mathematica

    • 发布日期:2017-04-10
    • 文件大小:1053
    • 提供者:snow
  1. matlab(matlab-code)

    0下载:
  2. matlab数值计算分析常用小程序代码,包括龙格库塔法、牛顿迭代法、欧拉法等-matlab numerical analysis commonly used applet code, including the Runge-Kutta method, Newton iteration method, Euler method
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:236534
    • 提供者:hezudao
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2590142
    • 提供者:li
  1. NanoSL

    2下载:
  2. 这是用四阶龙格库塔法计算半导体激光器速率方程的工程,源代码用C语言书写,开发平台为VC6.0。程序输出数据被写入文件SLdata.txt中,其中第一列为仿真时间,第二列为载流子浓度,第三列为光子密度。为了方便更多相关开发者调试,还提供了一个matlab源文件test.m。test.m用于将计算数据在matlab中用曲线显示。-This is project developed by Visual C++ 6.0 software platform, which uses the 4th orde
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1103424
    • 提供者:王刚
  1. R-K

    0下载:
  2. 用龙格库塔法求解微分方程组初值问题的matlab实例程序-a matlab example program about using Runge-Kutta method to solve the initial value problem of differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:15911
    • 提供者:凌霄
  1. rk4-for-one

    0下载:
  2. 用RK4(四阶龙格库塔法)的方法求的一阶导数方程组的解,程序比较简单,且精确-With RK4 (fourth-order Runge-Kutta method) method for solving the first-order derivative equations, the program is relatively simple and accurate
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:5738
    • 提供者:袁玉勋
  1. RK4-FOR-N

    0下载:
  2. 用四阶龙格库塔法来求含有N阶导数的微分方程组的解,需要自己输入改动的数值-Using the fourth-order Runge-Kutta method to find the solution of differential equations with N-th derivative, we need to input the numerical value
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:718057
    • 提供者:袁玉勋
  1. rk

    1下载:
  2. 一阶,三阶,四阶龙格库塔法的fortran code-First-order, third-order, fourth-order Runge-Kutta method of fortran code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:19979
    • 提供者:红茶
  1. longgekuta

    1下载:
  2. 四阶龙格库塔法求解常微分方程的初值问题:打开文件longgekuta.m,首先根据输入提示输入常微分方程的阶数,之后分别输入x的上下界,之后输入计算步长,之后根据输入提示‘令y(1,1) y,y(2,1) y’,y(3,1) y’’...请输入ym ’输入所求函数的导数阶数,之后输入各阶导数的初值,进而采用四阶龙格库塔法计算-Fourth order runge kutta method to solve the initial value problems of ordinary differ
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:董思莹
  1. siyuanshu

    0下载:
  2. DSP程序导航解算中使用二阶龙格库塔法更新四元数-The second-order Runge-Kutta method is used to update the quaternion in DSP program navigation solution
  3. 所属分类:DSP program

    • 发布日期:2017-04-12
    • 文件大小:1498
    • 提供者:mangguo
  1. tuoluojiesuanforever

    0下载:
  2. 这个是用来进行imu解算的matlab程序,其中包括了四阶的龙格库塔法。-This is used to carry out imu solution matlab procedures, including the fourth-order Runge Kutta method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-12
    • 文件大小:1609
    • 提供者:方辰
  1. longgekuta

    0下载:
  2. 用龙格库塔法对人体的细胞-细胞液-透析液模型进行尿素浓度的求解。-The solution of the cell- cell fluid- dialysate model of the human body was treated with the Longge Kutta method.
  3. 所属分类:matlab

    • 发布日期:2017-12-12
    • 文件大小:1607
    • 提供者:wayne
  1. numerical_compute

    0下载:
  2. 多种曲线拟合方法,包括埃尔米特插值,差商,牛顿法,龙格库塔法- U591A u79CD u66F2 u7EBF u62DF u5408 u65B9 u6CD5 uFF0C u5305 u62EC u57C3 u5C14 u7C93 u7279 u63D2 u503C uFF0C u5DEE u5546 uFF0C u725B u987F u6CD5 uFF0C U9F99 u683C u5E93 u5854 u6CD5
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:王浩
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com