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

搜索资源列表

  1. 复合形法求最小值

    3下载:
  2. VB中.使用.复合形法求最小值.无压缩密码./?-VB. Use. The complex method for the minimum. Uncompressed password. /
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2517
    • 提供者:李先龙
  1. 求最小Hamilton回路

    0下载:
  2. 求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路-circuit for the smallest functional Hamilto
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43928
    • 提供者:吴剑刚
  1. 最小值

    0下载:
  2. 一个求最小值的小程序,是我刚开始学C语言时编的程序之一。-the minimum for a small program, I have just started to learn the C language when one part of the process.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20065
    • 提供者:李君
  1. extr.MATLAB编写的求最值的小程序

    1下载:
  2. MATLAB编写的求最值的小程序,效果很好,同时很有应用价值啊,MATLAB prepared the most value for small procedures, the effect of a very good value at the same time very ah
  3. 所属分类:matlab例程

    • 发布日期:2015-09-19
    • 文件大小:755
    • 提供者:霍浩
  1. gaobject

    1下载:
  2. 基于Visual C++ 语言的遗传算法求函数最小值的程序代码。-Based on Visual C++ language of the genetic algorithm for the minimum function of the program code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3612
    • 提供者:hexing
  1. A

    0下载:
  2. (a)编写程序完成如下功能:输入7个float类型的实数分别求最大值和最小值,并保留3位小数输出最大值和最小值。-(A) the preparation of procedures for the completion of the following functions: the importation of seven types of real float for maximum and minimum values, respectively, and three decimal pla
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:1797
    • 提供者:何辉
  1. SeekingTheMinimumValue

    0下载:
  2. 求最小值的方程原文件及运行命令文件,可以方便快捷的求出非线性有约束的最小值-Seeking the minimum value of the equation of the original documents and run the command file, you can find convenient and efficient non-linear constrained minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:456337
    • 提供者:王伟
  1. MyHamming

    0下载:
  2. 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数 q为退火因子,TolFun为函数容许误差 算法第一步根据输入变量数,将某些量设为缺省值- Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown fun
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:850
    • 提供者:
  1. Fortran中求最大值、最小值、平均数、众数和分布

    0下载:
  2. Fortran中求最大值、最小值、平均数、众数和分布
  3. 所属分类:matlab例程

  1. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助

    2下载:
  2. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
  3. 所属分类:matlab例程

  1. 图像分割最小误差法

    2下载:
  2. 最小误差法是一种较为常用的自动阈值分割方法,此方法来源于Bayes最小误差分类方法。通常以图像中的灰度为模式特征,假设各模式的灰度是独立分布的随机变量,并假设图像中待分割的模式服从一定的概率分布,则可以获得满足最小误差分类准则的最佳阈值分割。 该算法主要思想是假设图像中只存在背景和目标两种模式,根据目标和背景像素占图像总像素的百分比求出其混合概率密度,选定一个阈值T;再根据将目标像素点错划为背景像素点的概率和把背景像素点错划为目标的概率求出总的错误概率,那么最佳阈值就是使总错误概率最小的阈
  3. 所属分类:matlab例程

  1. 遗传算法matlab求最小值

    3下载:
  2. 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:31744
    • 提供者:Dl123
  1. geneMin

    0下载:
  2. 一个遗传算法求最小值的程序,利用C++编写,再CodeBLocks中建立的工程。(A genetic algorithm for minimum value procedures)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:43008
    • 提供者:NyuTartaros
  1. 数组列最大值

    0下载:
  2. 求二维数组按照列的最大值,最小值。直接就可以用了(Find a two-dimensional array, according to the maximum value of the column, the minimum value. You can use it directly)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:shuiyuege
  1. Seek minimum

    0下载:
  2. 用各种方法求函数在给定区间的最小值,感受符号法的局限性(solve the minimum value of a function in a given interval by various methods)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:19456
    • 提供者:灵_WHL
  1. GSO-求极大值

    0下载:
  2. 通过此代码实现萤火虫算法仿真,可实现求解最大值问题,同样也可以实现最小值问题(Through this code to achieve firefly algorithm simulation, can be achieved to solve the maximum value problem, also can achieve the minimum value problem.)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:renwoxing703
  1. 遗传算法求最大最小值

    0下载:
  2. 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:Orin_Yu
  1. main

    0下载:
  2. 遗传算法用c语言求一个函数最小值 函数为min y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680(The genetic algorithm uses the C language to find the minimum value of a function)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:网二233
  1. 111

    0下载:
  2. 设计遗传算法求解f(x)最小值,具体表达式如下: 一个求最小值的公式 要求必须使用m函数方式设计程序。(Design genetic algorithm to solve f ( x ) minimum value, the specific expression is as follows: A formula for finding the minimum The program must be designed using m function method.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:59392
    • 提供者:123编程序
  1. 直接求最小值

    1下载:
  2. 直接求最小值的程序,经过验证是对的。对于不会matlab的人来说可以参考(The program that directly seeks the minimum value is verified to be correct)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:10240
    • 提供者:海阔天空66
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com