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

搜索资源列表

  1. 0-1

    0下载:
  2. 分支限界法 0/1背包问题 程序 分支限界法 0/1背包问题 程序
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1778
    • 提供者:firstboy
  1. game1

    1下载:
  2. 分支限界法算法作业:图形变换问题解题报告和源代码。问题描述:给定2个4×4方格阵列组成的图形A和B,每个方格颜色为黑色或白色。方格阵列中有公共边的方格称为相邻方格。图形变换问题的每一步可以交换相邻方格的颜色。试设计一个队列式分支限界算法,计算最少需要多少步变换,才能将图形A变换成图形B。-Branch and bound algorithm operation: graphics transform the issue of problem-solving reports and source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:72980
    • 提供者:吴钦阳
  1. FriendGame

    0下载:
  2. 七彩连珠游戏,分支限界算法实现,简单易用,不是GDI+编程,界面过于简单-Game
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:293673
    • 提供者:zeng
  1. FenziJieding

    0下载:
  2. 分支限界法类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法-Branch and bound method is similar to retroactive law, is also a solution in the problem search space tree T on the issue of solution algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:762
    • 提供者:shangxiaobing
  1. backpackbranchandbound

    0下载:
  2. 这是传统智能优化背包问题用VC++ 6.0的实现,是对背包问题分支限界的可视化算法实现-This is a traditional intelligent optimization knapsack problem VC++ 6.0 with the realization of knapsack problem is the visualization of branch and bound algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:179094
    • 提供者:yangke
  1. a

    0下载:
  2. 用分支限界方法求解最淡哈密顿回路,可以球接到30以上-Using branch and bound method for solving the most light Hamiltonian circuit, you can receive the ball for more than 30
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1142814
    • 提供者:曲宏磊
  1. fzjx

    0下载:
  2. 货郎担问题的分支限界算法,速度很快,并且结点可以到达35个-The branch and bound algorithm for traveling salesman problem, very fast, and the node can reach 35
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1591
    • 提供者:yxc
  1. 01bag

    0下载:
  2. 用蛮力法,回溯法,分支限界法求解背包问题-With the brute force method, backtracking, branch and bound method for solving knapsack problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1052397
    • 提供者:hehuiling
  1. tsp

    1下载:
  2. tsp问题高效代码,程序为c语言编写,算法为分支限界。-tsp issue of efficient code, the program for the c language
  3. 所属分类:系统编程

    • 发布日期:2013-12-09
    • 文件大小:576
    • 提供者:李俊
  1. ctest

    0下载:
  2. 推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现-tuixiangzi
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:155474
    • 提供者:Xiaohz
  1. 0-1bag

    0下载:
  2. 实现0—1背包问题的分支限界搜索,为控制台应用程序,编译环境为vs2008-0-1 knapsack problem to achieve the branch and bound search for the console application, compile environment for vs2008
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:549227
    • 提供者:heyujiao
  1. limit

    0下载:
  2. 用C实现了分支限界算法,读者可以运行该程序理解分支限界算法-Achieved with the C branch and bound algorithm, readers can run the program understand the branch and bound algorithm for
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:24081
    • 提供者:zhou
  1. NGProblem

    0下载:
  2. 有关图的NP问题代码 包括贪心算法求解 分支限界法 优化的分支限界法-NP problems solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2115094
    • 提供者:刘玮
  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:40013
    • 提供者:江涛
  1. TSP

    0下载:
  2. 这是用Delphi编写的程序,目的是用TSP(分支限界法)实现旅行商问题-This is a program written with Delphi, the purpose is to use TSP (branch and bound method) to achieve the traveling salesman problem
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:191507
    • 提供者:wen
  1. traveller

    0下载:
  2. 本程序是算法设计的经典问题,采用分支限界发解决旅行商问题-This program is a classic algorithm design problem, using branch and bound fat Traveling Salesman Problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:402993
    • 提供者:
  1. knap

    0下载:
  2. 分支限界求背包问题相对于贪心法等有很大的优势-fenzhi xianjie beibao
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1208163
    • 提供者:chuanye
  1. 0-1knapsackBranchBound

    0下载:
  2. 0-1 背包 分支限界法(0-1knapsackBranch&Bound) vc-0-1knapsackBranch&Bound
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1369
    • 提供者:arthas
  1. BBShortest

    0下载:
  2. 用分支限界法实现单源最短路径 用分支限界法的思想-Branch and bound method with single-source shortest path with the idea of branch and bound
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1929
    • 提供者:allen
  1. lvxingshouhuoyuan

    0下载:
  2. 旅行售货员问题的java版本,采用分支限界法。有详细解释-Traveling salesman problem is the java version, using branch and bound. Explained in detail
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2692
    • 提供者:崔雅珍
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com