搜索资源列表
匈牙利算法
- 本文用C语言实现了优化算法-匈牙利算法,以用来解决匹配问题-Using C programming language, the optimization algorithm-Hungary algorithm used to solve the matching problem
matlab2.rar
- 匈牙利算法的matlab程序,写得不错,多多支持啊,Hungary algorithm matlab procedures, written well, a lot of support ah
zz
- 用C语言编写的匈牙利算法,程序较长,可以运行。-Using C language prepare the Hungarian algorithm, the program longer, you can run.
1011423523562
- 有关统计学的运筹学之指派问题的匈牙利算法。-Operational research on the statistics of the assignment problem of Hungary algorithm.
hungury
- 用编程来实现匈牙利算法,主要解决指派问题,有兴趣的下来看看。-Hungary used to achieve programming algorithm, mainly to solve the assignment problem, interested to see it.
xiongyaliandKMsuanfa
- 匈牙利算法和KM算法 详细讲解了匈牙利算法和KM算法 及其实现-Hungary and the KM Algorithm algorithm detailed account of the Hungarian algorithm and the KM Algorithm and Its Implementation
HungaryAlgorithm
- 匈牙利算法,实现求二分图最大匹配,还有一些资料,实现的语言是C-Hungarian algorithm, seeking to achieve the maximum bipartite matching, there are some data to realize the language is C++
fenpei
- 分配问题的实现,是利用匈牙利算法实现的MATLAB代码!-The realization of the distribution is the use of the MATLAB code Hungarian algorithm!
MaximumMatching
- 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
390854564fenpei_matlab
- 这段代码使用matlab实现匈牙利算法的匹配问题。-matlab algorithm to achieve the matching of Hungary
Hungarian
- 匈牙利算法。可解决指派问题,匹配问题,覆盖问题等。-Hungarian algorithm. Solve the assignment problem, matching, covering problems.
qddown_vc1011423523562
- 指派问题的匈牙利算法 指派问题的匈牙利算法-Hungarian Assignment algorithm Hungarian algorithm assignment problem
hungarian
- 匈牙利算法 求解最大匹配问题 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
Hungarian-algorithm
- 匈牙利算法的MatLab实现,用于求解关于最大连接-MatLab implementation of the Hungarian algorithm for solving the maximum connection on
matlab实现匈牙利算法
- 在实际工作中经常会遇到分配问题,n个人被分配去做n件工作,每个人只做一件工作,每件工作只有一个人做,由于每个人的特长不同,效率也是不同的。匈牙利算法就是解决任务分配问题,使完成的任务的总效率最高(时间最短,费用最少等)。
fp
- 指派问题的匈牙利算法,基本算法实现。 Hungarian algorithm for assignment problem(Hungarian algorithm for assignment problem)
hungarian
- 匈牙利算法实现任务分配,源码详细编程,例子验证(Hungarian algorithm to achieve the task allocation, the source code detailed programming, examples of verification)
匈牙利
- 匈牙利算法,用于求解二分图的匈牙利算法,里面包含量两种求解方法,希望对大家有用。(Hungarian algorithm can be used to solve the bipartite matching problem , but it requires the bipartite graph to be completely symmetric. Hence we need to transform the original non-symmetric binary map matchi
图论算法及其MATLAB程序代码
- 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanning tree Kruskal avoidance meth
munkres
- matlab实现匈牙利算法二分图最大匹配的程序(Matlab Hungarian algorithm to achieve the maximum matching problem.)