搜索资源列表

  1. BranchandBound_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用分支定界法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved with branch and bound method.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:727040
    • 提供者:储大为
  1. TravelingSalesmanProblem

    0下载:
  2. This file contains my project from Algorithm class on Traveling Salesman Problem. It implements some branch and bound methods to increase it s performance. In the main function you can find that I use Drzewo() function D
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:4345856
    • 提供者:Antoni
  1. BranchBound

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:夜海星
  1. nqueens

    0下载:
  2. 分支限界法解决皇后问题,在nxn棋盘上放n个棋子,要求两个棋子不能放在同一列上-Queens branch and bound method to solve the problem, put the board in the nxn n-piece, two pieces can not be requested on the same column
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1183744
    • 提供者:王浩文
  1. TSP

    0下载:
  2. 这是用Delphi编写的程序,目的是用TSP(分支限界法)实现旅行商问题-This is a program written with Delphi, the purpose is to use TSP (branch and bound method) to achieve the traveling salesman problem
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:191488
    • 提供者:wen
  1. bnb20

    0下载:
  2. 在实际应用着经常需要求解非线性整数规划或混合规划问题,该领域中的一种常用的算法是分支定界(branch and bound)算法,但是matlab工具箱中没有相关的函数。荷兰Groningen大学的Koert Kuipers编写的的BNB20工具箱可以用来求解一般非线性整数规划问题-In practice, frequent need to solve nonlinear integer programming or mixed pro
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:leilei
  1. TSP

    0下载:
  2. 本程序通过使用分支限界法实现旅行商问题,成功解决了旅行商问题-This procedure achieved by using the branch and bound traveling salesman problem, successfully solved the traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:mhj
  1. main

    0下载:
  2. 分支限界法实现旅行售货员问题,使用时间挺短的,代码可读性强-Branch and bound to achieve the traveling salesman problem, the use of time very short, readable code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. wrewwererw

    0下载:
  2. 分支限界法解决——TSP问题的讲述,及其算法(是PPT)-Branch and bound method to solve- TSP problem about its algorithm (which is PPT)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:128000
    • 提供者:王郑东
  1. p2_branch

    0下载:
  2. branch and bound algorithm for solving a scheduling problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:5257216
    • 提供者:milithrar
  1. A-branch-and-bound-algorithm-for-asymmetric-TSP.r

    0下载:
  2. A branch-and-bound algorithm for asymmetric TSP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:Tom
  1. bound

    0下载:
  2. 算法分析与设计 利用分支界限法计算载重问题-Calculate the weight using branch and bound problems
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:916480
    • 提供者:菊子
  1. the-branch-and-bound-algorithm

    0下载:
  2. 算法:用分支定界求最短路径,北航计算机学院算法课作业-Algorithm: get the shortest path using the branch and bound algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1595392
    • 提供者:柴巧珍
  1. Branch-and-Bound

    0下载:
  2. 最新国际顶级杂志IJCV2011目标检测论文-Branch and Bound Hough Transform for Object Class Detection,IJCV2011
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-15
    • 文件大小:1321984
    • 提供者:qyh
  1. Bound-file

    0下载:
  2. 捆绑文件 可以跟正常文件捆绑一起-Files can be bound with normal file bound together
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:551936
    • 提供者:李进
  1. branch-and-bound-algorithm

    0下载:
  2. 分支界限算法,通过一个小实例简单的介绍了分支界限算法的思想,其中包括源码运行截图和运行的.exe文件-A brief introduction of the branch and bound algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:177152
    • 提供者:wuchao
  1. branch-and-bound

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

    • 发布日期:2024-05-15
    • 文件大小:1163264
    • 提供者:郑鹏
  1. branch-and-bound-algorithm

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

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:
  1. Branch-and-bound-method

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

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:谱算法
  1. 2-Cramer-Rao-Lower-Bound

    0下载:
  2. What is the Cramer-Rao Lower Bound
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-15
    • 文件大小:216064
    • 提供者:kammel
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org