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

搜索资源列表

  1. Sim

    0下载:
  2. 单纯形法,可以用于进行线性规划解的求取。在数学上有一定的应用价值,但速度上可能不太优化,如果对速度有要求的,可参考MATLAB-Simplex method, linear programming solution can be used to carry out the strike. In mathematics there is a certain value, but the speed may not be optimized for speed if required, can re
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:48080
    • 提供者:fossilxiang
  1. gaosiyuedangfa

    0下载:
  2. 建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中-The establishment of mesh-current equations, using Gauss Jordan Method, the results saved in txt format document
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1615
    • 提供者:张三
  1. thresh_md

    0下载:
  2. 该函数实现了用最大方差法来计算出分割阈值-To achieve maximum variance method to calculate the threshold segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:630
    • 提供者:哓哓
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. nedi

    0下载:
  2. 该函数实现的是文章New edge-directed interpolation中的算法-it implements the method in new edge-directed interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:172545
    • 提供者:黎明
  1. sdfsadfsdafasd123

    1下载:
  2. Differential Equations (ODE) Solver through Galerkin Method Galerkin方法求解常微分方程组的实现 这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是 Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method Galerkin method for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:203720
    • 提供者:adu
  1. juanji

    0下载:
  2. matlab卷积实现的方法,以及对卷积算法 的改进-matlab convolution method, and the Convolution Algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:155906
    • 提供者:weiwenhui
  1. projectprogaram

    0下载:
  2. Recognition of visual patterns and characters are independent of position, size, and orientation in the visual field has been the goal of much recent research. The method presented in this paper meets all these condition. An off-line signature matchi
  3. 所属分类:Communication

  1. watershed_serial

    1下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。 -Watershed segmentation method is a
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3496408
    • 提供者:王帅
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. method

    0下载:
  2. a new method protection
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:685866
    • 提供者:ali
  1. MatlabFem

    0下载:
  2. Matlab有限元程序,是书he Finite Element Method Using MATLAB中的源程序-Finte element using matlab, source code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:123874
    • 提供者:chien
  1. OOP

    0下载:
  2. This project is about implementing a world model that allows the path planning algorithm to query if a certain point in space is free from obstacles. -Planning a path from one point of the environment to another while avoiding collisions with the env
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:5283
    • 提供者:wanglu
  1. GMMS

    0下载:
  2. OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:498062
    • 提供者:jiaojiao003
  1. opt_matlabGUI

    2下载:
  2. 最优化算法,单纯形法,两阶段法,大M法,单纯形法(两步法)求解任意LP问题的可视化界面-Optimization algorithm, simplex method, two-phase method, Big M method
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2361136
    • 提供者:yangyun
  1. modes

    1下载:
  2. 产生N自由度结构任意荷载作用下的响应,使用模态叠加技术-Program to generate the response of an N-DOF structure to any arbitrary applied loading using the MODE SUPERPOSITION METHOD
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-09
    • 文件大小:101913
    • 提供者:梦回
  1. CBF_convention_beamforming

    0下载:
  2. 最小方差无畸变波束形成,常用的常规波束形成方法-Minimum variance distortionless beam forming, common conventional beamforming method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:943
    • 提供者:dsm
  1. Newmark_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this alysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1305
    • 提供者:reza
  1. wilson_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this analysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1304
    • 提供者:reza
  1. designoflinearfiltering

    0下载:
  2. 滤波器的设计 线性滤波 卷积与相关 imfilter 滤波函数 预定义滤波 FIR 滤波器的设计 FIR 滤波器基础 计算二维频率响应 计算期望频率响应矩阵 频率变换法 频率采样法 窗函数法 -The design of linear filtering, convolution filter and associated filtering function imfilter predefined filter F
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:2996
    • 提供者:齐子新
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com