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

搜索资源列表

  1. 8ma

    0下载:
  2. 八数码难题,使用广度搜索,体现分支限界法的思想-Eight puzzle, use the search scope, reflecting the branch and bound ideas ×××××
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:245109
    • 提供者:吴君
  1. fzxj

    0下载:
  2. 一般解空间的队列式分支限界法 试设计一个用队列式分支限界法搜索一般解空间的函数。该函数的参数包括结点可行性 判定函数和上界函数等必要的函数,并将此函数用于解布线问题。 -Queue-type general solution space try to design a branch and bound branch and bound with a queue-type search function of the general solution space. The funct
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16571
    • 提供者:余丹艳
  1. the-shortest-path-problem

    0下载:
  2. 算法设计与分析,分支限界法解单元最短路径问题。-Algorithm design and analysis, branch confines method ifm unit the shortest path problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2133
    • 提供者:zl1991zl
  1. shortest-path

    0下载:
  2. 寻找单源最短路径问题的优先队列式分支限界法-Single-source shortest path problem priority queue type branch and bound
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1043
    • 提供者:丫丫
  1. 01-knapsack-problem--

    0下载:
  2. 01背包问题的优先队列式分支限界算法程序实现-01 knapsack problem with priority queues to achieve branch and bound algorithm program
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:778686
    • 提供者:hudongfang
  1. traveler

    0下载:
  2. 旅行商问题的分支限界法 经典算法的JAVA实现-Traveling Salesman Problem classical branch and bound algorithm to achieve JAVA
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:191060
    • 提供者:李鑫
  1. TSP

    0下载:
  2. TSP分支限界法求最短路径,可读取代价矩阵的txt。-Use TSP branch and bound Method to find the shortest path. Cost matrix can be read from txt.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:194901
    • 提供者:sd
  1. knapsack(five)

    0下载:
  2. 实现0-1背包问题的优先队列分支限界算法 FIFO 分支限界算法 递归法 回溯法 动态规划算法-0-1 knapsack problem to achieve the priority queue FIFO branch and bound algorithms branch and bound backtracking algorithm recursion dynamic programming algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14136
    • 提供者:iwillgoon
  1. fenzhixianjiefa

    0下载:
  2. 分支限界法常以广度优先或以最小耗费(最大效益)优先的方式搜索问题的解空间树。-Branch and bound often breadth-first or least-cost (most effective) way of priority the solution space tree search problems.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3660
    • 提供者:飞飞
  1. fenzhixianjiefa

    0下载:
  2. 文章详细讲解分支限界的基本思想,单元最短路径问题,含有源代码和截图-Article explain in detail the basic idea of ​ ​ branch and bound, the shortest path problem unit, containing the source code and screenshots
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:24366
    • 提供者:SongLY
  1. TravelingSalesman

    0下载:
  2. 旅行商问题的一种解法---分支限界法。输入每个城市之间的消耗,有程序给出最优解---- A Method for Solving TSP branch and bound method. Between the consumption of inputs in each city, the program gives the optimal solution with
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:205589
    • 提供者:莫斌峰
  1. five

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

    • 发布日期:2017-04-05
    • 文件大小:2276
    • 提供者:刘小兵
  1. suanfa2

    0下载:
  2. 分支限界法、分治法、动态规划法常见代码,素数环问题、背包问题、抄写书稿问题。-Branch and bound method, divide and conquer, dynamic programming method common code, prime ring problem, knapsack problem, the problem copying the manuscr ipt.
  3. 所属分类:Data structs

    • 发布日期:2017-06-22
    • 文件大小:41812661
    • 提供者:李诗诗
  1. 01packet

    0下载:
  2. 使用分支限界法解决01背包问题,c++代码实现,能够正确运行-Using the branch and bound method to solve the 01 knapsack problem, c++ code to run properly
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:896726
    • 提供者:Rhonda
  1. suanfashiyan

    1下载:
  2. 十个算法小程序:二分法、循环赛日程算法、归并分类算法、贪心算法、背包问题、最优装载、动态规划(多段图、0-1背包、资源分配问题)、回溯和分支限界法(子集和数问题)-Ten algorithm applet: dichotomy, round robin scheduling algorithms, merge classification algorithm, greedy algorithm, knapsack problem, the optimal loading, dynamic pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3476384
    • 提供者:钟英
  1. pichuli5.3

    0下载:
  2. 分支限界法解决批处理作业调度问题 算法分析与设计-Branch and bound method to solve the problem of batch job scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:629108
    • 提供者:薛佩佩
  1. Projects

    0下载:
  2. 分支限界法贪心算法和动态规划解决装载问题 算法分析与设计-Greedy algorithm branch and bound method and dynamic programming to solve loading problems
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1434720
    • 提供者:薛佩佩
  1. packing-problem

    0下载:
  2. 分别用分支搜索法和分支限界法解决装载问题,用C++实践-Search method and the branch with branch about solving problems of loading
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2668
    • 提供者:粉丝
  1. KnapSack

    0下载:
  2. 蛮力、动态规划、回溯、分支限界四种算法求解0/1背包问题-Four algorithms(brute force, dynamic programming, backtracking, branch and bound ) to solve 0/1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2538
    • 提供者:WangXiaolei
  1. DPAlgo

    0下载:
  2. 用分支定界算法求解一个点到点最短路径问题,并有最大开销限制。所用的数据矩阵很大,可以用来研究分支限界和动态规划。-Branch and bound algorithm for a point to point shortest path problem, and the maximum spending limits. The data matrix can be used to study branch and bound and dynamic programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1665739
    • 提供者:andy
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com