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

搜索资源列表

  1. yuanma

    0下载:
  2. 用Kruskal算法构造最小生成树解决指派问题(assignment problem) 一家公司经理准备安排 名员工去完成 项任务,每人一项。由于各员工的特点不同,不同的员工去完成同一项任务时所获得的回报是不同的。如何分配工作方案可以使总回报最大?
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:231149
    • 提供者:liuzhi
  1. 444

    1下载:
  2. 采用动态规划方法实现的目标分配,后面有MATLAB代码-Solving Weapon Target Assignment Problem with Dynamic Programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:354093
    • 提供者:周小光
  1. cvery

    0下载:
  2. 利用C++语言解决指派问题的匈牙利算法,最大化指派双方的收益-The assignment problem is solved by Hungarian algorithm used Visual C++,maximum the two sides gains.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:242489
    • 提供者:deng wei
  1. MATLAB

    1下载:
  2. 利用MATLAB解决了指派问题的匈牙利算法-The assignment problem is solved by Hungarian algorithm used MATLAB
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:7019
    • 提供者:deng wei
  1. 1011423523562

    0下载:
  2. 有关统计学的运筹学之指派问题的匈牙利算法。-Operational research on the statistics of the assignment problem of Hungary algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:10197
    • 提供者:张晓
  1. Artificial_Bee_Colony_Algorithm

    0下载:
  2. Artificial Bee Colony Algorithm Review and Application to Generalized Assignment Problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:362141
    • 提供者:balatas
  1. ap

    0下载:
  2. 在计算经典的模糊指派问题中比较实用的一种匈牙利算法,-In the calculation of the classic fuzzy assignment problem in Hungary as a more practical algorithm,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1015
    • 提供者:huoying
  1. lap

    0下载:
  2. Linear Assignment Problem solver for Matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:26398
    • 提供者:santosh
  1. assignprob

    1下载:
  2. Assignment problem matlab code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7199
    • 提供者:Bagulho51
  1. char2CString

    0下载:
  2. char和CString之间赋值的问题,包含char* 转化成 CString,CString 转化成 char* ,BSTR 型转化成 CString 型等等。-between the char and CString assignment problem with char* into a CString, CString into a char*, BSTR type into CString type and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:15209
    • 提供者:lizhiqian
  1. munkres

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

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

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

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

    0下载:
  2. 求解指派问题assignment problem的LAP算法的c++程序-the set of LAP algorithm(c++)for the assignment problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:8389
    • 提供者:王鹏
  1. AntAlgorithmfortheQuadraticAssignmentProblem

    0下载:
  2. 国外蚁群优化算法用于二次分配问题(勿用于商业目的)-Foreign ant colony optimization algorithm for quadratic assignment problem (not to be used for commercial purposes)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:吴受章
  1. zhipaisuanfa

    0下载:
  2. 指派问题的回溯算法,回溯算法解决此问题要找出问题所有的可行解,然后一次比较保留问题的最优解(即最少耗费的解),并输出结果-The assignment problem, backtracking algorithm retrospective algorithm to solve the problem of finding problems all feasible solution, then a comparative retain the optimum solution of the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:813
    • 提供者:曹萌萌
  1. assignprob

    0下载:
  2. solving assignment problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:8083
    • 提供者:Sung
  1. assignment

    0下载:
  2. assingment problem With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possibl
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:18863
    • 提供者:huan
  1. LinearProg-Problem

    1下载:
  2. 一些基本的线性规划问题,如风险投资问题和指派问题的Matlab的解法-Some basic linear programming problem, Matlab' s solution, such as venture capital issues and assignment problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1596
    • 提供者:James
  1. quadratic-assignment-problem

    0下载:
  2. Quadratic assignment problem using genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:18782
    • 提供者:sohaib umar
  1. For-WTA-Problem-Codes

    2下载:
  2. 應用離散型PSO解決目標武器分配問題WTA 適合初學者或已有PSO基礎者使用-Application of Discrete-PSO to Solve Target Weapon Assignment Problem Suitable for beginners or have the basis of the use of PSO
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1050390
    • 提供者:張政名
« 12 3 4 5 »
搜珍网 www.dssz.com