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

搜索资源列表

  1. ZFRR

    0下载:
  2. 数值方法中的最速下降法!用FROTRAN编写的,-Numerical methods in the steepest descent method! Written by FROTRAN, thank you
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1109
    • 提供者:yaojinwei
  1. desc

    0下载:
  2. 最速下降法 求极小值问题的程序示例 其中包含三个函数-Steepest descent procedure for seeking the minimum value problem examples
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:898
    • 提供者:alun
  1. AGC_simulation

    0下载:
  2. 采用最速下降法的AGC仿真,比较了用误差平均和仅用当次误差的控制效果。-The steepest descent method using the AGC simulation, compared with the average error, and only when the second error control effect.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:517
    • 提供者:鲁信
  1. lms

    0下载:
  2. 神经网络LMS算法(最速下降法),matlab源程序-neural networl LMS algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1206
    • 提供者:li bo
  1. zuisutidu

    0下载:
  2. 最速下降法,用于计算机,数值方法的实现,需调试再用,谢谢大家-steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:862
    • 提供者:杨泉
  1. Syl

    0下载:
  2. Sylvester type 方程的最速下降法matlab程序-matlab codes for Sylvester type equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3375
    • 提供者:dongnong
  1. most_descendant

    0下载:
  2. 一个最速下降法实现例子,有需要的可以-A steepest descent method to achieve an example, there is need to take a look at
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1946
    • 提供者:leexiaozh
  1. SA

    1下载:
  2. 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determ
  3. 所属分类:Algorithm

    • 发布日期:2014-12-22
    • 文件大小:2135
    • 提供者:cuiping5122
  1. 1

    0下载:
  2. 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索-Using c language of the steepest descent procedure, including the advance and retreat method and 0.618 using one-dimensional search method
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:517
    • 提供者:杨天
  1. mixNewton

    0下载:
  2. 混合Newton发求最小值.原理是基于Newton法,求解非线性方程。利用和最速下降法混合,避免了Newton的不足-ues mix Newton method to solve the problem: min f(x)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1214
    • 提供者:fanyuwei
  1. MATLAB

    0下载:
  2. 最速下降法程序 matlab应用于模糊控制 王立新主编-get to speedestdec
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2339
    • 提供者:zhuming
  1. LDSequencesV1.0

    0下载:
  2. 蒙特卡罗法最速下降法,布朗运动模拟c++代码-Low decrency sequence
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:678639
    • 提供者:dingding
  1. descent

    1下载:
  2. 自适应滤波中的最速下降法仿真程序,课程的大作业,可以绘制梯度曲线-Adaptive Filter steepest descent method simulation program, course the big job, you can draw the gradient curve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1185
    • 提供者:lurui
  1. acent

    0下载:
  2. 最优化算法中最速下降法的Matlab源码,很不错的源码,希望对你有用。-Optimization algorithm in the steepest descent method of Matlab source code, it is a good source, I hope useful to you.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:944
    • 提供者:丁志中
  1. MATLAB

    0下载:
  2. 最速下降法,搜索算法,匈牙利算法。-Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:256216
    • 提供者:痞子
  1. BP

    0下载:
  2. 最速下降法的BP实例,比较通用的-Steepest descent method of BP instance
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 以负梯度方向作为下降方向的极小化算法的最速下降法-To decrease the negative gradient direction as the direction of minimizing the steepest descent algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8680
    • 提供者:张三
  1. 005

    0下载:
  2. 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16125
    • 提供者:Snake
  1. zuisuxiajiangfa

    0下载:
  2. visual c++最速下降法求解香蕉函数极值点-visual c++ steepest descent method for solving extreme point of the banana function
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:2375
    • 提供者:芊綿
  1. zs

    0下载:
  2. C语言编程 ,实现最速下降法的一个小程序。-C language programming to realize the steepest descent method is a small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1111
    • 提供者:王强
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com