CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 最小最小算法

搜索资源列表

  1. MaxMinproblem

    0下载:
  2. 最大最小问题的解决,对于一个简单算法的分析-The maximum and minimum solution to the problem, a simple algorithm for the analysis of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:856.09kb
    • 提供者:张前东
  1. maxmin

    0下载:
  2. 模式识别中,运用最大最小算法对输入的点进行分类(有界面)-In pattern recognition, the use of the maximum and minimum algorithm to classify the points of the input (there is interface)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:7.53kb
    • 提供者:晓晨
  1. max_min-distance-matlab

    0下载:
  2. 模式识别最大最小算法,MATLAB实现,可以实现鼠标选点,进行样例点的分类-Pattern recognition of the maximum and minimum algorithm, MATLAB implementation, can achieve the mouse point, classification of sample points
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.43kb
    • 提供者:niu
  1. 遗传算法matlab求最小值

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

    • 发布日期:2017-12-17
    • 文件大小:31kb
    • 提供者:Dl123
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:niada
  1. 粒子群算法

    1下载:
  2. C/C++语言粒子群代码,求最大最小值问题(C/C++ language code of particle swarm optimization, for maximum and minimum problems)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:7kb
    • 提供者:wm667
  1. 最小二乘法和牛顿迭代

    1下载:
  2. 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2.43mb
    • 提供者:笑似心酸
  1. main

    1下载:
  2. 能够实现多变遗传算法求解目标函数最大最小值,(To achieve the variable genetic algorithm for maximum and minimum)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:5kb
    • 提供者:yjabbt
  1. 1--遗传算法代码-最小值

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

    • 发布日期:2017-12-24
    • 文件大小:53kb
    • 提供者:萌八岁
  1. C#写的最小二乘法程序

    0下载:
  2. 实现了最小二乘算法的编写,初始解解算和迭代解算都能正常运行。(The preparation of least squares algorithm, the initial solution calculation and iterative solution can normal operation.)
  3. 所属分类:其他

  1. min——Classifier_dist_f

    0下载:
  2. 最小距离分类器,可以用于做对比算法,人脸识别中经常用(The minimum distance classifier can be used for comparison algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:16kb
    • 提供者:caoyao
  1. 最小生成树之kruskal算法

    0下载:
  2. 最小生成树之kruskal算法的概念及其实现 kruskal算法的精髓在于: 每次选取一条边。 该边同时满足:1、在当前未选边中权值最小;2、与已选边不构成回路。 直到选取n-1条表是算法结束。找到MST活判断不存在MST。(The concept and implementation of Kruskal algorithm for minimum spanning tree The essence of Kruskal algorithm lies in: Select one
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:11kb
    • 提供者:cuihuiling
  1. 优化算法

    2下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:旺旺饼干
  1. 多项式最小二乘法拟合

    6下载:
  2. 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:洪少
  1. main

    0下载:
  2. 最小二乘算法拟合多项式,最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。(Least square algorithm fitting polynomial)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:lilong1
  1. 基于夹角变化趋势的多边形自动搜索和生成算法

    0下载:
  2. 找最小闭合圈算法,也叫做左转算法论文,我已经用实际代码验证过论文的正确性(Looking for the least closed loop algorithm, also called the left turn algorithm paper, I have used the actual code to verify the correctness of the paper.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:304kb
    • 提供者:叶飞飞
  1. osccalc

    1下载:
  2. matlab编程偏最小二乘算法调用函数,交叉有效性准则(Calling function of cross validity criterion in partial least squares algorithm)
  3. 所属分类:其他

  1. qm算法

    0下载:
  2. QM算法是用来最小化卡诺图的一个算法,其大概思路是,对蕴含项中1的个数进行分组,只有1的个数相差为1的蕴含项才可能相邻,所以可以通过循环来穷举出所有的主蕴含项。(The QM algorithm is an algorithm used to minimize the Kano map. The idea is that the number of 1 of the implying items is grouped and only 1 of the implication items wit
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:130kb
    • 提供者:liwins
  1. 最小二乘解包裹算法

    2下载:
  2. 最小二乘法解包裹算法可以在光栅法三维重建时由相对相位求取绝对相位。(The least square unwrapping algorithm can obtain the absolute phase from the relative phase in the three-dimensional reconstruction of raster method.)
  3. 所属分类:其他

    • 发布日期:2019-07-24
    • 文件大小:8kb
    • 提供者:陨落心岩
  1. mmas

    2下载:
  2. 最大最小蚁群算法MMAS程序matlab版本(MMAS program MATLAB version)
  3. 所属分类:其他

    • 发布日期:2021-04-05
    • 文件大小:8kb
    • 提供者:来信
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com