CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hungarian

搜索资源列表

  1. Bipartite

    0下载:
  2. 图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same level as the cycle done, the idea
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.17kb
    • 提供者:jiangxr
  1. zz

    0下载:
  2. 用C语言编写的匈牙利算法,程序较长,可以运行。-Using C language prepare the Hungarian algorithm, the program longer, you can run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2.3kb
    • 提供者:郑正
  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. MATLAB

    0下载:
  2. 最速下降法,搜索算法,匈牙利算法。-Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:250.21kb
    • 提供者:痞子
  1. Hungarian

    0下载:
  2. hungarian algorithm implemented in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2.05kb
    • 提供者:dj
  1. Hungarian

    1下载:
  2. 匈牙利算法。可解决指派问题,匹配问题,覆盖问题等。-Hungarian algorithm. Solve the assignment problem, matching, covering problems.
  3. 所属分类:matlab

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

    0下载:
  2. This source code solves the matching problem in bipartite graphs by implementing the Hungarian Algorithm.
  3. 所属分类:Special Effects

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

    0下载:
  2. 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 more information please refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.62kb
    • 提供者:Omid
  1. assignmentoptimal

    0下载:
  2. 解最优化问题的算法,用于解决最大后验概率问题,主要应用于目标跟踪中。-Hungarian algorithm for solving maximum a posteriori probability, is mainly used in target tracking.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2.07kb
    • 提供者:白玮
  1. Hungarian

    0下载:
  2. Complete project of Hungarian Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:75.69kb
    • 提供者:tims
  1. hungarian

    0下载:
  2. 匈牙利算法 求解最大匹配问题 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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.77kb
    • 提供者:when
  1. Hungarian-algorithm

    0下载:
  2. 匈牙利算法的MatLab实现,用于求解关于最大连接-MatLab implementation of the Hungarian algorithm for solving the maximum connection on
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7.03kb
    • 提供者:wuhao
  1. Hungarian

    0下载:
  2. 匈牙利演算法 解決對稱或不對稱matching問題-Hungarian Algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:2.63kb
    • 提供者:挖哩
  1. hungarian-v2.0

    0下载:
  2. 匈牙利算法,用来解决二部图分配问题。可以运行-Hungarian algorithm is used to solve the the two Figure allocation problem. Can run
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:34.63kb
    • 提供者:jintian715
  1. hungarian

    0下载:
  2. 该算法是自己编写的匈牙利算法,该算法的计算速度要比传统算法快一倍-The algorithm is written in Hungarian own algorithm to calculate the speed of the algorithm is twice as fast than the traditional algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2.81kb
    • 提供者:王哲
  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. Hungarian-algorithm

    0下载:
  2. 这是一个可行的匈牙利算法,是一个基本程序,也可以嵌入到大程序中,对初学者和使用者都是不错的参考。-This is a executable Hungarian algorithm .You can embed it in your program and you can learn it clearly.
  3. 所属分类:2D Graphic

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

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

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

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

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

    0下载:
  2. 本程序主要是通过匈牙利算法实现匹配,用于MATLAB仿真;(Matching by Hungarian algorithm;)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:ruqiu_0904
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com