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

搜索资源列表

  1. 黄金分割法

    0下载:
  2. 一个黄金分割法求最优区间-golden section method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:954
    • 提供者:吴健林
  1. 黄金分割法源程序代码

    1下载:
  2. /*黄金分割法源程序代码*/
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-03-12
    • 文件大小:2080
    • 提供者:inndoor@126.com
  1. 黄金分割法进行一维搜索

    0下载:
  2. matlab程序黄金分割优化方法
  3. 所属分类:源码下载

  1. 机械优化设计黄金分割法程序

    0下载:
  2. 机械优化设计,黄金分割法程序,程序可以在vc6.00++环境运行,Optimal Design of Machinery, golden section method procedures, the procedures can vc6.00++ environment to run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1634
    • 提供者:陈文斌
  1. solvingequation.rar

    0下载:
  2. 加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示,Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1947
    • 提供者:猫儿
  1. 0618

    0下载:
  2. 用vb编的黄金分割法求极值的源代码,优化课上的作业。-Vb series with the Golden Section Method extremal source code, optimize the class work.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2980
    • 提供者:胡兴武
  1. huangjinfenge

    0下载:
  2. 黄金分割法求最小值的vb程序 在一个极值区间内 用黄金分割法 求的函数的最小值-the program of searching for the minimize by the method of huangjinfenge
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:11697
    • 提供者:big j jasonlii
  1. matlab

    0下载:
  2. 黄金分割法求极小值 功能:用黄金分割法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用 -Golden section method for the minimum functions: golden section method used for f (x) in the interval [a, b] on the approximate minimum. If and only if f (x) in [a, b] for the
  3. 所属分类:matlab

    • 发布日期:2016-12-23
    • 文件大小:1059
    • 提供者:songzhaozhe
  1. optional

    0下载:
  2. 黄金分割法(0.618)程序,以及进退法选择优化区间-Golden section method (0.618) procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:781
    • 提供者:liuchao
  1. optimal-esign

    0下载:
  2. C语言实现机械优化设计,六种一维方法。黄金分割法、平分法、三点二次插值法、三点三次插值法、割线法、抛物线法。-C-mechanical optimization design, the six one-dimensional approach. Golden section method, split method, 3.2 times interpolation method, 3.3 times interpolation method, secant method, the parabol
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:9414
    • 提供者:刘运量
  1. GOLD

    0下载:
  2. 机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值-Optimization of Mechanical Design, one-dimensional search method, for single-peak function, the use of advance and retreat method convergence interval, using golden section method for extremal
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:984
    • 提供者:宋佳
  1. goldenstein

    1下载:
  2. 黄金分割法的matlab程序,绝对正确,goldenstein-Golden section method of matlab procedures, absolutely correct, goldenstein
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3763
    • 提供者:xiaoyao
  1. goldsection

    0下载:
  2. 用进退法求初始区间,然后用黄金分割法求函数的极小值。-Advance and retreat method with the initial interval, and then golden section method using the minimum function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:823
    • 提供者:liwei
  1. shitanfa

    0下载:
  2. 黄金分割法 C语言 很不错的哦 大家-Golden section method C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:584
    • 提供者:guyadong
  1. conjugategradientmethod

    0下载:
  2. 使用黄金分割法和进退法进行区间搜索的共轭梯度法。-Golden section method and the use of advance and retreat method of interval search conjugate gradient method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1465
    • 提供者:zhangqt
  1. hjfg

    0下载:
  2. 优化设计一维搜索方法的黄金分割法,又称作0.618法!-Optimal Design of one-dimensional search method of golden section method, also known as the 0.618 Act!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:jj
  1. huangjinfenge

    0下载:
  2. 用黄金分割法解决一元函数的极小值问题,优化设计作业-Golden section method used to resolve a dollar issue of the minimum function, and optimize the design of operating
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3756
    • 提供者:sftf
  1. GoldenSectionMethod

    0下载:
  2. 提供一位搜索方法黄金分割法,比较简单实用。-GoldenSectionMethod
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:564
    • 提供者:ghg2006ghg
  1. 黄金分割法

    0下载:
  2. 用黄金分割法求任一函数的极值,包括进退法子程序,黄金分割法子程序,及函数子程序(Use the golden section method to find the extreme value of any function)
  3. 所属分类:其他

  1. 黄金分割

    0下载:
  2. 一维搜索的最优方法(黄金分割法)matlab程序(The best method of one dimension search (golden section method) matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:9216
    • 提供者:洛必达121
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com