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

搜索资源列表

  1. TRACKING IN STREAMED VIDEO BY UPDATING GLOBALLY OPTIMAL MATCHINGS

    0下载:
  2. Matching methods such as the Hungarian algorithm have recently made an appearance as an alternative to classical tracking algorithms in computer vision, since they are able to nd the set of tracks that optimizes well-dened criteria over a given vid
  3. 所属分类:文档资料

  1. 5058591kmMatch

    0下载:
  2. KM算法,二分图匹配算法,匈牙利算法,给定加权矩阵,计算匹配策略-KM algorithm, bipartite graph matching algorithm, the Hungarian algorithm, for a given weight matrix to calculate matching strategy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1202
    • 提供者:zhang
  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. Bipartite

    0下载:
  2. 图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same level as the cycle done, the idea
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3248
    • 提供者:jiangxr
  1. Hungary

    0下载:
  2. 匈牙利算法实现二分图最大匹配 文件输入输出.-Hungarian algorithm bipartite graph maximum matching document input and output.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:872
    • 提供者:武永基
  1. erbutu

    0下载:
  2. 这一代码应用最经典的二部图算法,稍加改动便可用于其它类似题目,希望有所帮助-The code of the most classic bipartite graph algorithm can be modified for other similar topic, hope that help
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:984
    • 提供者:王强
  1. bipartite_graph_maximum_matching

    0下载:
  2. 三种二项图最大匹配算法.包括使用广度优先搜索以及深度优先搜索的匈牙利算法,以及Hopcroft-Karp算法。-Three of bipartite graph maximum matching algorithms. Including 1.Hungarian with DFS 2.Hungarian with BFS 3.Hopcroft-Karp algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-03-25
    • 文件大小:1667
    • 提供者:lj-leech
  1. HungaryAlgorithm

    1下载:
  2. 匈牙利算法,实现求二分图最大匹配,还有一些资料,实现的语言是C-Hungarian algorithm, seeking to achieve the maximum bipartite matching, there are some data to realize the language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:41934
    • 提供者:chenchencehn
  1. Hungarian

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

    • 发布日期:2016-04-17
    • 文件大小:3072
    • 提供者:路飞
  1. bipmatch

    0下载:
  2. This source code solves the matching problem in bipartite graphs by implementing the Hungarian Algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:117754
    • 提供者:Omid
  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

    0下载:
  2. 匈牙利演算法 解決對稱或不對稱matching問題-Hungarian Algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:2689
    • 提供者:挖哩
  1. Programs

    0下载:
  2. 都是自己实现的代码 自认为代码较同类短 实现清晰 效率很高 故传上来分享 HLPP 最高标号预留推进 网络流最好算法之一 DynamicTree 动态树 树上维护数据的终极算法 SAM 后缀自动机 多模式串线性处理 例题:CTSC2012 熟悉的文章 最后匈牙利 匹配算法-Code are realized since that clear and efficient code than similar short it pass up sharing the the HLPP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5169
    • 提供者:pm
  1. xiongyali

    0下载:
  2. 匈牙利匹配算法,利用匈牙利匹配算法,解决图论中的最大匹配问题,-Hungarian matching algorithm using Hungarian matching algorithm to solve the maximum matching problem in graph theory,
  3. 所属分类:File Formats

    • 发布日期:2017-11-04
    • 文件大小:4508
    • 提供者:王欢
  1. Bipartite-graph-matching

    0下载:
  2. 自己的笔记,二分图匹配详解,是用匈牙利算法解的。-Own notes, bipartite graph matching explain, with the Hungarian algorithm solution.
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:464054
    • 提供者:吕敏敏
  1. Hungarian

    0下载:
  2. 匈牙利算法的matlab程序,用于解决最大匹配等问题-Hungarian algorithm matlab program for solving the maximum matching problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2707
    • 提供者:良辰
  1. Hungarian-Algorithm.

    0下载:
  2. 函数查找最小边的权重匹配给出的M×N的边缘 使用匈牙利算法权重矩阵的权重 A function for finding a minimum edge weight matching given a MxN Edge weight matrix WEIGHTS using the Hungarian Algorithm. - A function for finding a minimum edge weight matching given a MxN Edge we
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2693
    • 提供者:李军
  1. Hungarian-algorithm

    0下载:
  2. 匈牙利算法是基于Hall定理中充分性证明的思想,它是部图匹配最常见的算法,该算法的核心就是寻找增-Hungarian algorithm is based on sufficient proof of the theorem Hall of thought, it is the most common graphs matching algorithm, the core of the algorithm is to find a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:170503
    • 提供者:张开
  1. hungarian-algorithm

    1下载:
  2. 用匈牙利算法求求解二分图最大匹配的算法思路-An algorithm for finding the maximum matching of two points graph with Hungarian algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-12-13
    • 文件大小:9450
    • 提供者:高雅
  1. Hungarian

    0下载:
  2. 本程序主要是通过匈牙利算法实现匹配,用于MATLAB仿真;(Matching by Hungarian algorithm;)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:ruqiu_0904
« 12 »
搜珍网 www.dssz.com