当前位置:
首页
资源下载

搜索资源 - maximum bipartite matching
搜索资源列表
-
0下载:
图论算法及其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
-
-
1下载:
三个求二分图最大匹配的程序(bfs,dfs,多增光路算法)-Three for the maximum bipartite graph matching procedure (bfs, dfs, multi-path algorithm Zengguang)
-
-
0下载:
偶图最大匹配完全照算法说明利用集合运算实现的matlab代码。这里需要大家讨论的是增广路的选取的算法,希望朋友们多多讨论,争取找一种更好的增广路方法,有想法的一定告诉我,谢谢,jxrhhu@hhu.edu.cn-Bipartite graph maximum matching algorithm descr iption completely according to the use of computing to achieve a collection of matlab code. Her
-
-
0下载:
匈牙利算法实现二分图最大匹配
文件输入输出.-Hungarian algorithm bipartite graph maximum matching document input and output.
-
-
0下载:
二分图匹配-匈牙利算法
效率很高,求二分图最大匹配。-Bipartite graph matching- Hungary algorithm highly efficient, and the maximum bipartite graph matching.
-
-
0下载:
求二分图最大匹配 匈牙利算法-Seeking the maximum bipartite graph matching for bipartite graph maximum matching algorithm Hungary
-
-
1下载:
poj 2771
一道关于二分图的最大匹配-poj 2771 on the maximum bipartite graph matching
-
-
1下载:
二分图的最大匹配,非常好的资料。这是我辛勤找来的。-Bipartite graph of maximum matching, very good information. This is what I found the hard.
-
-
0下载:
poj1469, 二分图最大匹配,最大匹配-poj1469, Maximum Bipartite Matching
-
-
1下载:
主要内容:
匹配的概念
二分图的定义和判定
二分图的最大匹配
二分图的最小覆盖问题
二分图的最佳匹配问题
-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
-
-
0下载:
三种二项图最大匹配算法.包括使用广度优先搜索以及深度优先搜索的匈牙利算法,以及Hopcroft-Karp算法。-Three of bipartite graph maximum matching algorithms. Including
1.Hungarian with DFS
2.Hungarian with BFS
3.Hopcroft-Karp algorithm
-
-
1下载:
匈牙利算法,实现求二分图最大匹配,还有一些资料,实现的语言是C-Hungarian algorithm, seeking to achieve the maximum bipartite matching, there are some data to realize the language is C++
-
-
1下载:
我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
-
-
1下载:
5个关于图论的算法 包括K短路问题 NLOGN问题 二分图匹配问题 费用流问题 最大流问题-5 on the graph theory algorithms, including K shortest path problem NLOGN problems cost bipartite matching maximum flow flow
-
-
1下载:
求二分图匹配多种算法,网络流最大流的部分模板-Find a variety of bipartite graph matching algorithms, network flow part of the template maximum flow
-
-
0下载:
关于二分图中一些定义,定理及如何求解最大流的问题-Bipartite graph on some definitions, theorems and how to solve the problem of maximum flow
-
-
1下载:
使用matlab编程,讨论二分图的最大匹配和最优匹配-Using matlab programming, discussing the maximum bipartite matching and optimal matching
-
-
1下载:
目录
1,搜索算法;
2,贪心算法;
3,动态规划;
4,最短路径;
5,最小生成树;
6,二分图的最大匹配;
7,-Contents 1, the search algorithm 2, the greedy algorithm 3, dynamic programming 4, the shortest path 5, the minimum spanning tree 6, maximum bipartite matching 7, ...
-
-
0下载:
poj 2771一道关于二分图的最大匹配-poj 2771 on the maximum bipartite graph matching
-
-
0下载:
二部图的最大匹配问题,先构建二部图,然后用匈牙利算法求出最大匹配-The maximum bipartite graph matching problem, first build a bipartite graph, and then use the Hungarian algorithm to derive maximum matching
-