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

搜索资源列表

  1. 11

    1下载:
  2. 全波形反演最速下降法,共轭梯度发matlab程序。仅供参考-Matlab conjugate gradient method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:21268
    • 提供者:张星
  1. 3_golden_ratio

    0下载:
  2. The golden ratio, also known as the divine proportion, golden mean, or golden section, is a number often encountered when taking the ratios of distances in simple geometric figures such as the pentagon, pentagram, decagon and dodecahedron. It is deno
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:673
    • 提供者:Marko
  1. FR

    0下载:
  2. 共轭梯度法,一种适合于研究生最优化方法课程的小程序,基于matlab的一个算例仿真-Conjugate gradient method, which is suitable for most graduate programs applet optimization, simulation based on a study of matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2651
    • 提供者:CHEN
  1. getd

    0下载:
  2. 共轭梯度法,稀疏矩阵的计算,光束法解算的一步-Step conjugate gradient method to calculate the sparse matrix calculation, beam method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:16487
    • 提供者:Jerry
  1. matlab

    0下载:
  2. QAM调制,最速下降法,Newton,黄金分割法, BFGS算法,非线性共轭梯度法,MAILAB实例-QAM modulation, the steepest descent method, Newton, golden section method, BFGS algorithm, nonlinear conjugate gradient method, MAILAB examples
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6105
    • 提供者:李鹏程
  1. gongetidufa

    0下载:
  2. 用VC++应用到最优化算法中的共轭梯度法-Using VC++ applied to the optimization algorithm of the conjugate gradient method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4112
    • 提供者:vv2603dizhui42
  1. iccg

    1下载:
  2. 利用共轭梯度法求解压力泊松方程的fortran程序-Conjugate Gradient Method for Solving Poisson equation of pressure fortran program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2963
    • 提供者:syj
  1. holographic-recording-and-playback

    0下载:
  2. 离轴全息记录与再现。复习衍射计算以及光学全息记录与再现原理,学习通过衍射计算完成光学离轴全息记录与再现过程仿真方法,理解第二代光学全息共轭像分离的条件,同时与通州全息作比较,注意观察再现像的特点。-Off-axis holographic recording and playback.Review the diffraction calculation as well as the optical principle of holographic recording and playback,
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4159224
    • 提供者:huyidu
  1. nonlinear-optimization

    0下载:
  2. 非线性规划各种算法汇总,包括线搜索、梯度下降法、牛顿法、共轭梯度法、DFP算法、BFGS算法和信赖域算法-Summary all kinds of algorithm of nonlinear programming, including line search, the gradient descent method, Newton method and conjugate gradient method, DFP algorithm and BFGS algorithm and trust
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5458
    • 提供者:夏瀛韬
  1. YMath

    1下载:
  2. 里面含有三种算法,包括共轭梯度矩阵求解,幂方法求本征值,同伦算法-Which contains three algorithms, including Conjugate Gradient matrix solver, power method uated the intrinsic value, homotopy method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:203764
    • 提供者:yuanshuhao
  1. Conjugate_gradient

    0下载:
  2. 用共轭梯度法解决最优化问题,有应用实例。-Conjugate gradient method to solve optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:齐晶
  1. Conjugate_gradient_exact

    0下载:
  2. 最优化方法的共轭梯度法的精确搜索,有二次终止性。-Refine search Conjugate Gradient Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:988
    • 提供者:齐晶
  1. WT_NN

    0下载:
  2. Wavelet analysis is used as a pre processor for a back-propagation neural network with conjugate gradient learning. The inputs to the neural network are the wavelet maxima neighborhood coefficients of face images at a particular scale. The output of
  3. 所属分类:AI-NN-PR

  1. C4-3

    0下载:
  2. 对于一元二次方程ax^2 + bx + c 0,解可以分为很多情况。 若该方程有两个不相等实根,首先输出1,换行,然后从小到大输出两个实根,换行; 若该方程有两个相等实根,首先输出2,换行,然后输出这个这个实根,换行; 若该方程有一对共轭复根,输出3,换行; 若该方程有无解,输出4,换行; 若该方程有无穷个解,输出5,换行; 若该方程只有一个根,首先输出6,换行,然后输出这个跟,换行;-For a quadratic equation
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:607
    • 提供者:胡超臣
  1. gongetidufa

    0下载:
  2. 一种共轭梯度法的matlab函数,可以用于求解病态的线性方程组,提高求解精度.还提供了算法的介绍文档-A conjugate gradient method of matlab function, can be used to solve ill-conditioned linear equations, improve the accuracy of solving
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:74207
    • 提供者:cyw
  1. An-Improved-Learning-Algorithm-Based-on-BFGS-Meth

    0下载:
  2. This paper suggests that a simple modification to the initial search direction can also substantially improve the training efficiency of almost all major optimization methods. It was discovered that if the initial search direction is locally modified
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:180284
    • 提供者:samir
  1. GETD

    0下载:
  2. 共轭梯度算法,现代优化算法的一种,可已用做最优化算法的求解。-Conjugate gradient algorithm, a kind of modern optimization algorithms can be used has been optimized Algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:860
    • 提供者:WANG
  1. Oil-water-

    1下载:
  2. 油水两相三维黑油模型有限差分的隐式共轭梯度求解程序-Oil-water two phase 3 d finite difference of black oil model implicit conjugate gradient solver
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5647
    • 提供者:zj
  1. Oil-water-2

    0下载:
  2. 油水两相三维黑油模型有限差分的显式共轭梯度求解程序-Oil-water two phase 3 d finite difference of black oil model explicit conjugate gradient solver
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4013
    • 提供者:zj
  1. gongetidu

    0下载:
  2. 代码中描述的是一个著名的LS共轭梯度法的程序-Code is described in a famous program of the LS conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1075
    • 提供者:hakunalife
« 1 2 ... 27 28 29 30 31 3233 34 35 »
搜珍网 www.dssz.com