搜索资源列表
12345
- 指派问题的匈牙利算法(matlab语言)-assignment of the Hungarian algorithm (Matlab language)
Hungarian method
- 匈牙利算法求解最优分配问题,是windows环境下的哦!-Hungary algorithm for optimal allocation of the windows environment Oh!
zhipaiwenti
- 运筹学之指派问题的匈牙利算法。刚刚才看到的,不错哦-tacticians Zhi assignment of the Hungarian algorithm. Only just to see, oh well
xiongyali
- 图论中的匈牙利算法,对于研究网络的人十分的有用-Graph Theory in the Hungarian algorithm, for the research network of people is very useful
Hungary
- 现在我发现网站上对于匈牙利方法的matlab实现还是比较的少,我这里写了一个。具体功能:可以解决二维的任意01指派问题。-Now I found the website for the Hungarian method matlab realize relatively less, I here to write one. Specific functions: can solve the two-dimensional assignm
fenpei
- 匈牙利算法的m文件,是指派问题的最优解法,只要输入相关矩阵,便可以得到最佳分配问题-Hungarian algorithm m file is assigned to the optimal solution of the problem, as long as the input correlation matrix, we can get the best distribution
Bipartite
- 图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same leve
zz
- 用C语言编写的匈牙利算法,程序较长,可以运行。-Using C language prepare the Hungarian algorithm, the program longer, you can run.
Hungarian
- 这是一个匈牙利算法,非常有用,对于解决二次分配有帮助。-this code id designed for quasi-assignment, and it maybe helpful for some optimization problem.
MATLAB
- 最速下降法,搜索算法,匈牙利算法。-Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.
Hungarian
- hungarian algorithm implemented in java
Hungarian
- 匈牙利算法。可解决指派问题,匹配问题,覆盖问题等。-Hungarian algorithm. Solve the assignment problem, matching, covering problems.
bipmatch
- This source code solves the matching problem in bipartite graphs by implementing the Hungarian Algorithm.
Hungarian
- This source code is one version of Hungarian Algorithm used in bipartite graphs. For more information please refer to source codes.-This source code is one version of Hungarian Algorithm used in bipartite graphs. For mo
assignmentoptimal
- 解最优化问题的算法,用于解决最大后验概率问题,主要应用于目标跟踪中。-Hungarian algorithm for solving maximum a posteriori probability, is mainly used in target tracking.
Hungarian
- Complete project of Hungarian Algorithm
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
Hungarian-algorithm
- 匈牙利算法的MatLab实现,用于求解关于最大连接-MatLab implementation of the Hungarian algorithm for solving the maximum connection on
Hungarian
- 匈牙利演算法 解決對稱或不對稱matching問題-Hungarian Algorithm
Hungarian
- 本程序主要是通过匈牙利算法实现匹配,用于MATLAB仿真;(Matching by Hungarian algorithm;)