CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 匈牙利

搜索资源列表

  1. matlab

    0下载:
  2. floyd最短路算法&求网络的最小费用最大流&匈牙利算法&求网络的最小费用最大流-Floyd s short for network algorithm and the minimum cost flow and Hungary algorithm for the minimum cost and maximum flow network
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:232.63kb
    • 提供者:江奇
  1. e30den

    1下载:
  2. 这是匈牙利的一个可视化电路仿真软件,一边是三维仿真元件,连接后另一边电路图自动绘出,按启动 按钮电路开始仿真运行。-This is a visualization of the Hungarian circuit simulation software, on one side are the three-dimensional simulation of components, connection to the other side of circuit diagram is dr
  3. 所属分类:Other systems

    • 发布日期:2014-04-10
    • 文件大小:2.73mb
    • 提供者:wangmingyi
  1. hungrian

    1下载:
  2. 匈牙利算法的源代码,可以解决二分图的最大匹配问题-Hungarian algorithm source code, can solve the maximum matching problem for bipartite graphs
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:573byte
    • 提供者:Niker
  1. 1

    0下载:
  2. 匈牙利算法-Hungarian algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1.3kb
    • 提供者:hjhjh
  1. Pets_BFS

    0下载:
  2. 匹配问题 - 匈牙利树算法 - 广度优先搜索BFS-Match- Hungary tree algorithm- breadth-first search BFS
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:470.54kb
    • 提供者:wqy
  1. Hungarian_algorithm

    0下载:
  2. 这段代码使用matlab实现匈牙利算法的匹配问题-This algorithm allows you to find the minimum weight matching of a bipartite graph. The graph can be of arbitrary size and connectedness. The edge weights are captured by a MxN weight matrix where an infinite(Inf) weight desi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:1.96kb
    • 提供者:chs
  1. WindowsFormsApplication1

    0下载:
  2. C#代码,实现经典匈牙利算法,随机生成权值,自动寻找最优分配结果-C# code to achieve the classic Hungarian algorithm, randomly generated weights automatically find the optimal allocation results
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:54.53kb
    • 提供者:陈景松
  1. uva-10349

    0下载:
  2. 二部图的最大匹配问题,先构建二部图,然后用匈牙利算法求出最大匹配-The maximum bipartite graph matching problem, first build a bipartite graph, and then use the Hungarian algorithm to derive maximum matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:878byte
    • 提供者:dhblack
  1. 2_1

    0下载:
  2. 匈牙利算法解决任务指派问题,即把n个任务指派给n个人要求成本最低。-Hungarian algorithm to solve the task assignment problem, namely the n tasks assigned to n individual requirements lowest cost.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:raining
  1. Hungary

    0下载:
  2. 匈牙利算法求解指派问题,能够求解大规模的指派问题,经过不同规模问题的测试均无问题。-Hungarian algorithm for assignment problem that can be assigned to solve large-scale problems, the scale of the problem through different tests no problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.07kb
    • 提供者:程征
  1. Hungarian

    0下载:
  2. 匈牙利算法的matlab程序,用于解决最大匹配等问题-Hungarian algorithm matlab program for solving the maximum matching problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.64kb
    • 提供者:良辰
  1. maximum-matching

    0下载:
  2. 匈牙利算法,最大图匹配问题,时间复杂度O(n3)-hungrarian algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:卢诚谦
  1. fft

    0下载:
  2. 该程序可实现fft变换,输入输出简洁明了,经过实验,结果正确。 - 自动检测 你的常用语种在这里-常用语种中文英语 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DEFG 丹麦语 德语 俄语 法语 芬兰语 HIJKLMN 韩语 荷兰语 捷克语 罗马尼亚语 OPQRST 葡萄牙语 日语 瑞典语 斯洛文尼亚语 泰语 UVWX 文言文 西班牙语 希腊语 匈牙利语 YZ 中文 英语 意大利语 粤语 中文繁体 -常用语种英语中文 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DE
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:3.71kb
    • 提供者:赵艳荣
  1. fp

    1下载:
  2. 指派问题的匈牙利算法,基本算法实现。 Hungarian algorithm for assignment problem(Hungarian algorithm for assignment problem)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:736939535
  1. hungarian

    3下载:
  2. 匈牙利算法实现任务分配,源码详细编程,例子验证(Hungarian algorithm to achieve the task allocation, the source code detailed programming, examples of verification)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:小珊
  1. X

    0下载:
  2. 求解婚姻匹配模型时会遇到两匹配矩阵不为相等人数的情况,本程序可改善该点。利用匈牙利算法求解满足整体最优匹配的结果。(When solving a marriage matching model, it is possible to improve the point when the two matching matrix is not equal to the number of people. The Hungarian algorithm is used to solve the whol
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:congbaba
  1. 批处理作业调度

    0下载:
  2. xcode匈牙利算法,c++编写,直接编译可用(algorithm, you can make it and use)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:145kb
    • 提供者:zh23333
  1. pipei

    1下载:
  2. 求二分图最大匹配可以用最大流或者匈牙利算法。 最大匹配 给定一个二分图G,在G的一个子图M中,M的边集中的任意两条边都不依附于同一个顶点,则称M是一个匹配. 选择这样的边数最大的子集称为图的最大匹配问题 如果一个匹配中,图中的每个顶点都和图中某条边相关联,则称此匹配为完全匹配,也称作完备匹配。(For maximum matching of two partite graphs, maximum flow or Hungarian algorithm can be used. The maxim
  3. 所属分类:其他

    • 发布日期:2020-04-17
    • 文件大小:1kb
    • 提供者:magician-
  1. 图论算法及其MATLAB程序代码

    1下载:
  2. 常用图论算法及其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
  3. 所属分类:其他

    • 发布日期:2020-02-04
    • 文件大小:37kb
    • 提供者:解码
  1. 粒子群算法求解机器人路径规划

    6下载:
  2. 无人机进行任务分配,采用匈牙利算法,原作者位于github(The drone uses the Hungarian algorithm for task assignment, the original author is located on github)
  3. 所属分类:其他

    • 发布日期:2021-02-11
    • 文件大小:122kb
    • 提供者:BYD666
搜珍网 www.dssz.com