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

搜索资源列表

  1. 复合形法求最小值

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

    • 发布日期:2008-10-13
    • 文件大小:2517
    • 提供者:李先龙
  1. 随机最小值

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

    • 发布日期:2008-10-13
    • 文件大小:20190
    • 提供者:李君
  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. 汇编程序 最大值最小值平均值

    0下载:
  2. 汇编程序 最大值最小值平均值
  3. 所属分类:汇编语言

    • 发布日期:2010-11-22
    • 文件大小:13812
    • 提供者:Italymm
  1. tekey4 输出该数组中的最小值

    0下载:
  2. 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
  3. 所属分类:汇编语言

    • 发布日期:2016-12-23
    • 文件大小:656
    • 提供者:朱欢
  1. spfilter.rar

    0下载:
  2. 应用多种滤波器进行处理:算术均值,几何 均值,谐波均值,逆谐波均值,中值滤波, 中点滤波,最大值、最小值滤波等,To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:630
    • 提供者:yang
  1. pinghua

    0下载:
  2. 本程序利用空间邻域平均法和中值,最大值以及最小值滤波法对一幅二值图像进行平滑操作,通过仿真可以比较不同算法之间的差别。-The program uses space neighborhood average and median, maximum and minimum filtering method for a binary image smoothing operation, the simulation can compare the differences between the di
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:162871
    • 提供者:胡锦龙
  1. min_max_finder_part1

    0下载:
  2. 最大最小值寻找程序,可以实现自动查找最大值与最小值-min_max_finder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:3715
    • 提供者:孙伟
  1. ga_enhangced

    0下载:
  2. 求解两个变量的优化程序,可以选择求解函数最大值或最小值两种方式。-optimal algrithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3988
    • 提供者:李强
  1. dif_spfilt

    0下载:
  2. 应用多种滤波器进行处理:算术均值,几何 均值,谐波均值,逆谐波均值,中值滤波, 中点滤波,最大值、最小值滤波等-To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:632
    • 提供者:yang
  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. 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-05
    • 文件大小:456337
    • 提供者:王伟
  1. shiyanqi

    0下载:
  2. ? 假设某医生看病人的顺序是由病人的病情严重程度来决定。护士按照所有病人来医院的时间顺序给病人编号ID,依次为1,2,3,…,n;并且根据病人的病情严重程度设置Priority值,病越重,Priority的值越小。当医生开始工作时,护士根据病人的Priority值,由小到大依次安排病人看病。试为护士编写程序安排病人看病的先后次序利用最小值堆实现一个优先队列。- Using the minimum heap to implement a priority queue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1256
    • 提供者:wuting
  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-08
    • 文件大小:850
    • 提供者:
  1. Fortran中求最大值、最小值、平均数、众数和分布

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

  1. 噪声最小值跟踪算法

    0下载:
  2. 噪声最小值跟踪算法,用于语音增强,matlab源程序
  3. 所属分类:其它源码

  1. 遗传算法matlab求最小值

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

    • 发布日期:2017-12-17
    • 文件大小:31744
    • 提供者:Dl123
  1. 1--遗传算法代码-最小值

    1下载:
  2. 用来计算最大值或最小值的matlab代码,非常有用哦(This code is used to calculate the maximum and minimum, more useful, hope to adopt)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:54272
    • 提供者:萌八岁
  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. 遗传算法求最大最小值

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

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:Orin_Yu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com