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

搜索资源列表

  1. Differential-Equations

    0下载:
  2. 数值分析中解微分方程程序,采用了不同步长的向前、向后欧拉法,梯形公式,四阶龙格库塔法等-Solution of differential equations in numerical analysis program, using non-synchronous long forward to Houou La France, trapezoidal formula, the fourth-order Runge-Kutta method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:345442
    • 提供者:白阳
  1. Rossler

    0下载:
  2. Rossler方程在一定的初直下是混沌的,用四阶龙格库塔方法画出系统状态图-Rossler equation is straight down at the beginning of a certain chaos, with fourth-order Runge-Kutta method to draw the system state diagram
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11119
    • 提供者:张玉
  1. adms

    0下载:
  2. 阿当姆斯显式和隐式求解方法,用四阶龙格库塔作为起始,然后运用四阶阿当姆斯算法求解初值问题。主要程序包含在test2.cpp中,方法简单易懂。编译环境VC2010-Adam James explicit and implicit method for solving fourth-order Runge-Kutta as a start, then use the fourth-order A Williams algorithm for solving initial value problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3856294
    • 提供者:张洪超
  1. jidianzantai

    0下载:
  2. 用于计算电力系统的机电暂态,采用龙格库塔法,可计算三相短路,两相短路等故障问题。-Used to calculate the electrical power system transient, using the Runge-Kutta method, calculate the three-phase short-circuit, two-phase short circuit failure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2946
    • 提供者:melonma
  1. WENO

    5下载:
  2. 用于CFD的,二维WENO格式的求解器,NS方程,二阶龙格库塔方法。-2D solver for NS equation using WENO method, 2 order Runge-kutta mehtod.
  3. 所属分类:Algorithm

    • 发布日期:2014-08-14
    • 文件大小:21825
    • 提供者:wang
  1. LyapunovspectrumforLorenzattractor

    0下载:
  2. 附件中是我用Fortran写的lorenz混沌吸引子的lyapunov指数谱产生程序。包括三部分内容:如何产生lorenz吸引子,详细注释,如何计算lyapunov指数谱。 需要的话也可以单独提取子程序中的四阶龙格库塔算法。 希望有所用。-Annex is written in Fortran I used the Lorenz chaotic attractor of lyapunov index spectrum generation process. Includes three
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1676
    • 提供者:辛培明
  1. guoluranshaoPID

    2下载:
  2. 锅炉燃烧过程MATLAB仿真程序,很简单很容易-MATLAB simulation program the boiler combustion process is very simple and very easy
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3471
    • 提供者:liudi
  1. RungeKutta

    0下载:
  2. 龙格库塔方法,四阶,求解一个方程,可控精度,实现很直观,扩展性强。-Runge-Kutta method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:tingwhang
  1. chuas

    1下载:
  2. 本代码是由matlab实现蔡氏电路的混沌仿真,采用的是四阶龙格-库塔方法,比较简便。-This code is a matlab implementation of the chaotic Chua' s circuit simulation, using a fourth order Runge- Kutta method, more simple.
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:639
    • 提供者:linli
  1. ns

    1下载:
  2. 求解n-s方程,四阶龙格库塔法求解,计算流体力学-solve n-s equaltion
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4053
    • 提供者:张健
  1. RK_4

    13下载:
  2. 求解时滞微分方程的龙格库塔方法!用matlab编写的。-Solving Delay Differential Equations Runge-Kutta methods! Prepared using matlab.
  3. 所属分类:Algorithm

    • 发布日期:2016-06-21
    • 文件大小:887
    • 提供者:zhangjun
  1. mti_calibrated

    5下载:
  2. 一个非常全面的捷联惯导程序,包含了从初始对准、初值的设定,四元素的四阶龙格库塔法更新,对速度微分方程和位置方程分别用龙格库塔法和欧拉角法求解-A very comprehensive program SINS, including from the initial alignment, initial set, the four elements of the fourth order Runge-Kutta method updates the location of the speed di
  3. 所属分类:matlab例程

    • 发布日期:2017-04-10
    • 文件大小:2940
    • 提供者:苏钰
  1. rungekuttaC

    1下载:
  2. 龙格库塔法;用C++语言编写的龙格库塔法解微分方程组。-Runge-Kutta method with C++ languages Runge-Kutta method for solving differential equations.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-11
    • 文件大小:207825
    • 提供者:王海罗
  1. Chapter6

    0下载:
  2. 数值解法 例1 用改进的欧拉方法求一阶方程初值问题的 数值解 例2 数学摆的运动方程与近似方程数值解比较 例3 四阶龙格库塔公式求数值解 Matlab实现求数值解 例1 求初值问题y =x*sin(x)-y,y(0)=0的数值 解.先编辑一个定义方程的ODEF函数文件 ODEfun1.m. 例2 求方程组初值问题的数值解,按指定步长 0.05划分节点. 例3 按指定的精度求高阶方程初值问题的数值解.-Numerical S
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3737
    • 提供者:率一
  1. c

    0下载:
  2. c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染的病的人数x2,及已治愈的人数x3,并假设他们是因接触而传染。-c language for solving fourth-order Runge-Kutta method algorithm source code, example: a certain area of the bacteria infection, the number three state equat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4144
    • 提供者:邢庆河
  1. longjie

    0下载:
  2. 用VC编写的程序,实现龙格库塔求解微分方程数值解-VC preparation procedures used to achieve solution of differential equations Runge-Kutta numerical solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7626
    • 提供者:李戴丝
  1. longgekuta

    0下载:
  2. 工程中很多的地方用到龙格库塔求解微分方程的数值解, 龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。-Works a lot of places used for solving differential equations Runge-Kutta numerical solution, Runge-Kutta is a very important, especially fourth-order, and very high accuracy.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:8117
    • 提供者:stephen
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. 20082

    0下载:
  2. 数值分析的C语言程序 龙格库塔方法 -Numerical Analysis of the C language program Runge-Kutta methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2639
    • 提供者:预告吧
  1. p2

    0下载:
  2. c语言实现定步长四阶龙格-库塔,可以自己对函数进行修改,希望大家喜欢-c language to achieve fourth-order fixed-step Runge- Kutta, can be modified to function, I hope you like
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:282241
    • 提供者:wk
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 39 »
搜珍网 www.dssz.com