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

搜索资源列表

  1. RunKut

    0下载:
  2. use runge kutta method to solve Airy func (Fortran code)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:881byte
    • 提供者:River
  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
    • 文件大小:21.31kb
    • 提供者: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
    • 文件大小:1.64kb
    • 提供者:辛培明
  1. Debug

    0下载:
  2. fortran 对二阶边界问题的求解程序,采用了四阶龙格-库塔方法进行计算-fortran on the second-order process for solving the border issue, using the fourth-order Runge- Kutta methods of calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8.69kb
    • 提供者:黄晓冬
  1. Runge

    0下载:
  2. 使用Newton和三次样条插值,讨论了Runge现象,附件有问题的详细说明-Newton and the use of cubic spline interpolation, discussed the Runge phenomenon, annex a detailed explanation of problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:31.38kb
    • 提供者:pei
  1. RK4forBlasiusequation

    0下载:
  2. Fortran file to solve blasius equation by using runge kutta 4th order
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1.05kb
    • 提供者:Nha
  1. Automatic_Continuation_with_Deferred_Corrections.z

    0下载:
  2. Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。 内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections The package ACDC (which is written in FORTRAN 77) is designed to solve stiff two-point boundary value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:263.93kb
    • 提供者:刘项
  1. fortran-Long-Ge-Ku-Ta

    0下载:
  2. fortran四阶龙格库塔法 计算程序自己编程-fortran fourth-order Runge-Kutta method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.38kb
    • 提供者:董囯明
  1. runge-kutta-fortran-code

    0下载:
  2. Program for solving equations with runge-kutta method.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.01kb
    • 提供者:reza
  1. rugekuta

    0下载:
  2. 龙格库塔方法,用于解微分方程的fortran程序-Runge-Kutta method for solving differential equations fortran program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:5.52kb
    • 提供者:zhangle
  1. LORENZ

    1下载:
  2. 四阶龙格库塔法解lorenz方程的小程序(FORTRAN)-Fourth-order Runge-Kutta method for solving equations applet lorenz(FORTRAN)
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-15
    • 文件大小:213kb
    • 提供者:wawngwenxiang
  1. runge-kutta-fortran

    0下载:
  2. 4阶Runge-kutta 方法,用fortran语言编写的计算程序。-Runge-kutta method,fortran
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.09kb
    • 提供者:张青青
  1. rk

    0下载:
  2. Runge Kutta four order fortran 77 code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:782byte
    • 提供者:mabuelo
  1. Adaptive-Runge-Kutta-method

    0下载:
  2. 用FORTRAN语言编写了经典的常微分方程数值解法,改进了基本龙格库塔方法,以满足用户精度要求的同时保持计算效率。 -The numerical solution of ordinary differential equation with the FORTRAN language. Improved Runge Kutta method to meet the precision demand of user at the same time maintaining computation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:606byte
    • 提供者:天堂鸟
  1. OSSAN-Euler2D

    1下载:
  2. Roe格式 二维Euler fortran语言的,网格文件是非结构网格-This code computes a steady flow over a bump with the Roe flux by two solution methods: explicit 2-stage Runge-Kutta scheme and implicit (defect correction) method with the Jacobian exact for 1st-order scheme, on i
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:45.28kb
    • 提供者:
  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
    • 文件大小:19.51kb
    • 提供者:红茶
  1. 四阶龙格库塔法程序——_FORTRAN语言编写

    1下载:
  2. 关于Runge-Kutta方法,该方法是用来解形如y'=f(t,y)的常微分方程的经典的4阶R-K方法,用fortran语言编写(With respect to the Runge-Kutta method, the method is used to solve the classical 4 order R-K method of ordinary differential equations such as y'=f (T, y), and is written in FORTRAN la
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:sophya
  1. RK4

    0下载:
  2. The code solve ODE using RK4, include results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:24kb
    • 提供者:esenaj
  1. 8.1.1

    0下载:
  2. 用四阶龙格-库塔法解著名的Lorenz方程,FORTRAN(The four - order Runge - Kutta method is used to solve the famous Lorenz equation.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:1kb
    • 提供者:印蓝
搜珍网 www.dssz.com