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

搜索资源列表

  1. ADADAD

    0下载:
  2. 黄金分割法C程序源代码!!仅有代码!可以运行与调试-Golden section method C program source code!! Only code Can run and debug
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:793
    • 提供者:刘小敏
  1. gongyou

    0下载:
  2. 工程优化算法中的 黄金分割法 进退法 三点插值法 matlab编写 简单实用 -Engineering optimization of the golden section method in the algorithm Matlab to write simple and practical
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3354
    • 提供者:张阳
  1. Golde_Split

    0下载:
  2. 黄金分割法求最优化问题,Windows 7/vc6.0下编译通过。 运行结果正常。-The golden section method to seek the optimization problem
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:42603
    • 提供者:njut
  1. one-dimensional-search-

    1下载:
  2. 自己编的几个一维搜索MATLAB代码,有牛顿法、平分法、成功失败法、黄金分割法、进退发、不精确一维搜索法。-for their own series of several one-dimensional Search MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:21643
    • 提供者:方成心
  1. golds

    0下载:
  2. 黄金分割法代码 功能: 0.618法精确线搜索-function [s,phis,k,G,E]=golds(phi,a,b,delta,epsilon)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:626
    • 提供者:张婧茹
  1. goldPpowell

    0下载:
  2. matlab编写的黄金分割法求极值,C语言写鲍威尔修正算法,对n阶n次函数都实用,详细说明。-Matlab written in golden section method extremum, written in C language Powell correction algorithm, function of order n n practical details.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3719
    • 提供者:王兄
  1. dfp

    1下载:
  2. 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:818
    • 提供者:王刚
  1. huangdianjun

    0下载:
  2. 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:5300
    • 提供者:王刚
  1. conjugategradient

    0下载:
  2. 本程序用共轭梯度法求函数局部极小值。程序包括三个文件,主程序conjugategradient,函数的梯度gradient,以及黄金分割法partition精确求一维搜索极小点变量步长。程序用来求多变量函数的极小值。-This program conjugate gradient method and function of local minima. The program includes three files, the main conjugategradient function gr
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1399
    • 提供者:Jemdom
  1. hjfgf

    0下载:
  2. 黄金分割法的程序,属于优化算法。研究生课程需要编写的程序,上传给大家看看,多多交流吧。-Golden section method program, part of the optimization algorithm. Graduate courses need to write a program, upload for everyone to see, a lot of exchanges.
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:2725
    • 提供者:小李
  1. MPPT-Algorithm

    1下载:
  2. 最大功率跟踪(mppt)算法,包括爬山法,扰动法,导纳增量法,黄金分割法-MPPT Algorithm,Include Hill-Climbing Method, P&O Method, IncCond Method, Golden Section Method
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2014-04-17
    • 文件大小:4096
    • 提供者:guoholehole
  1. zuiyouhua

    0下载:
  2. 用C++编写,黄金分割法进行的一维极小值点搜索-With C++ writing, golden section method, the minimum value of the one-dimensional point search
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:517
    • 提供者:唐泽栋
  1. onedimenssionsearch

    0下载:
  2. 实用最优化算法课程中要求的一维搜索算法,包括牛顿法、黄金分割法、成功失败法等,全是自己原创的matlab代码,有什么问题可以找我,QQ:492655735-Practical optimization algorithm courses require a one-dimensional search algorithm, including Newton' s method, golden section method, the success or failure method ful
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:3253
    • 提供者:黎宇帆
  1. the-one-dimensional-functions

    0下载:
  2. 9种不同的方法求解一维函数的极值,包括黄金分割法、插值法等。-Nine different ways to solve the extreme value of the one-dimensional functions, including the golden section method, interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:4200
    • 提供者:zhang
  1. golden-section-method

    0下载:
  2. 黄金分割法的功用是求出一维函数在区间内的最优步长.为后期的求解最优解做铺垫.-The function of the law of the golden section is obtained a one-dimensional function within the interval optimal stepsize pave the way for solving the optimal solution for the late.
  3. 所属分类:文件格式

    • 发布日期:2017-11-16
    • 文件大小:1024
    • 提供者:wang weishan
  1. NewJFrame

    0下载:
  2. 带图形用户界面,使用“黄金分割法”和“最陡下降法”求根的代码,作为数值计算的入门素材-With a graphical user interface, the use of the "golden section method and the steepest descent method for extracting the roots code, as introductory material for the numerical calculation
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-27
    • 文件大小:3527
    • 提供者:邓捷
  1. GoldenSectionFun.m

    0下载:
  2. 黄金分割法的原matlab代码,可以进行一位搜索寻求最小值-Golden Section Fun
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:464667
    • 提供者:zhuxiao
  1. HJ

    0下载:
  2. 最优化方法:黄金分割法求极值(VC++源程序)-Optimization method: the golden section method extremum (VC++, source)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:111135
    • 提供者:rain
  1. best

    0下载:
  2. 进退法找求单峰区间,黄金分割法找最优解的matlab程序。-The advance and retreat method to find requirements unimodal interval, golden section method matlab program to find the optimal solution.
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:625
    • 提供者:litong
  1. Form1

    0下载:
  2. 黄金分割法利用进退法和黄金分割法进行以为搜索,并显示最优解及迭代次数-The advance and retreat method and the golden section golden section method that search and display the optimal solution and the number of iterations
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:1459
    • 提供者:代艾波
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com