搜索资源列表

  1. search_method

    0下载:
  2. 搜索算法——包含回溯法、分枝定界和贪心法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6174
    • 提供者:chen
  1. 分枝定界算法

    0下载:
  2. 分枝定界算法描述,文本形式!-branch-and-bound algorithm descr iption, in text form!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:15509
    • 提供者:王林
  1. Algorithm_Design

    0下载:
  2. 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界
  3. 所属分类:其它资源

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

    0下载:
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 分枝定界算法

    0下载:
  2. 分枝定界算法描述,文本形式!-branch-and-bound algorithm descr iption, in text form!
  3. 所属分类:文档资料

    • 发布日期:2024-05-24
    • 文件大小:15360
    • 提供者:王林
  1. search_method

    0下载:
  2. 搜索算法——包含回溯法、分枝定界和贪心法-Search algorithm- includes backtracking, branch and bound and the greedy method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-24
    • 文件大小:6144
    • 提供者:chen
  1. Algorithm_Design

    0下载:
  2. 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界-Algorithm design and analysis, including greedy algorithms, divide and conquer algorithms, dynamic programming, backtracking, branch and bound
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-24
    • 文件大小:116736
    • 提供者:kiwi
  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 alg
  3. 所属分类:matlab例程

    • 发布日期:2024-05-24
    • 文件大小:138240
    • 提供者:wangjunxia
  1. Branch-and-Price

    0下载:
  2. Branch—and—Price,一种广义分枝定界或分枝定界的扩展算法,它允许列生成过程应用于整个分枝定界树-The philosophy of branch-and-price is similar to that of branch-and-cut except that the procedure focuses on col- umn generation rather than row generation.
  3. 所属分类:文件格式

    • 发布日期:2024-05-24
    • 文件大小:621568
    • 提供者:abrahamlau
  1. shuxuesuanfa

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

    • 发布日期:2024-05-24
    • 文件大小:631808
    • 提供者:宇航
  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 algorit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-24
    • 文件大小:17231872
    • 提供者:tailiu
  1. Computeralgorithmsr

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

    • 发布日期:2024-05-24
    • 文件大小:495616
    • 提供者:linjunying
  1. xinhaojiance

    0下载:
  2. 几种 MIMO 最大似然检测算法性能与复杂度比较及改进,介绍了半定松弛、分枝定界和堆栈三种低复杂度最大似然检测算法,并对其性能和复杂度进行了仿真分析,提出了改进的分枝定界和堆栈算法,仿真结果证明分枝定界和堆栈算法性能要优于半定松弛算法,分枝定界算法的复杂度低于堆栈算法且半定松弛算法以多项式复杂度取得了逼近最大似然的性能,同时改进算法加快了算法收敛速度,降低了计算复杂度和对存储空间的要求。 -Several maximum likel
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-24
    • 文件大小:782336
    • 提供者:wanglong
  1. cPP

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

    • 发布日期:2024-05-24
    • 文件大小:12141568
    • 提供者:lifan
  1. branch-and-bound-algorithm

    0下载:
  2. 利用c++实现城市遍历问题的分枝定界算法。-Use c++ achieve urban traversal problem branch and bound algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-24
    • 文件大小:3072
    • 提供者:
  1. scheduling-in-single-machine

    0下载:
  2. 文分别运用分枝定界算法,启发式算法及它们的混合算法解决了单机车间的订单接收和调度问题,并进行了比较实验。-Order acceptance and scheduling in a single-machin environment: exact and heuristic algorithms
  3. 所属分类:软件工程

    • 发布日期:2024-05-24
    • 文件大小:384000
    • 提供者:郑凡
  1. branchbound

    0下载:
  2. 适用于整数规划中的分枝定界方法,比较常用的算法。参数说明在程序中写的很清楚了,欢迎大家下载使用。-Integar Optimization.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-24
    • 文件大小:1024
    • 提供者:li
  1. integer-linear-programming

    0下载:
  2. 最优化的里整数规划里0—1规划算法和分枝定界法,matlab编写,代码规范,方便初学者学习!-the program is with the binary integer linear programming and integer linear programming use branch and bound method!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:2048
    • 提供者:David
  1. 分枝限界算法

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

    • 发布日期:2024-05-24
    • 文件大小:2275328
    • 提供者:魇晴瑜

源码中国 www.ymcn.org