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

搜索资源列表

  1. 综合算法

    4下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.39mb
    • 提供者:罗鹏魁
  1. Runge-Kutta_fortain

    0下载:
  2. 1、用欧拉法、四阶龙格库塔法进行插值计算,求解微分方程。(压缩包内的两个小程序) 2、面向微分方程的仿真程序包。(压缩包内的大程序,ALL OF THE PROGRAM.for) 大程序中又增加了变长的龙格库塔运算方法。-1, using Euler, fourth-order Runge-Kutta method for interpolation, solving differential equations. (Compressed within the two small pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1.25mb
    • 提供者:
  1. Euler

    0下载:
  2. 欧拉法和龙格库塔算法解一阶常微分方程源代码-Euler method and Runge-Kutta algorithm for solving differential equation source code
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:643byte
    • 提供者:
  1. EquationGUI-II

    1下载:
  2. 采用四阶龙格——库塔算法,应用MATLAB编写的常微分方程、偏微分方程求解算法及界面。 关键词:gui,ode,pde,difference method, runge kutta,euler,heun MATLAB版本:7.0 (R14)-EULER.m HEUN.m Rk4.M implement euler heun and runge kutta fourth order to solve ODE VANDERPOLODE.m LOGISTICOODE.m PREDAPREDA
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:34.6kb
    • 提供者:谢刚
  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
    • 文件大小:3.65kb
    • 提供者:率一
  1. Ordinary_Differential_Equationsrar

    0下载:
  2. 常微分方程的各种求解方法:Euler法、Runge-kutta法、Hamming法等-Ordinary differential equations to solve a variety of methods: Euler method, Runge-kutta method, Hamming Law
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:7.43kb
    • 提供者:曾志刚
  1. Three-pointmethodLaunchVehicleTrackingSystem

    1下载:
  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
    • 文件大小:21.51kb
    • 提供者: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
    • 文件大小:212.4kb
    • 提供者:winwind
  1. euler_runge_kutta

    0下载:
  2. Document on Optimization Techniques and source code for solving problems using Euler method and Runge Kutta method
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:311.24kb
    • 提供者:ver0
  1. metodos1

    0下载:
  2. euler, runge kutta and others in a GUI
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:25.77kb
    • 提供者:robertotelco
  1. CPP

    1下载:
  2. 常用的算法,包括欧拉法,龙格库塔法等,还有迭代法,很好的-Commonly used algorithms, including Euler, Runge-Kutta method, etc., as well as iteration, very good! !
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:723.94kb
    • 提供者:Lee Dave
  1. 1D-Euler-Code-Ver.1

    1下载:
  2. Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2-stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written, or just
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:6.42kb
    • 提供者:cdp
  1. metod-eilera-and-runge-kutta

    0下载:
  2. Euler method and Runge-Kutta method for ordinary differential equations of first order
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:1.05kb
    • 提供者:www
  1. Euler-ODE-Solver

    0下载:
  2. A forward Euler method has been implemented and a simple differential equation solved to compare the performance of the Euler method with Runge-Kutta method.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:697byte
    • 提供者:Farhad
  1. runge

    0下载:
  2. 数值积分方法求解连续系统输出(龙哥库塔法与欧拉法的比较)-Numerical integration method for solving the continuous system output (Long Ge Kuta method and Euler method comparison)
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:741byte
    • 提供者:jiuzhe
  1. numerical-analysis-m-file

    0下载:
  2. 一次数值分析作业,包括多种算法的m语言文件,包括欧拉、龙格库塔等-A numerical analysis operations, including a variety of algorithms m language documents, including Euler, Runge-Kutta, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4.98kb
    • 提供者:王娜
  1. eluar

    1下载:
  2. 解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:517byte
    • 提供者:harmanhe
  1. euler.runge-kutta

    0下载:
  2. 欧拉法,龙格库塔法解微分方程的m文件,代码比较简短,但效率挺高。-Euler, Runge-Kutta method for solving differential equations( m file)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:jack
  1. Euler-equation-using-Runge-Kutta

    1下载:
  2. 利用MATLAB实现龙格库塔,进而解欧拉方程。-Using matlab realize Runge-Kutta, Euler equations solution
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:30.14kb
    • 提供者:
  1. 1D Euler

    6下载:
  2. 本程序用于求解一维无粘可压缩欧拉方程(激波管问题) 运用Dummy Cell处理边界条件; 通量计算方式: AUSM Scheme; 重构方法:MUSCL方法 限制器:Van Albada限制器 时间离散:四步Runge-Kutta方法(his program is used to solve one dimensional inviscid compressible Euler equation (shock tube problem) Application
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:13kb
    • 提供者:cfdzaza
« 12 3 4 5 »
搜珍网 www.dssz.com