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

搜索资源列表

  1. 用分枝定界法求解TSP

    2下载:
  2. 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.61kb
    • 提供者:yy
  1. MATLAB_FD

    0下载:
  2. 整数规划的分枝定界法在MATLAB中的实现-integer programming branch of the profession in the realization of MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:叶文敏
  1. search_method

    0下载:
  2. 搜索算法——包含回溯法、分枝定界和贪心法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.03kb
    • 提供者:chen
  1. Algorithm_Design

    0下载:
  2. 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:113.99kb
    • 提供者:kiwi
  1. BRANCH

    0下载:
  2. 分枝定界法,运筹学-branch-and-bound method, and operations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:4.89mb
    • 提供者:gufeng20081010
  1. intprog

    0下载:
  2. 分枝定界法程序,解混合整数线性规划《详解MATLAB在最优化计算中的应用》中的分枝定界法程序,稍作了修改-Branch and bound method procedures, the solution mixed integer linear programming, " Detailed MATLAB optimization calculation in the application" in the branch and bound procedure, slightl
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:1.75kb
    • 提供者:仪大勇
  1. fenzhidingjieMATLAB

    0下载:
  2. 分枝定界法求解整数规划的MATLAB实现-Branch and Bound Method for Solving Integer Programming MATLAB to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:40.43kb
    • 提供者:彭刚
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:135.39kb
    • 提供者:wangjunxia
  1. BNB

    0下载:
  2. 工具箱 (分枝定界法工具箱) matlab 中使用-Toolbox (Toolbox branch and bound method) matlab use
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:138.29kb
    • 提供者:guiji
  1. maxProfitBBKnapsack

    0下载:
  2. 用vc++6编写的程序,采用最大收益分枝定界法,解决背包问题。-Vc++6 prepared with the procedure for the maximum benefit from branch and bound method to solve knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:柳春锋
  1. shuxuesuanfa

    1下载:
  2. 包括分枝定界算法,线性规划单纯形算法,马尔可夫链算法,贝叶斯决策方法,生产计划算法,动态规划的投资问题的C语言解决-Including the branch-and-bound algorithm, linear programming simplex algorithm, Markov chain algorithms, Bayesian decision-making methods, production planning algorithms, dynamic programming i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:616.53kb
    • 提供者:宇航
  1. DataStructuresandAlgorithmAnalysis

    0下载:
  2. 全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法。-A comprehensive and systematic introduction to the queue, stack, tree, map and other basic data structures, as well as greedy algorithms, divide and conquer algorithms, branch and bound algorith
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:16.43mb
    • 提供者:tailiu
  1. Computeralgorithmsr

    0下载:
  2. 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:483.76kb
    • 提供者:linjunying
  1. BranchBound

    0下载:
  2. 最优化问题中分枝定界法求解整数线性规划问题-Optimization of branch and bound method for solving integer linear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:669byte
    • 提供者:夜海星
  1. cPP

    0下载:
  2. 数据结构算法与应用,在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。-Data structures algorithms and applications, in a brief review of basic C++ programming con
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11.58mb
    • 提供者:lifan
  1. matlab_branchbound

    1下载:
  2. 分枝定界法的程序,是一种在问题的解空间树上搜索问题的解的方法。-Procedures of the branch and bound method, a solution space tree search solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:张鹏程
  1. MIP

    1下载:
  2. 运用分枝定界法求解混合整数规划程序 各输入参数的含义: min f*x A*x<=b Aeq*x=beq iter_num_max:迭代次数的上限 lb:各变量的下限 ub:各变量的上限 x0:初值 ID:0、1变量,ID(k)=1,表示第k个变量为整数变量,ID(k)=0,表示第k个变量为非整数变量 ftemp_up:初始上界,无法找到初始上界,默认为无穷大 IP:初始可行解,无法找到初始可行解,默认为空 各输出参
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:1.84kb
    • 提供者:程序菜鸟
  1. 用分枝定界法求解整数线性规划问题

    1下载:
  2. matlab代码,用分枝定界法求解整数线性规划问题。(Matlab code, use the branch and bound method for solving integer linear programming problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3kb
    • 提供者:why0719
  1. 分枝限界算法

    0下载:
  2. 分支定界算法, 分支定界算法 分支定界算法 branch and bound(this is a branch and bound)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-27
    • 文件大小:2.17mb
    • 提供者:魇晴瑜
« 12 »
搜珍网 www.dssz.com