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

搜索资源列表

  1. matlab

    0下载:
  2. 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-use the matlab mathod to get the max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:163687
    • 提供者:刘曲
  1. yichuansuanfa-matlab

    0下载:
  2. 求下列函数的最大值 f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数。- Find the maximum value of the function f (x) = 10*
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2010
    • 提供者:zhanghongzhi
  1. ant-MATLAB-code

    0下载:
  2. 与蚁群算法相关的MATLAB源码,主要解决路径规划、最大值、TSP问题-Associated with the ant colony algorithm MATLAB source code, mainly to solve the TSP problem, the maximum robot path planning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1687493
    • 提供者:zhang
  1. MATLAB

    0下载:
  2. 采用局部最大值,找出图像的分水岭分割线,从而实现分水岭图像分割。-Local maximum, to find the image watershed segmentation line in order to achieve the watershed image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:12527
    • 提供者:
  1. intelligent_algorithm

    0下载:
  2. 求函数全局最大值的遗传算法、蚁群算法和粒子算法。智能算法绝好的入门材料。-Global maximum of a function of genetic algorithm, ant colony algorithm and particle algorithm. Excellent introductory material on intelligent algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:235177
    • 提供者:zoukeg
  1. matlab

    0下载:
  2. 里卖含有很多函数,如求最大值,最小值函数,一范数和二范数相加的问题。-Being sold contain a lot of functions, such as seeking the maximum, minimum function, the sum of a norm and the two norm.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:4728
    • 提供者:xiaojin
  1. matlab

    0下载:
  2. 优化相关的最大值与最小值极大值极小值问题-Optimization-related maximum and minimum maximum minimum problem
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:154624
    • 提供者:liujiamin
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. matlab-4

    0下载:
  2. matlab源码-函数的分析,最大值最小值,拐点,渐近线-matlab source code- analysis functions, maximum minimum, inflection point, asymptote
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:9997
    • 提供者:张军
  1. matlab-GA

    1下载:
  2. 该程序是利用遗传算法求解f=21.5+x1sin(4*pi*x1)+x2sin(20*pi*x2)在-3.0<=x1<=12.1 和 4.1<=x2<=5.8 上的最大值 -The program is the use of genetic algorithms f = 21.5+x1sin (4* pi* x1)+x2sin (20* pi* x2)-3.0 < = x1 < = 12.1 and 4.1 < = x2 < = maximum of 5.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:吴瑶瑶
  1. Genetic-Algorithm-matlab

    1下载:
  2. 利用遗传算法寻找下列多元函数的最大值:输出最优解、最优解对应的x和y值,以及遗传算法迭代过程中的适应度函数进化曲线。 -Maximum use of genetic algorithm to find the following multivariate function: output the optimal solution, x and y values ​ ​ corresponding to the optimal solution, and genetic a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:wang
  1. matlab

    1下载:
  2. matlab 用起泡法对10个数由小到大排序,即将相邻的两个数比较,将小的调到前头。 程序编写一个函数文件,实现以下功能:输入一个数组,对其元素进行从大到小的排列,将排序后的数组输出;求数组元素的最大值并求出它在原数组中的位置。 (3)有一个4×5矩阵,编程求其最大值及其所处的位置。 (4)编程求∑_(n 1)^20▒ n! (5)有一个函数f(x,y) x^2+sinxy+2y,写一个程序,输入自变量的值,输出函数值。 -matlab with bubble s
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4162
    • 提供者:hml
  1. 新建 Microsoft Word 文档

    0下载:
  2. 运用蚁群算法求函数最值,采取蚁群迭代。根据函数求出最大值(Ant colony algorithm is used to find the function minimum)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:12288
    • 提供者:烧纸抽抽
  1. rr

    0下载:
  2. 通过 for 循环和利用最大值函数,依次将每个方向上的最大风速波高读取到一个矩阵中。再利用 polar绘制玫瑰图。(Through the for cycle and the maximum value function, the maximum wind speed and wave height in each direction is read into a matrix in turn. And then use polar to draw roses.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-22
    • 文件大小:9216
    • 提供者:一拳
  1. liziqun

    0下载:
  2. 使用粒子群算法优化了最大值搜索,程序可直接使用。(Use a particle swarm algorithm to optimize searching a maximum value of a image.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:caomao
  1. GA

    0下载:
  2. 遗传算法的MATLAB程序,画出收敛曲线,求结果的最大值(Genetic algorithm MATLAB procedures, draw a convergence curve, the results of the maximum value)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:金梁
  1. MATLAB1

    0下载:
  2. matlab信号特征,最大值,最小值,熵(Signal feature extraction)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:grada
  1. 匈牙利算法m

    0下载:
  2. 此程序可以简单地解决0-1指派问题,可以分别求解目标函数最大值或最小值问题(This program can simply solve the 0-1 assignment problem, and can respectively solve the maximum or minimum of the objective function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:JackeeY
  1. ga遗传算法解最优解

    0下载:
  2. 这篇matlab程序是无需工具箱解决无约束目标函数最大值的程序(This matlab program is a program that does not need a toolbox to solve the maximum of an unconstrained objective function)
  3. 所属分类:网络编程

    • 发布日期:2017-12-10
    • 文件大小:9588
    • 提供者:nicaic
  1. maxassignment

    0下载:
  2. 实现指派问题的最大赋权,利用匈牙利算法实现0-1最大值规划。(The maximum empowerment of the assignment problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:therefor
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com