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

搜索资源列表

  1. 040320131

    0下载:
  2. 最小圆排列的分支限界法! 用了很好的剪支策略很快的!-smallest circle with a branch and bound method! With a good strategy for cutting sticks soon!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2349
    • 提供者:王乐
  1. suanfa

    1下载:
  2. 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3097312
    • 提供者:jake
  1. cut

    0下载:
  2. 无向图的最大割:对于给定的无向图G,设计一个优先队列式分支限界法,计算G的最大割。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5468
    • 提供者:Jacky Gao
  1. shouhuoyuan_fenzhixianjiehehuosufa

    0下载:
  2. 在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:20765
    • 提供者:you shiming
  1. fenzhixianjiefa

    0下载:
  2. 文章详细讲解分支限界的基本思想,单元最短路径问题,装载问题,0-1背包问题,旅游售货员问题等。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:468687
    • 提供者:叶赏雨
  1. Hamilton

    0下载:
  2. 简单写了个一个哈密顿回路,里面添加了分支限界。这是一个全遍历的,用邻接矩阵存储的。正常情况跑17个节点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1363
    • 提供者:护航
  1. 指南车问题

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

    • 发布日期:2009-02-20
    • 文件大小:1151
    • 提供者:wild_lily
  1. 最大团问题的各种算法和源代码

    0下载:
  2. 最大团问题(Maximum Clique Problem, MCP)是图论中一个经典的组合优化问题,也是一类NP完全问题,在国际上已有广泛的研究,而国内对MCP问题的研究则还处于起步阶段,因此,研究最大团问题具有较高的理论价值和现实意义。 最大团问题又称为最大独立集问题(Maximum Independent Set Problem),在市场分析、方案选择、信号传输、计算机视觉、故障诊断等领域具有非常广泛的应用。目前,求解MCP问题的算法主要分为两类:确定性算法和启发式算法。确定性算法有回溯法
  3. 所属分类:编程文档

    • 发布日期:2011-11-22
    • 文件大小:1009152
    • 提供者:beiyuxiaoxi
  1. yy.rar

    0下载:
  2. 求用分支限界算法解决旅行商问题的源程序,#include <stdio.h> #include <stdlib.h> #include <math.h> #define TRUE (1) #define FALSE (0) #define MAX_CITIES (10) #define INFINITY (999) #define I INFINITY ,Seeking with branch and bound algorithm t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3363
    • 提供者:mermaid61218
  1. BABA.rar

    0下载:
  2. TSP问题的求解,分支限界,利用分支限界求TSP问题,TSP Soulution using branch and bound
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-30
    • 文件大小:198559
    • 提供者:gaoxiang
  1. Knapsack

    0下载:
  2. 经典的背包问题用分支限界法实现的JAVA代码-Classical knapsack problem using branch and bound method of the JAVA code
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:1749
    • 提供者:L
  1. fenzhixianjie

    0下载:
  2. 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2252
    • 提供者:shanyan
  1. FlowShop

    0下载:
  2. 用c++实现的批处理作业调度问题·优先队列式分支限界法·回溯法,包括Flowshop和make两个类,含有测试用的数据data-With c++ Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including Flowshop and make the two categories, containing the test data us
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7218
    • 提供者:刘斌
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:84824
    • 提供者:sy
  1. qkw_MaxClique

    0下载:
  2. //最大团问题的分支限界解法 //屈克文,2008.12.01-//The largest branch of the problem Mission Bound Solution// flexor Rudd, 2008.12.01
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2857
    • 提供者:qkw
  1. fenzhi

    0下载:
  2. 通过分支限界的方法,求解1到n的最短路径。设数组a保存图的邻接矩阵,0-9号,共10个节点。节点1为源点,n为目标点.-Through the branch and bound approach for solving 1 to n shortest path. A preservation plan for an array of adjacency matrix ,0-9, a total of 10 nodes. Node 1 is the source, n for the target
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2672
    • 提供者:
  1. shortestpaths

    0下载:
  2. 一个不错的源码,关于分支限界求单源最短路径,java,推荐给大家共享,希望能相互学习-A good source, on the branch and bound for single-source shortest path, java, recommend to all to share, hoping to learn from each other
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2655
    • 提供者:fzb
  1. bag

    0下载:
  2. 分支限界法解决0/1背包问题,用c++的优先队列方法-Branch and bound method to solve 0/1 knapsack problem, using c++ Priority queue method
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:12925
    • 提供者:林培文
  1. NN_V1.1

    0下载:
  2. 使用R-tree和分支限界方法解决N维NN问题,带报告。带数据生成器和R-TREE模板。-The use of R-tree and branch and bound method to solve N-dimensional NN problem with the report. With the data generator and R-TREE template.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:700946
    • 提供者:mayjojo
  1. d_function

    0下载:
  2. 分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:886578
    • 提供者:吴男
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com