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

搜索资源列表

  1. fenzhidingjie

    0下载:
  2. 分支定界法,解决整数规划问题,很好的优化算法,可以学习-Branch and bound method to solve the problem of integer programming, a good optimization algorithm can learn
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:839
    • 提供者:
  1. BOND_BRANCH_SS

    0下载:
  2. 利用分支定界法处理单源最短路径,很好的设定了上界下界。效率很高。-solve the problem “Shorttest Path Singal source” by using branch and bound
  3. 所属分类:Shell api

    • 发布日期:2017-11-23
    • 文件大小:7424226
    • 提供者:miracle
  1. intprog

    0下载:
  2. 通过分支定界法计算线性规划、整数规划,效果较好。-To calculate integer programming, branch and bound method is better.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1844
    • 提供者:刘刚
  1. tsp_bb

    0下载:
  2. 旅行商问题的分支定界解法,含有详细的注释和说明,希望对你有用。-Branch and bound
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:18484
    • 提供者:liyang
  1. xxx

    0下载:
  2. MATLAB分支定界法的实现,附带代码和例题-MATLAB implementation of branch and bound method, with code and examples
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:4038
    • 提供者:剑姬
  1. branch-and-bound

    2下载:
  2. 分支定界法求解TSp问题的分析研究以及matlab实现-Branch and bound method to solve the problem described TSp
  3. 所属分类:Document

    • 发布日期:2016-09-15
    • 文件大小:1163264
    • 提供者:郑鹏
  1. 0-1-Knapsack-problem

    0下载:
  2. 本次实验选择0-1背包问题作为题目,通过使用动态规划、回溯法和分支定界法等算法来求解该问题,从而进一步的了解各种算法的原理、思路及其本质,深化对算法的了解,锻炼自己对各种算法的分析和使用,熟悉软件底层算法和界面编程。-The 0-1 knapsack problem was chosen as the subject, through the use of dynamic programming, backtracking and branch and bound method algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:203237
    • 提供者:invest
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
  1. Branch-and-bound-method

    0下载:
  2. MALAB写的,分支定界法求解纯整数或混合的整数规划问题。-Written MALAB, branch and bound method to solve pure integer or mixed integer programming problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:11901
    • 提供者:谱算法
  1. fengzhidingjie

    0下载:
  2. 分支定界 MATLAB编程 分支 定界 剪枝 取整数解-Branch and bound MATLAB programming branch and bound pruning rounded solution
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4996
    • 提供者:meizhihuang
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版用来解整数规划问题相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:571
    • 提供者:forsdth
  1. zsgh

    0下载:
  2. 整数规划,0-1整数规划,分支定界法求最优解-0-1 integer programming integer programming, branch and bound method for the optimal solution
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:4486
    • 提供者:lwm
  1. math

    0下载:
  2. 这是有个关于整数分支定界法的程序,在数学建模中应用较多!-This is a branch and bound method for integer programs, the application of mathematical modeling more!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:阿宝
  1. Branch_and_bound_for_TSP_tutorial

    2下载:
  2. 该程序是用分支定界算法解决旅行商问题,所用语言为Matlab-The program is branch and bound algorithm for TSP problem
  3. 所属分类:Algorithm

    • 发布日期:2016-09-15
    • 文件大小:16384
    • 提供者:熊福力
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版用来解整数规划问题相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:611
    • 提供者:lightly
  1. BranchBound

    2下载:
  2. 分支定界方法,用于解决tsp问题,matlab实现。-Branch and bound method for solving the tsp problem, matlab realize.
  3. 所属分类:Algorithm

    • 发布日期:2016-09-15
    • 文件大小:13312
    • 提供者:happygo
  1. TSP-PROBLEM

    0下载:
  2. C99标准实现的动态规划法和分支定界法解决TSP问题-Dynamic Programming Method and Brand-and-Bound Method Solving TSP Problem Under C99 Standard
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5977
    • 提供者:create
  1. fenzhidingjiefa

    0下载:
  2. 分支定界法能够用在处理整数规划问题中,是一种很经典的方法。希望大家有用!-Branch and bound method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1896
    • 提供者:刘滔
  1. evacuation

    1下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网-very goog
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2634
    • 提供者:henry
  1. IntProgFZ

    0下载:
  2. 分支定界法,不断将可行域分割成小的集合,再找出最优解-Branch and bound method, the feasible region divided into a collection of small, then find out the optimal solution
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:757
    • 提供者:李煜
« 1 2 3 4 56 »
搜珍网 www.dssz.com