搜索资源列表
MATLAB
- 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序
matlab2.rar
- 匈牙利算法的matlab程序,写得不错,多多支持啊,Hungary algorithm matlab procedures, written well, a lot of support ah
matlab
- floyd最短路算法&求网络的最小费用最大流&匈牙利算法&求网络的最小费用最大流-Floyd s short for network algorithm and the minimum cost flow and Hungary algorithm for the minimum cost and maximum flow network
MATLAB
- 利用MATLAB解决了指派问题的匈牙利算法-The assignment problem is solved by Hungarian algorithm used MATLAB
GraphTheoryAlgorithmMATLAB
- 图论算法及其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
fenpei
- 分配问题的实现,是利用匈牙利算法实现的MATLAB代码!-The realization of the distribution is the use of the MATLAB code Hungarian algorithm!
MATLAB
- 最速下降法,搜索算法,匈牙利算法。-Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.
390854564fenpei_matlab
- 这段代码使用matlab实现匈牙利算法的匹配问题。-matlab algorithm to achieve the matching of Hungary
0-1fenpei
- 本程序是用来解决0-1规划问题的,匈牙利算法的MATLAB程序(用以解决分配(指派)问题) 本程序的用法是:输入效率矩阵 marix 为方阵,调用自编指令[z,ans]=fenpei(marix) 输出z为最优解,ans为最优分配矩阵。-This procedure usage is: input efficiency marix phalanx, calls for matrix maozhi instructions, [z] = fenpei (ans marix) output z
Hungarian-algorithm
- 匈牙利算法的MatLab实现,用于求解关于最大连接-MatLab implementation of the Hungarian algorithm for solving the maximum connection on
MATLAB-algorithm-and-program-code
- 图论算法及matlab程序代码包含求任两点间最短路径的算法及代码Floyd、kruskal,最大匹配的匈牙利算法,并使用matlab程序实现。-Graph algorithms and matlab code includes the algorithm(Floyd, kruskal, maximal matching algorithm of Hungary,) to solve the shortest path between two points, and use matlab prog
munkres
- 匈牙利算法matlab实现,对于二部图的最优匹配-Hungarian algorithm matlab achieve optimal matching of bipartite graph
fenpei
- 著名的匈牙利算法matlab代码,用于解决匹配问题-The famous Hungarian algorithm matlab code used to solve the matching problem
matlab实现匈牙利算法
- 在实际工作中经常会遇到分配问题,n个人被分配去做n件工作,每个人只做一件工作,每件工作只有一个人做,由于每个人的特长不同,效率也是不同的。匈牙利算法就是解决任务分配问题,使完成的任务的总效率最高(时间最短,费用最少等)。
hungarian
- 匈牙利算法实现任务分配,源码详细编程,例子验证(Hungarian algorithm to achieve the task allocation, the source code detailed programming, examples of verification)
匈牙利算法m
- 此程序可以简单地解决0-1指派问题,可以分别求解目标函数最大值或最小值问题(This program can simply solve the 0-1 assignment problem, and can respectively solve the maximum or minimum of the objective function)
图论算法及其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.)
Hungarian-algorithm-By-matlab-master
- 对异构网络下的信道环境进行建模,包括路径损耗,多径衰落效应,小尺度衰落,并给出了匈牙利算法的实现(Modeling the channel environment under heterogeneous networks, including path loss, multipath fading effect, small-scale fading, and giving the implementation of Hungarian algorithm)
hungary
- 程序实现了匈牙利算法应用于指派问题,输入指派成本矩阵C,给出最小成本及使得成本最小的最优指派(Input the assignment cost matrix C, the program will obtain the least cost and the optimal assignment vector.)