搜索资源列表
实验4-微分方程
- 用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
rk
- 用四阶古典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) /
RKF46
- 变步长五阶精度RK方法,用于积分常微分方程。Fortran程序已验证,放心使用。-variable step five bands RK precision method for integral ordinary differential equations. Fortran procedure has been verified, assured use.
rbfSrc
- 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
rk_str
- RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
rk
- 常微分方程的龙格库塔法系列程序,从二级到四级的算法。-Ordinary Differential Equations Runge - Kutta method series of procedures, from two to four algorithms.
ode
- matlab codes for solving ODEs, including euler method, RK methods etc, and some examples.
step-RK4
- 四阶RK方法计算单波方程,偏微分方程数值解,Fortran编写。
RK
- 龙格库塔法求解二维反应扩散方程,在VC6.0下编译通过.
RK
- 龙格库塔程序源代码,用于解微分方程或微分方程组,给初学者作为参考。-Runge-Kutta program source code for the solution of differential equations or differential equations, as a reference for beginners.
RK
- 龙格库塔法方法的全面介绍。不同龙格库塔法方法,获取不同精度计算结果-Runge-Kutta method of a comprehensive approach. Different methods of Runge-Kutta method to obtain different results accuracy
RK
- 利用rK法,也就是4阶论格库塔格式求解偏微分方程组的解并利用结果画图。-Solving partial differential equations
rk
- 在MATLAB上编程 用R-K法解一次导数方程 有详细的注释-Programming in MATLAB with the RK Law on the first derivative of equation solution with detailed notes
Adams-RK
- 经典R-K法,通过它可以计算一些简单的常微分方程的数值解-Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations
RK
- 实验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
RK-3-WENO
- RK-3求解欧拉方程时间离散项,本人在学习计算流体力学是所编写的-RK-3 for solving the Euler equation of time discrete, I learn computational fluid dynamics is written
RK
- 用四级四阶R-K格式法和Adams预报—较正格式解高阶方程-Solution of higher order equations with four fourth-order RK format France and Adams forecast- more positive format
RK-vl
- 求解一维Euler方程,计算一维激波管问题,时间采用RK,空间采用VL分解-Solving one-dimensional Euler equations to calculate the one-dimensional shock tube problem, time using the RK space VL decomposition
RK
- 采用经典的RK计算方法计算常微分方程初值函数-Calculated using the classical RK function ODEs
RK-block
- 分块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.