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

搜索资源列表

  1. Branch-threshold-method

    0下载:
  2. 运用分支限界法解布线问题。Branch threshold method wiring-Branch threshold method wiring
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1118
    • 提供者:zhangkewen
  1. 6d2

    1下载:
  2. 王晓东《算法设计与分析》第六章第二节分支限界法求单源最短路劲问题源代码-Xiaodong " algorithm design and analysis" section 6.2 branch and bound method for single-source shortest path problem Energizer source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:2239
    • 提供者:王栋
  1. 6d3-1

    0下载:
  2. 王晓东《算法设计与分析》第六章第三节装载问题队列式分支限界法求解-Xiaodong " algorithm design and analysis," Chapter III loading problems queue-style branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2083
    • 提供者:王栋
  1. 6d3-2

    0下载:
  2. 王晓东《算法设计与分析》第三节装载问题优先队列式分支限界法求解-Xiaodong " algorithm design and analysis" problem loading priority queue type III branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2745
    • 提供者:王栋
  1. 6d4

    0下载:
  2. 王晓东《算法设计与分析》第六章第四节布线问题队列式分支限界法求解-Xiaodong " algorithm design and analysis," Chapter IV wiring problems queue-style branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2122
    • 提供者:王栋
  1. 6d5

    0下载:
  2. 王晓东《算法设计与分析》第六章第五节0-1背包问题分支限界法求解-Xiaodong " algorithm design and analysis," Chapter V 0-1 knapsack problem branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:3730
    • 提供者:王栋
  1. abc

    0下载:
  2. 解决算法设计与分析中经典问题分支限界问题的布线问题。-A classic problem in solving algorithm design and analysis branch wiring problem of clearance issues.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:1431
    • 提供者:王思雅
  1. fzxj

    0下载:
  2. 分支限界法是一种优化方法,背包问题是NP完全问题,本程序通过分支限界实现了一种优化的背包。-Branch and bound method is an optimization method, knapsack problem is NP-complete problems, this program through the branch and bound to achieve an optimized backpack.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:414373
    • 提供者:dirk
  1. nqueen

    0下载:
  2. 这是一个用c++实现的,关于用分支限界法求解n皇后问题的小程序,希望对所有初学者能够有所帮助-This is a c++ achieve, on the use of branch and bound method to solve n-queens problem of small procedures, we hope to be helpful to all beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:8079
    • 提供者:王琪
  1. Wiring

    0下载:
  2. 利用分支限界法解决布线问题,按照优先队列中规定的优先级选取优先级最高的节点成为当前扩展节点-Wiring problem
  3. 所属分类:assembly language

    • 发布日期:2017-05-12
    • 文件大小:2715192
    • 提供者:张泰鑫
  1. algorithm

    0下载:
  2. 关于常用的几种算法介绍1、单源最短路径;2、递归与分治;3、贪心算法;4、动态规划;5、回溯法;6、分支限界法-On several commonly used algorithm introduced a single-source shortest path 2, recursion and divide and conquer 3, the greedy algorithm 4, dynamic programming 5, backtracking 6, branch and
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11165880
    • 提供者:jiang
  1. zuidatuan-yanjiu

    2下载:
  2. 最大团问题的 分支限界法与回溯法比较Python写成。-Backtracking branch and bound method and comparison of the maximum clique problem written in Python.
  3. 所属分类:Other systems

    • 发布日期:2016-12-23
    • 文件大小:711680
    • 提供者:changsheng wang
  1. fenzhixianjiefa

    1下载:
  2. 算法设计与分析题目: 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用分支限界法实现。-Algorithm design and analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1105843
    • 提供者:易秋燕
  1. Line

    0下载:
  2. 算法分编程布线问题,常用语机器人布线的代码,采用了分支限界法求解。可以作为辅助参考。-Algorithms Programming wiring problem, common language robot wiring code, using the branch and bound method to solve. Can be used as an auxiliary reference.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2652
    • 提供者:xiaoming
  1. chapter-6

    0下载:
  2. 算法设计与分析 第6章 分支限界法(讲解较详细)-Algorithm Design and Analysis Chapter 6 branch and bound method (explained in more detail)
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:313480
    • 提供者:kalley
  1. 0-1-bugs-question

    0下载:
  2. 0-1背包的几种算法的C++实现,包括分支限界、回溯法、贪心算法几种算法-Several 0-1 knapsack algorithm c++ implementation, including branch limit, backtracking algorithm and greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11294089
    • 提供者:Luokai
  1. Branch-threshold-method

    0下载:
  2. 运用分支限界法解布线问题。Branch threshold methodwiring-Branch threshold methodwiring
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1210
    • 提供者:thfirs
  1. Work

    0下载:
  2. 算法-分支限界法-任务分配问题 数组的话可以自己修改-algorithms-branch and bound method- work assignment problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2944320
    • 提供者:谢龙飞
  1. fzxj

    0下载:
  2. 分支限界算法c语言-Branch and bound algorithm c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1574
    • 提供者:张鸿
  1. fenzhixianjie

    0下载:
  2. 计算机算法分析里面分支限界法中很多算法的源码-Computer algorithm analysis, many of which branch and bound algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8134
    • 提供者:王重阳
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com