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

搜索资源列表

  1. 优先队列式分支限界法园排列问题

    2下载:
  2. 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17167
    • 提供者:老七
  1. 分支限界法_单源最短路径

    0下载:
  2. 算法设计的分支限界法中的单源最短路径问题的实现,是用VC++编写的-algorithm design of branch and bound method of single source shortest path to the realization of the problem is with VC + + prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2934
    • 提供者:ddd
  1. 分支限界法_批处理作业调度

    1下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC + + prepared
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10813
    • 提供者:ddd
  1. 解旅行售货员问题的优先队列式分支限界法

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法C++源程序
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-09-23
    • 文件大小:2376
    • 提供者:key4lock
  1. zuidatuan.rar

    0下载:
  2. 使用优先队列分支限界法对单源最短路径问题求解,最小堆作为优先队列的存储结构 使用最小堆来存储活结点,解空间树是一个子集树,Priority queue using branch and bound method of single-source shortest path problem solving, and the youngest heap as a priority queue to use the smallest heap storage structure to store s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1986
    • 提供者:waterfly
  1. duanyuanzuiduan.rar

    0下载:
  2. 单源最短路径问题,分支限界法的优先队列解法,最小堆来存储活结点表,表示活结点优先队列,优先级是结点所对应的当前路长,Single-source shortest path problem, branch and bound method of the priority queue method, the smallest heap to store slipknot points table, said slipknot point priority queue, priority is the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3641
    • 提供者:waterfly
  1. Qkw_Fac6_8.rar

    1下载:
  2. 电路板排列问题的分支限界解法,,本程序取自王晓东编著“算法分析与设计”第 225 页,原程序不通,我调试已通过。 ,Circuit board with the issue of branch and bound method, this procedure from Xiaodong edited Algorithm Analysis and Design section 225, the original procedures for access, I have passed deb
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-22
    • 文件大小:3103
    • 提供者:qkw
  1. knapsack

    0下载:
  2. 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:253362
    • 提供者:tunzhao
  1. n_queen

    0下载:
  2. 还是用分支限界法解N皇后问题,已成功运行过。-Using branch and bound Solving N Queens, which has been run successfully over
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1087378
    • 提供者:
  1. TSP

    0下载:
  2. 本程序通过使用分支限界法实现旅行商问题,成功解决了旅行商问题-This procedure achieved by using the branch and bound traveling salesman problem, successfully solved the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:23765
    • 提供者:mhj
  1. 01beibao

    0下载:
  2. 这是一个用分支限界法实线01背包问题的说明文档,包含代码-This is a branch and bound method with solid line 01 knapsack problem of documentation, including code
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22652
    • 提供者:lius
  1. Fac6_3

    0下载:
  2. //本程序取自王晓东编著“算法分析与设计”第 198 页,例 //装载问题的分支限界解法-//This procedure Xiaodong edited from the Algorithm Analysis and Design, p. 198, for example,// load the problem branch and bound method
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1943
    • 提供者:qkw
  1. che

    0下载:
  2. 问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。 编程任务:对于给定的m×n格的棋盘和2 个整数x 和y。整数x 表示棋盘上有x个规定方格应放置指南车,但攻击方向未定。整数y表示除了已规定放置位置的x个指南车外,还要在棋盘上放置y个指南车,其位置和攻击方向
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1422
    • 提供者:yxd
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. fenzhixianjie

    0下载:
  2. 算法分析中,分支限界法的实现,并有完整的测试数据-Algorithm analysis, the achievement of branch and bound method, as well as complete test data
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:25854
    • 提供者:fanhenglong
  1. Nhuanghoujianzhi

    0下载:
  2. N皇后剪枝算法 关键字 回溯,剪枝 ,上界,下界,分支限界-N Queen pruning algorithm for keyword back, pruning, upper bound, lower bound, branch and bound
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:1221
    • 提供者:sanbi
  1. 06

    1下载:
  2. 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:958704
    • 提供者:cj
  1. findH

    0下载:
  2. 用分支限界法实现n比较大时(n>100)找最优哈密顿回路。-Using branch and bound method to achieve relatively large n, when (n> 100) to find the optimal Hamiltonian circuit.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:286612
    • 提供者:杨雪
  1. fenzhixianjie_zuiyouzhuangzai

    0下载:
  2. 使用分支限界算法解决最优装载问题,是算法分析与设计的经典。-Using the branch and bound algorithm to solve the optimal loading problem is a classic algorithm analysis and design.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1570
    • 提供者:王菲菲
  1. algorithm_report

    0下载:
  2. 算法设计报告5个重要算法,包括贪心,回溯,动态规划,分支限界,分治法,每种算法介绍及实例问题代码,C++成功编译运行-Algorithem report including 5 Major algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:52150
    • 提供者:cherry
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com