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

搜索资源列表

  1. P_R_P

    0下载:
  2. 共轭梯度法,hessian矩阵计算,强迫正定Cholesky分解以及Gill_Murray改进Newton法的C语言实现。-Conjugate gradient method, hessian matrix calculation, forced definite Cholesky decomposition and Gill_Murray improved Newton method C language.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:129366
    • 提供者:seaman
  1. edge_detect

    0下载:
  2. 自己编的经典边缘检测和锐化算法,包含正交梯度法、Roberts梯度算子法、Prewitt梯度算子法、Sobel算子法、各向同性Sobel算子法;以及matlab自带工具箱相应算法的实现结果。希望对初学数字图像处理的朋友有帮助。-Their own series of classic edge detection and sharpening algorithms, including the orthogonal gradient method, Roberts gradient operato
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2352
    • 提供者:guerchengmin
  1. application-of-CG-and-Gauss-Seidel-

    0下载:
  2. 共轭梯度法和Gauss-Seidel迭代法的matlab实现,实例操作,取得了良好的效果-Conjugate gradient method and the Gauss-Seidel iteration method matlab implementation, instance operations, and achieved good results
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:42898
    • 提供者:张明
  1. 258

    0下载:
  2. 带动量,自适应学习速率的梯度下降法; 刚建立的网络误差 ; 对学习训练后的网络仿真; 误差函数赋值-matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4345
    • 提供者:食品
  1. smooth

    0下载:
  2. 使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -smooth and sharpen
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8294206
    • 提供者:strong
  1. mcmcCG

    0下载:
  2. 将共轭梯度法和模拟退火算法相结合,快速实现复杂函数的优化.-It is a simulated annealing algorithm combined with conjugate gradient methods to optimize the complex functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4302
    • 提供者:jeri
  1. fredhlom

    0下载:
  2. 梯度法求解第一类fredhlom积分方程的源代码-Gradient method for solving integral equations of the first class fredhlom source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:10671
    • 提供者:刘吉超
  1. CG

    0下载:
  2. 共轭梯度法+最优化方法+c++程序融合 解线性方程组-Conjugate gradient optimization method++ c++ application integration solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者:zn
  1. le

    0下载:
  2. 无约束共轭梯度法程序,有注释,vc编译通过了,很好用呢-gradu method no restraint
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8056
    • 提供者:杨光大
  1. RBF_Gradient.m

    0下载:
  2. rbf梯度法网络来做预测,过程很适合初学者懂的。很详细,很容易的!-RBF gradient method to predict the network, the process is very suitable for beginners understand. Very detailed, easy!
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:781
    • 提供者:yuanjianzhou
  1. getdf

    0下载:
  2. 用共轭梯度法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Conjugate gradient method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:张帆
  1. matlab-program

    1下载:
  2. 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25099
    • 提供者:丁长涛
  1. gongetiduf

    0下载:
  2. 这是共轭梯度法程序,比较好的,对于做最优化课程设计有帮助-This is the conjugate gradient method program, better,For optimization design of course do help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:89421
    • 提供者:杨正锋
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6483
    • 提供者:Gaivn Jin
  1. Linear-program-to-calculate-Hilber

    0下载:
  2. Hilber线性方程组的几种计算方法,包括高斯消元方法,共轭梯度法等等,并对其进行运算误差分析-Hilber several linear equations calculated
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:25227
    • 提供者:朱贤能
  1. matlab

    0下载:
  2. 基于matlab的共轭梯度法,基于这种算法可以求解矩阵的解,以及相应的误差-base on matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:550
    • 提供者:晓亮
  1. CG

    0下载:
  2. 共轭梯度法 求解线性方程组的子函数 可以编程直接调用 可验证其误差下降速度和收敛性-Conjugate gradient method is used to solve the linear equations son function can be directly call can be validated the programming error drop speed and convergence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:李冲
  1. p1

    2下载:
  2. 最优化算法中得拟牛顿法和共轭梯度法,以及Armijo型搜索和最优步长搜索。-Congradient and NiNewton algorithms in optimazation based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2660
    • 提供者:whc
  1. CG

    0下载:
  2. 这是一个关于共轭梯度法的C程序,可以用于矩阵迭代-This is a Cprogram about Conjugate Gradient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1445
    • 提供者:步明者
  1. gongertidufa

    1下载:
  2. 共轭梯度法求多元函数的极值,使用matlab程序即可解答-Conjugate gradient method for the extreme multi-function use matlab program to answer
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1585
    • 提供者:mike
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com