CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Hungarian algorithm

搜索资源列表

  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. MATLAB

    0下载:
  2. 最速下降法,搜索算法,匈牙利算法。-Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:256216
    • 提供者:痞子
  1. Hungarian

    1下载:
  2. 匈牙利算法。可解决指派问题,匹配问题,覆盖问题等。-Hungarian algorithm. Solve the assignment problem, matching, covering problems.
  3. 所属分类:matlab

    • 发布日期:2016-04-16
    • 文件大小:3072
    • 提供者:路飞
  1. algorithm-of-xiongyali

    0下载:
  2. 该文件给出了图论中最短路径的算法程序,其算法使用匈牙利算法-The document gives the shortest path in graph theory algorithm program, the algorithm uses the Hungarian algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1056
    • 提供者:田宾馆
  1. assignmentoptimal

    0下载:
  2. 解最优化问题的算法,用于解决最大后验概率问题,主要应用于目标跟踪中。-Hungarian algorithm for solving maximum a posteriori probability, is mainly used in target tracking.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2116
    • 提供者:白玮
  1. Graph-algorithms

    0下载:
  2. 图论算法。图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。本资料包含了Floyd、prim、匈牙利算法等算法-Graph algorithms. Graph algorithms in computer science plays a very important role, it provides a lot of problems for a simple and effective w
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:38316
    • 提供者:秦莉平
  1. hungarian

    0下载:
  2. 匈牙利算法 求解最大匹配问题 s为最佳匹配的总权值 e(:,[1,2])为匹配的两点,e(:,3)为各匹配的权-Hungarian algorithm to solve the maximum matching problem s is the best match of the total weight e (:, [1,2]) to match the two points, e (:, 3) for the right match
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1812
    • 提供者:when
  1. Hungarian-algorithm

    0下载:
  2. 匈牙利算法的MatLab实现,用于求解关于最大连接-MatLab implementation of the Hungarian algorithm for solving the maximum connection on
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7200
    • 提供者:wuhao
  1. xiongyali

    0下载:
  2. matlab 匈牙利算法,百度搜到的,试了可以用-Hungarian algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:960
    • 提供者:ramboforever
  1. xiongyalisuanfa

    0下载:
  2. 针对匈牙利算法,用matlab实现的匈牙利算法的程序!-Hungarian Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1179
    • 提供者:海崖
  1. zuidapipei

    0下载:
  2. 使用匈牙利算法实现二部图最大匹配,最终找到二部图的最大匹配-achieve the max matching in bipartite graph useing the method of Hungarian algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1186
    • 提供者:春暖花开
  1. Hopcroft_Karp

    0下载:
  2. 用于复杂网络中二分图的几种算法,包括著名的匈牙利算法等-For complex network of binary chart in several kinds of algorithm, including the famous Hungarian algorithm, etc
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:5640
    • 提供者:白波
  1. MatlabGr

    0下载:
  2. 图论程序包,包括最短路的两种算法、最小生成树、匈牙利算法和哈密顿问题的智能算法。-Graph Theory package, including the shortest of the two algorithms, minimum spanning tree, the Hungarian algorithm and Hamiltonian problem intelligent algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:21677359
    • 提供者:qian
  1. Hungary

    0下载:
  2. Matlab程序,匈牙利算法,可用于指派问题的求解-Hungarian algorithm can be used to solve the assignment problem
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1148
    • 提供者:小小
  1. munkres

    0下载:
  2. Hungarian algorithm - finds the closet permutation matrix to a target matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2479
    • 提供者:rabati
  1. munkres-

    0下载:
  2. 1965年,Edmonds提出匈牙利算法,解决了人员分配问题,这个给出的是该算法及其程序-In 1965, Edmonds made the Hungarian algorithm to solve the problem of staff assignments, this gives the program the algorithm and its
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3346
    • 提供者:糖果
  1. assign

    0下载:
  2. 匈牙利算法,用于解决指派问题,对刚刚学习优化理论的朋友来说非常合适-Hungarian algorithm for solving the assignment problem
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2112
    • 提供者:卡久
  1. Graph-theory-algorithm

    0下载:
  2. 图论算法及其MATLAB程序代码,有最短路问题、最小生成树、匈牙利算法等。-Graph algorithms and MATLAB code, there is the shortest path problem, minimum spanning tree, the Hungarian algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:58852
    • 提供者:jane
  1. maxhungarian

    0下载:
  2. matlab program for hungarian algorithm to find the maximum maching
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:水之灵动
  1. Hungarian-algorithm-By-matlab-master

    0下载:
  2. 对异构网络下的信道环境进行建模,包括路径损耗,多径衰落效应,小尺度衰落,并给出了匈牙利算法的实现(Modeling the channel environment under heterogeneous networks, including path loss, multipath fading effect, small-scale fading, and giving the implementation of Hungarian algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-08
    • 文件大小:4096
    • 提供者:美梦AD
« 12 »
搜珍网 www.dssz.com