搜索资源列表
effrc
- effrc 是误差函数。 在计算二阶微分方程的时候会用到。-effrc of error function. In calculating the second order differential equations are used.
Thecellexamine
- 1.细胞边缘检测 (1) 原理: Soble算子边缘检测---Soble微分算子是一种奇数大小(3×3)的模板下的全方向微分算子。Soble滤波器进行处理的结果,在视觉上只能感觉到该微分算子所提取 出的细节轮廓相对明显一些。 Laplacian算子边缘检测---用Laplacian二阶微分算子所提取出的细节多,说明二阶算子早对图像细节有很强的敏感性。
work
- 利用差分方法求解二阶微分方程!流体力学应用!
二阶微分图像增强
- 通过二阶微分算子对BMP图像进行微分,然后加上原图,实现图像增强的效果。采取C++ Builder 编程
CH8
- 龙格库塔法解微分方程:包括解微分方程组,及其变步长和二阶的-Runge-Kutta method solution of differential equations: including the solution of differential equations, and the variable step size and second-order of
daae
- 求解二阶微分代数方程组源代码 这是求解二阶微分代数方程组DAE,和纯微分方程ODE的matlab源代码 -Solving second-order differential-algebraic equations for solving the source code This is the second-order differential-algebraic equations DAE, and pure differ
DoubleIntegration
- 用于求解二阶常微分方程的变步长多步积分法,适合飞行器轨道计算等领域。-Solving second order ordinary differential equations for the variable step-size multi-step integration method for calculating the fields of aircraft track.
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
Euler_adv
- 欧拉法解二阶微分方程组的源代码 以某一特例为代表-Euler
Rungerkutta4
- 该程序利用4阶龙格库塔方法解二阶常微分方程,该微分方程描述火箭发射时质心运动轨迹。-The program uses the 4th order Runge-Kutta method of second order ordinary differential equations, differential equations describe the mass center when the rocket trajectory.
work
- 采用MATLAB软件,应用有限元方法求解二阶常微分方程。-solution of FEM
ODE45_Doouble-Pendulumn-Simulation
- 用ODE45计算二阶微分方程组,实例为双球摆仿真-Use ODE45 function to calculate second-order differential equation
zd530003514 (2)
- 一个matalb的四阶龙格库塔法解二阶微分方程的案列,附带一个FFT变换程序,供初学者参考(A MATALB four order Runge Kutta method for solving the two order differential equations for reference for beginners)
shoot
- 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
first_model
- 二阶微分方程求解输出,供初学者熟悉Simulink仿真,熟悉相关模块的功能及使用方法(Two order differential equation solving output)
4阶龙格库塔法求解二阶微分方程
- 基于打靶法采用4阶龙格库塔法对而降常微分方程进行求解求解二阶微分方程(Solving the Second Order Differential Equation by Solving the Fourth Order Runge-Kutta Method Based on the Shooting Method)
odefun
- matlab计算二阶微分方程,有详细介绍过程,适合新手上路。(Matlab calculates the second-order differential equation, has a detailed descr iption of the process, suitable for novices on the road.)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3
Matlab数值微分法汇总
- Matlab数值微分法汇总:MidPoint 中点公式求取导数 ThreePoint 三点法求函数的导数 FivePoint 五点法求函数的导数 DiffBSample 三次样条法求函数的导数 SmartDF 自适应法求函数的导数 CISimpson 辛普森数值微分法法求函数的导数 Richason 理查森外推算法求函数的导数 ThreePoint2 三点法求函数的二阶导数 FourPoint2 四点法求函数的二阶导数 FivePoin
Runge-kutta 解决二阶实际问题程序
- C语言编程四阶龙格库塔法解二阶常微分方程(C Language Programming Fourth Order Runge-Kutta Method for Solving Second Order Ordinary Differential Equations)