CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - RK

搜索资源列表

  1. 实验4-微分方程

    0下载:
  2. 用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:98.1kb
    • 提供者:葛林
  1. rk

    0下载:
  2. 用四阶古典RK方法解初值问题: 取h=1/8。每隔8步打印出数值解与真解的值(u(t)=(t^2)/2-t),画出它们的大致图像,并对产生的结果做出解释。 -with four bands classical RK method for initial value problems : from h = 1 / 8. Every eight-step numerical solution print and in the true value (u (t) = (t ^ 2) /
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:yuyu
  1. RKF46

    1下载:
  2. 变步长五阶精度RK方法,用于积分常微分方程。Fortran程序已验证,放心使用。-variable step five bands RK precision method for integral ordinary differential equations. Fortran procedure has been verified, assured use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:刘雁
  1. rbfSrc

    0下载:
  2. This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some \"sample\" points for some arbitrary curve. Next, the user specifies the number o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:18.25kb
    • 提供者:陈伟
  1. rk_str

    0下载:
  2. RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.04kb
    • 提供者:zbchun
  1. rk

    0下载:
  2. 常微分方程的龙格库塔法系列程序,从二级到四级的算法。-Ordinary Differential Equations Runge - Kutta method series of procedures, from two to four algorithms.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:陈涛
  1. ode

    0下载:
  2. matlab codes for solving ODEs, including euler method, RK methods etc, and some examples.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:2.54kb
    • 提供者:刘六
  1. step-RK4

    3下载:
  2. 四阶RK方法计算单波方程,偏微分方程数值解,Fortran编写。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:805byte
    • 提供者:吴俊宏
  1. RK

    0下载:
  2. 龙格库塔法求解二维反应扩散方程,在VC6.0下编译通过.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:jwf
  1. RK

    0下载:
  2. 龙格库塔程序源代码,用于解微分方程或微分方程组,给初学者作为参考。-Runge-Kutta program source code for the solution of differential equations or differential equations, as a reference for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.07kb
    • 提供者:lsw_hit
  1. RK

    0下载:
  2. 龙格库塔法方法的全面介绍。不同龙格库塔法方法,获取不同精度计算结果-Runge-Kutta method of a comprehensive approach. Different methods of Runge-Kutta method to obtain different results accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:104.78kb
    • 提供者:王炜哲
  1. RK

    1下载:
  2. 利用rK法,也就是4阶论格库塔格式求解偏微分方程组的解并利用结果画图。-Solving partial differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.72kb
    • 提供者:weijie
  1. rk

    0下载:
  2. 在MATLAB上编程 用R-K法解一次导数方程 有详细的注释-Programming in MATLAB with the RK Law on the first derivative of equation solution with detailed notes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:635byte
    • 提供者:guosai
  1. Adams-RK

    1下载:
  2. 经典R-K法,通过它可以计算一些简单的常微分方程的数值解-Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.25kb
    • 提供者:zhangxiangjun
  1. RK

    0下载:
  2. 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:213.16kb
    • 提供者:chenb
  1. RK-3-WENO

    0下载:
  2. RK-3求解欧拉方程时间离散项,本人在学习计算流体力学是所编写的-RK-3 for solving the Euler equation of time discrete, I learn computational fluid dynamics is written
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:650byte
    • 提供者:王来
  1. RK

    0下载:
  2. 用四级四阶R-K格式法和Adams预报—较正格式解高阶方程-Solution of higher order equations with four fourth-order RK format France and Adams forecast- more positive format
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.22kb
    • 提供者:刘波
  1. RK-vl

    0下载:
  2. 求解一维Euler方程,计算一维激波管问题,时间采用RK,空间采用VL分解-Solving one-dimensional Euler equations to calculate the one-dimensional shock tube problem, time using the RK space VL decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.41kb
    • 提供者:wangyong
  1. RK

    0下载:
  2. 采用经典的RK计算方法计算常微分方程初值函数-Calculated using the classical RK function ODEs
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:1.01kb
    • 提供者:liuzhemin
  1. RK-block

    1下载:
  2. 分块RK法求解一介偏微分方程的matlab程序,参数自己设计即可,包括自己设定的函数。-Block RK method for solving partial differential equations ordinary matlab program, the parameters can be of their own design, including its own set of functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:990byte
    • 提供者:无名
« 12 3 4 5 »
搜珍网 www.dssz.com