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

搜索资源列表

  1. branch_bound

    0下载:
  2. 改程序为用C语言编写的运筹学分支定界法程序,欢迎大家下载纠错!-branch and bound
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:150139
    • 提供者:denis
  1. jingdiansuanfa

    0下载:
  2. 经典算法+分支限界法+分治法+动态规划+贪心算法+回溯法-Classical branch and bound algorithm+ France+ divide and conquer dynamic programming+++ backtracking greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:280651
    • 提供者:云博
  1. BestFirstSearch_HeapAlgo

    0下载:
  2. 1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1926
    • 提供者:zelda
  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. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  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. download

    0下载:
  2. 分支界限算法 ,用队列解决最优装载问题,跟背包算法有同样的功能-Branch and bound algorithm, the optimal loading queue to resolve the problem, with the same functionality Knapsack Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:857
    • 提供者:lxb
  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. fenzhijiexian

    0下载:
  2. 1.分支界限算法背包问题 2.算法之分支限界法的旅行售货员问题-1. Branch and bound algorithm for knapsack problem 2. Branch and bound algorithm for the traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:498580
    • 提供者:acidsaber
  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. arrange_of_circle

    0下载:
  2. 用分支限界法和回溯法进行圆排列,是算法中的经典问题,两个程序都能进行文件的读取和写入,是非常好用的程序。-Using branch and bound and backtracking method round arrangement, is a classic problem algorithm, the two programs can read and write to files is very easy to use program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4073
    • 提供者:
  1. chenlieguan

    2下载:
  2.  世界名画陈列馆由nm × 个排列成矩形阵列的陈列室组成。为了防止名画被盗, 需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4 个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最少。 算法设计: 设计一个优先队列式分支限界法,计算警卫机器人的最佳哨位安排,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:885462
    • 提供者:wakaka
  1. knight

    0下载:
  2. 在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。这样的跳马步骤称为1 个成功的骑士征途。例如,当n=5 时的1 个成功的骑士征途如下图所示。 1 2 3 4 5 1 25 14 1 8 19 2 4 9 18 13 2 3 15 24 3 20 7 4 10 5 22 17 12 5 23 16 11 6 21 算法设计: 对于给定的n和n*n方格的起始位
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:882168
    • 提供者:wakaka
  1. Algorithm_analysis_and_design_of_branch_and_bound.

    0下载:
  2. 算法分析设计之分支限界法Algorithm analysis and design of branch and bound-Algorithm analysis and design of branch and bound Algorithm analysis and design of branch and bound
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:256086
    • 提供者:nik
  1. 1(2)

    0下载:
  2. 分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch and bound method of a wiring
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1399
    • 提供者:杨博文
  1. TravelingSalesmanProblem

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法-Solve the traveling salesman problem of the priority queue-type branch and bound
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:2376
    • 提供者:CGQ
  1. Branch_Bound_code

    0下载:
  2. branch and bound algorith used in solving the travelling salesman problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:74109
    • 提供者:amaranth
  1. 7

    0下载:
  2. 分支界限法的课件,很详细,很强大,很好的学习资料,献给大家了!-Branch and bound courseware, very detailed, very powerful, very good learning materials, dedicated to all of you!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:66711
    • 提供者:sufei
  1. 2

    0下载:
  2. 最短哈密尔顿回路,分支界限法,递归调用,深度优先-The shortest Hamilton circuit, branch and bound method, the recursive call, depth-first
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1613
    • 提供者:chenx
  1. bbTSP

    0下载:
  2. 货郎担问题的分支界限算法,c++实现-Branch and bound algorithm for Traveling Salesman Problem, c++ implementation. . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:900339
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com