CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 匈牙利

搜索资源列表

  1. ElementAlloc

    0下载:
  2. 用元素分配法求解0-1整数规划问题,比匈牙利法简单且易实现,该算法已通过实例验证-elemental distribution method 0-1 integer programming problems than Hungary and France is simple to implement, The algorithm has been verified by examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:yay
  1. xiongyalisuanfa

    0下载:
  2. 指派问题的匈牙利算法,用于指派n个问题给m个人的最优解-assignment of the Hungarian algorithm for assignment n m personal problems to the optimal solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.08kb
    • 提供者:xixi
  1. erfenpipei

    0下载:
  2. 此文件包含某大学ACM暑期培训课程中关于二分匹配的讲义ppt和匈牙利算法代码。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:19.47kb
    • 提供者:feiyang
  1. 5058591kmMatch

    0下载:
  2. KM算法,二分图匹配算法,匈牙利算法,给定加权矩阵,计算匹配策略-KM algorithm, bipartite graph matching algorithm, the Hungarian algorithm, for a given weight matrix to calculate matching strategy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.17kb
    • 提供者:zhang
  1. Hungarian

    0下载:
  2. 这是一个匈牙利算法,非常有用,对于解决二次分配有帮助。-this code id designed for quasi-assignment, and it maybe helpful for some optimization problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:徐连
  1. munkres

    1下载:
  2. 指派问题的匈牙利解法,从文件中读入待指派的数据。-Assignment problem of the Hungarian method, read from a file to be assigned to data.
  3. 所属分类:Algorithm

    • 发布日期:2016-02-01
    • 文件大小:2.45kb
    • 提供者:李志军
  1. HungarianAP

    0下载:
  2. 用匈牙利算法来解决最优的分配问题,比如路径或代价-hungarian algorithm to solve the assignment problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.35kb
    • 提供者:Stephen
  1. MaximumMatching

    1下载:
  2. 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:21.27kb
    • 提供者:chenmao
  1. Hungary-Algorithm

    0下载:
  2. 匈牙利算法,包括目录/问题简介/算法描述/时间空间复杂度/样例程序等. -hungury algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:11.25kb
    • 提供者:王创举
  1. TWO-PART-ALGORTIHM

    0下载:
  2. 本实列是基于匈牙利算法和KM算法的二分图匹配.-The actual column is based on Hungarian and KM bipartite graph matching algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.04kb
    • 提供者:王创举
  1. TWO-PART-ALGORITHM-BASED-JAVA

    0下载:
  2. 本程序是指派问题的匈牙利算法.采用Excel的后台VBA 程序来解决.下面就给出全部的代码。 -This program is the Hungarian Assignment algorithm. Using Excel VBA program to solve the background. Here, give all of the code.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:8.95kb
    • 提供者:王创举
  1. munkres

    0下载:
  2. 基本匈牙利算法类,实现有效的匹配和计算,以形式输出。-Hungarian algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:261.14kb
    • 提供者:童航君
  1. XYLAlgorithm

    0下载:
  2. 采用匈牙利算法求解将N个任务分配给N个人,没人均有且仅有一个任务的指派问题-Hungarian algorithm using the task assigned to the N N individuals, not per capita has one and only one task assignment problem
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:190.94kb
    • 提供者:hadoop
  1. test

    1下载:
  2. 匈牙利算法矩阵优化解决最大权匹配问题。在一个二分图内,左顶点为X,右顶点为Y,现对于每组左右连接Xi,Yj,有权值wij。 求匹配使得所有wij的和最大。-Hungary matrix optimization algorithm to solve the maximum weight matching problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8.17kb
    • 提供者:Aifu
  1. Hungarian-algorithm

    0下载:
  2. 求解指派问题(N个人完成M项工作)的匈牙利算法,使用C++描述,VC6.0-Solving assignment problem (N individual items of work completed M) Hungarian algorithm using C++ descr iption, VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:7.72kb
    • 提供者:changwt
  1. edmonds

    0下载:
  2. 自己编写的一个用匈牙利算法求最大完备对集的MATLAB程序-I have written on the Hungarian algorithm seeking the most complete set of MATLAB programs
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.04kb
    • 提供者:天才
  1. Hungarian

    0下载:
  2. 匈牙利算法,matlba源文件,可以直接运行,输入参数是两个向量-Hungarian Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-04-17
    • 文件大小:3kb
    • 提供者:hunter
  1. Hungarian_min

    0下载:
  2. 利用匈牙利算法解决分配问题(求最小值)的MATLAB代码-Hungarian algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.7kb
    • 提供者:路见平
  1. ZDPP

    0下载:
  2. 匈牙利算法 最大匹配问题. 最佳匹配KM 算法-Hungary algorithm- the biggest matching problem. 最佳匹配KM 算法 Best matching KM algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:18.73kb
    • 提供者:machang
  1. 指派问题

    0下载:
  2. 使用匈牙利算法来解决指派问题,MATLAB代码(The Hungarian algorithm solves the assignment problem)
  3. 所属分类:数学计算

« 12 »
搜珍网 www.dssz.com