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

搜索资源列表

  1. 最优化的共轭梯度法

    0下载:
  2. 用于解决目标函数的最优化问题,目标函数自编,在vc++6.0中运行通过-objective function for the solution of optimization problem, the objective function writing, the vc + +6.0 running through
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51169
    • 提供者:刘朝勇
  1. 最优化作业C++源代码

    3下载:
  2. 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12986
    • 提供者:tw
  1. 共轭梯度法求正定方程组

    0下载:
  2. 系数矩阵及结果文件均存入文件,VB程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-01-10
    • 文件大小:2252
    • 提供者:cangcang
  1. 非线性共轭梯度法

    0下载:
  2. 所属分类:其它程序

  1. 共轭梯度法C语言源程序.txt

    2下载:
  2. 所属分类:C#编程

    • 发布日期:2010-11-18
    • 文件大小:962
    • 提供者:yxlong320
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. 模板匹配法

    0下载:
  2. 模板匹配法,与梯度和Laplacian算子相比较,除了能增强图像边缘外,还具有平滑噪声的优点。
  3. 所属分类:源码下载

    • 发布日期:2011-05-03
    • 文件大小:38144
    • 提供者:lxf022
  1. 多元无约束极值matlab

    1下载:
  2. 内含牛顿法、梯度法、共轭梯度法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-06-09
    • 文件大小:2183
    • 提供者:joys99xs
  1. 最优化的bfgs算法

    2下载:
  2. 最优化的bfgs算法,是采用matlab编程,BFGS optimization algorithm, using matlab programming
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-08-25
    • 文件大小:14310
    • 提供者:wuxiaoan
  1. Image_Enhancement.rar

    2下载:
  2. 首先使用拉普拉斯变换突出图像中的小细节,然后用梯度法突出其边缘。将变换图像与原图叠加,得到混合增强后的图像;最后对图像进行灰度变换(幂次变换),Laplace transform to highlight the first to use images of small details, and then use the gradient method to highlight its edge. Will transform the image with the image overlay,
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:89040
    • 提供者:shen hong
  1. DC_OPF.rar

    2下载:
  2. 电力系统直流网络最优潮流计算程序,java语言编写。包含高斯法,梯度法等算法,DC power system optimal power flow calculation program network, java language. Contains the Gaussian method, gradient method, such as algorithm
  3. 所属分类:Java Develop

    • 发布日期:2015-05-01
    • 文件大小:2310813
    • 提供者:xuchen
  1. zyh.rar

    0下载:
  2. 最优化理论与方法,其中包括两种BFGS算法与共轭梯度法,以及H终止准则!!1,Optimization theory and methods, including the two co-BFGS algorithm for conjugate gradient method, as well as the termination criteria for H! ! 1
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5511
    • 提供者:齐翔宇
  1. Seven-RBF_NN--code

    0下载:
  2. 七个RBF神经网络的源代码:基于梯度法、OLS 、聚类、k均值聚类、函数逼近的RBF 网设计算法,及预测模型 -Seven RBF neural network source code: gradient-based method, OLS, clustering, k-means clustering, function approximation of the RBF network design algorithms, and predictive models
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8523
    • 提供者:xuliangliang
  1. RBF_s

    4下载:
  2. 径向基神经网络,使用的算法梯度下降法,比较清晰,适合于初学神经网络的用户-RBF neural network, using gradient descent algorithm, more clarity, suitable for novice users of neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:673
    • 提供者:simbabi
  1. 1612027Optimize

    0下载:
  2. 本算法包含牛顿法、梯度法、导数法、步长加速法、直接法等优化算法-The algorithm contains the Newton method, gradient, derivative, reeves, the direct method and other optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12045
    • 提供者:shenys
  1. ruihua

    3下载:
  2. 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:74977
    • 提供者:o璐璐
  1. PCG-matlab

    0下载:
  2. 引入较好的预处理子,加快共轭梯度法的收敛速度-The introduction of better preconditioners, conjugate gradient method to speed up the convergence rate
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:9216
    • 提供者:11
  1. PRP 采用FORTRAN语言

    1下载:
  2. PRP共轭梯度法优化计算,采用FORTRAN语言-PRP conjugate gradient method optimization, the use of FORTRAN language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-28
    • 文件大小:2231
    • 提供者:王帅
  1. RBF

    1下载:
  2. 基于梯度法编写的RBF神经网络程序,实现对输入数据的逼近-Gradient method based on the preparation process of the RBF neural network to achieve the approximation of the input data
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-23
    • 文件大小:965
    • 提供者:wshli
  1. optimizationtheory-matlab

    0下载:
  2. 最优化理论中的几个算法,包括共轭梯度法,公轭梯度法,方向加速法,步长加速,变尺度法-Optimization theory in several algorithms, including the conjugate gradient method, public and conjugate gradient method, directional method, step speed, variable metric method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:23894
    • 提供者:郑林君
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com