搜索资源列表

  1. random_bipartite

    0下载:
  2. 生成Bipartite Graphs ./distributions -u -m 1 -M 10 -n 100 -s 500 > top_distrib ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 > bottom_distrib ./random_bipartite -t top_distrib -b bottom_distrib > bn_test
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:阿类
  1. Km

    0下载:
  2. 图论中二分图匹配求最佳匹配的KM算法,用c实现,简单易懂-Graph Theory in the bipartite graph matching the best match for KM algorithm, with c realize, easy-to-read
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:cdw
  1. pipei

    0下载:
  2. 寻找二分图的最大匹配 程序通过一个二维的数组给出二分图,让后找出一个初始的匹配,通过初始匹配 找出最大匹配。 -Bipartite graph to find the maximum matching program through a two-dimensional array is given bipartite graph, so that after the initial find a match, the ado
  3. 所属分类:图形图象

    • 发布日期:2024-11-24
    • 文件大小:93kb
    • 提供者:Tina612
  1. biMatichHungary

    0下载:
  2. 偶图最大匹配完全照算法说明利用集合运算实现的matlab代码。这里需要大家讨论的是增广路的选取的算法,希望朋友们多多讨论,争取找一种更好的增广路方法,有想法的一定告诉我,谢谢,jxrhhu@hhu.edu.cn-Bipartite graph maximum matching algorithm descr iption completely according to the use of computing to achieve a
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:jiangxr
  1. Hungary

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

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:武永基
  1. fm

    0下载:
  2. 基于图的二分算法,使用c++编写,执行效率非常高,特别适用于网络划分-Bipartite graph-based algorithm, the use of c++ Preparation, implementation efficiency is very high, especially for network segmentation
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:31kb
    • 提供者:大赛分
  1. Matching_on_Weighted_Bipartite_Graph

    0下载:
  2. 加权二分图匹配,对于给定权重的二分图求出最大匹配-find the max matching of a given weighted bipartite graph
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:LS
  1. bipartitegraph

    0下载:
  2. 判断一个连通无向图是否为二部图 利用两个集合存放两个不相交的子集-Determine whether a connected undirected graph is a bipartite graph
  3. 所属分类:界面编程

    • 发布日期:2024-11-24
    • 文件大小:8kb
    • 提供者:weixiaoguoke
  1. bipartite_matching.cpp.tar

    0下载:
  2. This is a small program for bipartite matching-This is a small program for bipartite matching...
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:Hendrik
  1. 11

    0下载:
  2. 二分图的最大匹配,非常好的资料。这是我辛勤找来的。-Bipartite graph of maximum matching, very good information. This is what I found the hard.
  3. 所属分类:书籍源码

    • 发布日期:2024-11-24
    • 文件大小:8kb
    • 提供者:shixinfei
  1. erbutu

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

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:王强
  1. MessageBox

    0下载:
  2. The preparation of Euler circuit algorithm, bipartite graph of the curriculum design, implementation, use of credit to the path to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:149kb
    • 提供者:小小
  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. 所属分类:书籍源码

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:lj-leech
  1. Bipartite-graph-to-determine

    0下载:
  2. 本压缩文件完整地实现了二分图判定的判定算法,代码很完整 -This compressed file a complete bipartite graph realized the judge determine the algorithm, the code is very complete
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:榔头
  1. BipartiteGraphs

    0下载:
  2. Bipartite Graphs for Graph Teory
  3. 所属分类:C#编程

    • 发布日期:2024-11-24
    • 文件大小:135kb
    • 提供者:mustafa
  1. Bipartite-graph-matching-template

    0下载:
  2. 求二分图匹配多种算法,网络流最大流的部分模板-Find a variety of bipartite graph matching algorithms, network flow part of the template maximum flow
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:7kb
    • 提供者:陈帅军
  1. Bipartite-graph-matching-problem)

    0下载:
  2. 关于二分图中一些定义,定理及如何求解最大流的问题-Bipartite graph on some definitions, theorems and how to solve the problem of maximum flow
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:21kb
    • 提供者:陈帅军
  1. bipartite-graph-algorithms

    0下载:
  2. 本文初步介绍了二分图有关的基本算法,和常用的建模方法-The paper initially describes the bipartite graph algorithms, and modeling
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:559kb
    • 提供者:陈融一
  1. Bipartite-graph

    0下载:
  2. 使用matlab编程,讨论二分图的最大匹配和最优匹配-Using matlab programming, discussing the maximum bipartite matching and optimal matching
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:rose
  1. Bipartite-graph-matching

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

    • 发布日期:2024-11-24
    • 文件大小:453kb
    • 提供者:吕敏敏
« 12 3 4 5 »

源码中国 www.ymcn.org