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

搜索资源列表

  1. ImageProcessingBasedonPartialDifferentialEquations

    0下载:
  2. 一本比较全面的偏微分方程的图像处理书,对学习PDE图像处理有很大帮助。-A more comprehensive image processing of partial differential equations book for learning PDE image processing of much help.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:23700287
    • 提供者:suyijie2008
  1. ode

    0下载:
  2. 一阶常微分方程的初值问题数值解,里面有各种方法的公式和使用范围-A first-order ordinary differential equations numerical solution of initial value problem, which there are various methods and the use of the formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:671074
    • 提供者:li
  1. pianweifen

    0下载:
  2. 利用MATLAB进行的常见偏微分数值算法,绝对全面!-Commonly carried out using MATLAB partial differential numerical algorithm, absolutely full!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7884
    • 提供者:wqc
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. Fourth-orderRungeKutta-rule

    0下载:
  2. 四阶龙格-库塔法则求解微分方程,四阶龙格-库塔法则求解微分方程-Fourth-order Runge- Kutta rule for solving differential equations, fourth-order Runge- Kutta rule for solving differential equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:750
    • 提供者:田田
  1. inpainingBDCB

    0下载:
  2. 基于偏微分的BDCB模型,该程序运行效果比较理想,且附有处理图像,点击运行就可使用,程序很好理解,请放心下载!-Based on partial differential of BDCB model ideal running effect of the program, and with image processing, click Run can use the program well understood, please be assured to download!
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4213055
    • 提供者:倪路桥
  1. inpainingTV

    0下载:
  2. 基于偏微分的TV模型,该程序运行效果非常理想,且附有处理图像,点击运行就可使用,程序很好理解,让大家少走弯路,强烈推荐!,请放心下载!-Based on partial differential of the TV model, the program runs very good results, and with image processing, click Run can use the program well understood so that we can avoid detou
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4213172
    • 提供者:倪路桥
  1. PDE_matlab

    0下载:
  2. 求解偏微分方程的实例程序, 其他人不需帐号就可自由下载此源码 -solve PDE problom
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:9600
    • 提供者:洪武
  1. pianweifenn

    0下载:
  2. 基于偏微分方程图像处理的第二部分,很适合研究该领域的同学,欢迎下载-welcom to get it. image
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3986004
    • 提供者:英子
  1. shuzhijiweifen

    0下载:
  2. 实验三 数值积分与数值微分 实验内容:选用复合梯形公式,复合Simpson公式,Romberg算法-Experiment 3 numerical integration and numerical differentiation experiment content: Using composite trapezoidal rule, composite Simpson formula, Romberg Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:11466
    • 提供者:yuan
  1. p

    0下载:
  2. 基于偏微分图像处理的剩余部分,值得大家下载学习-failed to translate
  3. 所属分类:Graph program

    • 发布日期:2017-05-19
    • 文件大小:5205381
    • 提供者:英子
  1. Solutionpartialdifferentialequations

    0下载:
  2. 偏微分方程的MATLAB解法,能快速求解,阐述了其编程思想,很实用-Solution partial differential equations
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130015
    • 提供者:董力
  1. ode45

    1下载:
  2. 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6201
    • 提供者:jiajt
  1. ADAMS_VARIABLE_STEP-SIZE_PREDICTOR-CORRECTOR_ALGOR

    0下载:
  2. 本程序时用来求解常微分方程的Adams 变步长预估校正算法-The procedure used to solve ordinary differential equations of the variable step-size Adams predictor-corrector algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2669
    • 提供者:mike
  1. CONTINUATION_METHOD_FOR_SYSTEMS_ALGORITHM

    0下载:
  2. 本程序是用来求解常微分方程的算法:延拓算法-This procedure is used to solve ordinary differential equations of the algorithm: Extension Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2089
    • 提供者:mike
  1. MATLABSOLUTION

    0下载:
  2. MATLABSOLUTION包含了偏微分方程的MATLAB数值解法以及一百个数值计算实例,有益于初学者。-MATLABSOLUTION contains the numerical solution of partial differential equations in MATLAB, as well as 100 numerical example, useful for beginners.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1273018
    • 提供者:李成
  1. anisodiff

    0下载:
  2. 二维的各项异性扩散方程,根据偏微分方程中的p-m编写的。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1292
    • 提供者:谢晖
  1. Matlab_algorithm

    0下载:
  2. 很多很好的matlab程序,包括用于数值微分,数值积分,非线性方程组求解-It contain a lot of good marlab programs, including those for numerical differentiation, numerical integration, nonlinear equations to solve, and so
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:162634
    • 提供者:王敏蔚
  1. RK

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

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

    0下载:
  2. 用经典RK方法和四阶ADAMS预测校正算法求解微分方程-Classical RK method and fourth-order predictor-corrector algorithm for solving differential equations ADAMS
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:874
    • 提供者:彭圣锋
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com