搜索资源列表

  1. fenzhi

    0下载:
  2. 算法设计程序设计中分支界限法的C++实现-Algorithm design process the design limits of the law branch of C++ to achieve
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:182272
    • 提供者:小牛儿
  1. fenzhijiexian

    0下载:
  2. 算法设计课程设计中的分支界限算法的c++代码实现-Algorithm design course design algorithm in a branch of the limits of c++ code to achieve
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:467968
    • 提供者:小牛儿
  1. knapsackproblems

    0下载:
  2. 本程序用MFC实现了背包问题中贪婪法,动态规划法,蛮力法,分支界限法的可视化-This procedure using MFC in a knapsack problem greedy method, dynamic programming method, brute force method, branch visualization limits of the law
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2587648
    • 提供者:xuxiangyu
  1. fenzhiTravel

    0下载:
  2. 用C++实现用分支界限法解决旅行商问题,有可视化界面-Using C++ to achieve with a branch to solve traveling salesman problem limits of law, the visualization interface
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:380928
    • 提供者:pf
  1. 11

    0下载:
  2. 算法设计报告,有5种算法,动态规划,贪心法,回溯法,递归,分支界限法
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:59392
    • 提供者:yuan he ying
  1. TSP

    0下载:
  2. 分支界限法解绝旅行商货郎担问题。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:大名
  1. download

    0下载:
  2. 分支界限算法 ,用队列解决最优装载问题,跟背包算法有同样的功能-Branch and bound algorithm, the optimal loading queue to resolve the problem, with the same functionality Knapsack Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lxb
  1. 111

    0下载:
  2. 用分支界限算法解决旅行上问提,大家可以看看,顺便了解一下用分支界限算法和旅行上-ok o k ko ok o k ok o k oko k ok kok ok ok ok ok ok o ko kok ok o ko ko k
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:邢延生
  1. 2

    0下载:
  2. 最短哈密尔顿回路,分支界限法,递归调用,深度优先-The shortest Hamilton circuit, branch and bound method, the recursive call, depth-first
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:chenx
  1. bbTSP

    0下载:
  2. 货郎担问题的分支界限算法,c++实现-Branch and bound algorithm for Traveling Salesman Problem, c++ implementation. . .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:900096
    • 提供者:
  1. fenzhijiexianfa

    0下载:
  2. 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ss
  1. bound

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

    • 发布日期:2024-05-16
    • 文件大小:916480
    • 提供者:菊子
  1. 0-1bag

    0下载:
  2. 解决0-1背包问题的几种方法,有回溯,有优先分支界限,是一个实验报告的格式-0-1 knapsack problem to solve several methods, there are retrospective, have priority branch and bound, the format of a lab report
  3. 所属分类:文件格式

    • 发布日期:2024-05-16
    • 文件大小:46080
    • 提供者:lovewuhui
  1. TSP

    0下载:
  2. 使用C++描述分支界限算法,编码简单可用实现简单。-Described using C++ algorithm branch boundaries,the coding is very simple and good!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:张三
  1. buxian

    0下载:
  2. 算法分析与设计之分支界限法解决电路布线问题-Algorithm analysis and design of the branch circuit wiring method to solve boundary problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Dan
  1. branchknapser

    0下载:
  2. 本程序实现分支界限算法求解0-1背包问题,c语言-The boundaries of the program to achieve branch 0-1 knapsack problem algorithm, c language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:发奋图强
  1. five

    0下载:
  2. 利用分支限界法求解旅行商问题 用C++实现用分支界限法解决旅行商问题,-http://www.pudn.com/login.asp
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:刘小兵
  1. text1

    0下载:
  2. 本程序详细描述了算法的分支界限法的原理,对于初学分支界限算法很好小程序,通俗易懂。-This procedure describes in detail the principle of the algorithm branch and bound method for beginners branch and bound algorithm very good applet, easy to understand.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1164288
    • 提供者:liangyingpeng
  1. 0-1beibaowenti(fenzhijiexiansuanfa)

    0下载:
  2. 本程序采用分支界限算法解决经典的0-1背包问题。-This program uses the branch and bound algorithm to solve the classical 0-1 knapsack problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:邵文莎
  1. 0-1-knapsack-problem-solution

    0下载:
  2. 这是一个关于0-1背包问题算法的编程实现,包括了动态规划、分支界限、回溯、贪心算法-This is a 0-1 Knapsack Problem programming, including dynamic programming, branch and bound, backtracking, greedy algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2156544
    • 提供者:哈达
« 1 2 34 5 »

源码中国 www.ymcn.org