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

搜索资源列表

  1. 二分覆盖

    0下载:
  2. 二分图是一个无向图,它的n 个顶点可二分为集合A和集合B,且同一集合中的任意两个顶点在图中无边相连(即任何一条边都是一个顶点在集合A中,另一个在集合B中)。当且仅当B中的每个顶点至少与A中一个顶点相连时,A的一个子集A 覆盖集合B(或简单地说,A 是一个覆盖)。覆盖A 的大小即为A 中的顶点数目。当且仅当A 是覆盖B的子集中最小的时,A 为最小覆盖。-two hours map is an undirected graph, it n vertices can be divided into t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.88kb
    • 提供者:王敏
  1. xiongyali

    1下载:
  2. 匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:霍党泽
  1. CommonDivisor

    0下载:
  2. 这是一个二分图完全匹配问题, 题意:给出一组数,这组数按给出的序列从标号1依次递增编号,现在要求你编写一个程序改变这些数的序列,使得每个数和其下标的最大公约数和相加得到的数最小。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:常雅敏
  1. match

    0下载:
  2. 详细介绍了二分图匹配,值得一看。尤其是搞大学生程序设计竞赛的,更值得一看。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:169.62kb
    • 提供者:吴索铸
  1. km

    1下载:
  2. KM算法 (求二分图最大带权比配) 的 O(n^3)经典实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:69.19kb
    • 提供者:贾骏超
  1. Km

    0下载:
  2. 图论中二分图匹配求最佳匹配的KM算法,用c实现,简单易懂
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:931byte
    • 提供者:cdw
  1. pipei

    1下载:
  2. 寻找二分图的最大匹配 程序通过一个二维的数组给出二分图,让后找出一个初始的匹配,通过初始匹配 找出最大匹配。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:93.66kb
    • 提供者:Tina612
  1. matlab二分图算法

    1下载:
  2. matlab二分图算法
  3. 所属分类:编译

  1. kmMatch.rar

    1下载:
  2. KM算法,实现二分图的最优匹配。 可实现最大匹配或者最小匹配。,KM algorithm, bipartite graph to achieve the optimal match. Can achieve maximum or minimum match to match.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:1.17kb
    • 提供者:shiming413
  1. MHT.rar

    7下载:
  2. 实现多假设跟踪(MHT)算法的MATLAB程序包. 程序使用了Murty提出的求出二分图匹配前N个最优解的算法.,MATLAB implementation of Multi-hypothesis tracking (MHT) algorithm.
  3. 所属分类:matlab

    • 发布日期:2016-11-07
    • 文件大小:45.1kb
    • 提供者:Ren Xiaoyi
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14.39kb
    • 提供者:诗苇
  1. xqq

    1下载:
  2. 二分图最大完美匹配算法,里面有具体例子的说明,实用性很强的-二分图最大完美匹配算法
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:28.13kb
    • 提供者:xqq309
  1. 20090224171138551

    1下载:
  2. 主要内容: 匹配的概念 二分图的定义和判定 二分图的最大匹配 二分图的最小覆盖问题 二分图的最佳匹配问题 -Main elements: the concept of matching the definition of bipartite graph and determine the maximum bipartite graph matching bipartite graph of minimum coverage of bipartite graph match
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:127.5kb
    • 提供者:陈子杭
  1. PointMatch

    0下载:
  2. 点集匹配算法实现。包括二分图匹配。可广泛应用计算机视觉领域-Point set matching algorithm. Including two sub-graph matching. Can be widely used in the field of computer vision
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:69.73kb
    • 提供者:李乔
  1. 二分图匹配无人机

    0下载:
  2. 基于二分图匹配,以无人机为例,自己写的,希望可以有帮助(Matching based on two points graph)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:2kb
    • 提供者:追小草
  1. Lab1

    0下载:
  2. 程序可允许输入一个无向图,然后自动判断是否为二分图。(The program allows you to enter an undirected graph, and then automatically judge whether it is a two point graph.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:song111
  1. Kuhn_Munkres

    1下载:
  2. 自己写的基于matlab的二分图最优匹配求解问题的解决小程序(A small program for solving the optimal matching problem of two points based on MATLAB)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:等到0333
  1. 网络流和二分图

    0下载:
  2. 这是对ACM竞赛中对网络流和二分图的讲解。(This is to explain the network flow and the two point diagram in the ACM competition.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:2.53mb
    • 提供者:欧阳锋q
  1. pipei

    1下载:
  2. 求二分图最大匹配可以用最大流或者匈牙利算法。 最大匹配 给定一个二分图G,在G的一个子图M中,M的边集中的任意两条边都不依附于同一个顶点,则称M是一个匹配. 选择这样的边数最大的子集称为图的最大匹配问题 如果一个匹配中,图中的每个顶点都和图中某条边相关联,则称此匹配为完全匹配,也称作完备匹配。(For maximum matching of two partite graphs, maximum flow or Hungarian algorithm can be used. The maxim
  3. 所属分类:其他

    • 发布日期:2020-04-17
    • 文件大小:1kb
    • 提供者:magician-
  1. munkres

    3下载:
  2. matlab实现匈牙利算法二分图最大匹配的程序(Matlab Hungarian algorithm to achieve the maximum matching problem.)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-10
    • 文件大小:3kb
    • 提供者:dday24
« 12 3 4 5 6 »
搜珍网 www.dssz.com