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

搜索资源列表

  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. huangjinfenge

    0下载:
  2. 黄金分割-Golden Section
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:795
    • 提供者:许超然
  1. golden_sect

    0下载:
  2. 优化理论与方法的黄金分割法matlab程序-Optimization Theory and Methods of golden section method matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1108
    • 提供者:dulan
  1. GoldenSectionSearch

    0下载:
  2. 黄金分割法优化子程序 黄金分割法优化子程序-Golden Section Golden Section optimization Optimization Subroutine Subroutine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1808
    • 提供者:Ma Guolei
  1. gold

    0下载:
  2. 通过上机实现黄金分割搜索算法,了解并掌握黄金分割搜索算法的内涵。通过动态演示搜索全过程深刻理解该算法。-The realization of the machine through the golden section search algorithm, to understand and grasp the golden section search algorithm connotations. Through dynamic presentation search deep underst
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:19980
    • 提供者:plx
  1. Cpp4

    0下载:
  2. 进退法求收敛区间和黄金分割法求极值两种功能-Advance and retreat method convergence zone and the golden section method for extremal two functions
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:800
    • 提供者:陈十三
  1. biancheng

    0下载:
  2. 利用进退法求区间和黄金分割法做的优化设计编程。。。老师布置的题目-The use of advance and retreat method interval and golden section method to do to optimize the design of programming. . . The topic of teacher
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-28
    • 文件大小:1150
    • 提供者:杨开卫
  1. zuiyouhua

    0下载:
  2. 黄金分割法求极小,返回值fm为函数极小值,tm为极小值点,f为给定函数,t为函数变量,[a,b]为变量t的搜索区间-Golden section method is extremely small, the return value for the function fm minimum, tm for the minimum point, f for a given function, t for the function of variables, [a, b] for variable s
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1127
    • 提供者:夏巍
  1. 0618c

    0下载:
  2. c语言编写的黄金分割法源程序,优化课上作业,wintc环境下编译成功。-c languages source golden section method, optimizing operation classes, wintc environment successfully compiled.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:797
    • 提供者:胡兴武
  1. thirdchacter

    0下载:
  2. 进退法,黄金分割法,罚函数法求解一元函数。-Advance and retreat method, golden section method, penalty function method for solving a dollar function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4049
    • 提供者:liulihua
  1. huangjinfengehefabonaccia

    0下载:
  2. 可以用黄金分割和斐波那契算法实现优化,只要改变相应的参数就可以用了-Can be used and the Golden Section Fibonacci optimization algorithm implementation, as long as the change in the corresponding parameters can be used
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3463
    • 提供者:林权
  1. jianghaizhou

    0下载:
  2. 主要用于优化算法,像黄金分割法和进退法计算某个方程式,包括主程序,黄金分割法子程序和进退法子程序。-Optimization algorithm used, such as golden section method and the advance and retreat method to calculate a formula, including the main program, procedures and method of golden section method to adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:698
    • 提供者:姜海洲
  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. huangjin

    0下载:
  2. 最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:878880
    • 提供者:chunchen
  1. gold

    0下载:
  2. 黄金分割法求函数极小值点本人的作业大家可以参考参考参考-Golden section method for the minimum function of the operating point I refer to the reference you can refer to ah ah ah ah
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1048
    • 提供者:liang
  1. hjfgf

    0下载:
  2. 机械优化设计,完整黄金分割法,其中有进退法子程序,主函数。-Optimal Design of Machinery, complete golden section method, of which advance and retreat method procedures, the main function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:legend
  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. huangjingfenge

    0下载:
  2. 在matlab编译的利用黄金分割法求解的优化算法及实例-Matlab compiled in the golden section method using the optimization algorithm and examples
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:15871
    • 提供者:陈宗波
  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. 008

    0下载:
  2. 无约束优化方法,黄金分割法求函数极值,一维搜索问题-Unconstrained optimization methods, golden section method for extreme value function, one-dimensional search problems
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1281
    • 提供者:陈雨
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com