搜索资源列表

  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. 所属分类:Dephi控件源码

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

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

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:飞飞
  1. fenzhixianjiefa

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

    • 发布日期:2024-05-17
    • 文件大小:24576
    • 提供者: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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:205824
    • 提供者:莫斌峰
  1. five

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:刘小兵
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:41812992
    • 提供者:李诗诗
  1. 01packet

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

    • 发布日期:2024-05-17
    • 文件大小:897024
    • 提供者:Rhonda
  1. suanfashiyan

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

    • 发布日期:2024-05-17
    • 文件大小:3476480
    • 提供者:钟英
  1. pichuli5.3

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

    • 发布日期:2024-05-17
    • 文件大小:628736
    • 提供者:薛佩佩
  1. Projects

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

    • 发布日期:2024-05-17
    • 文件大小:1434624
    • 提供者:薛佩佩
  1. packing-problem

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

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:粉丝
  1. KnapSack

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者: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 d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1666048
    • 提供者:andy
  1. BrandABound

    0下载:
  2. 分支限界法实现旅行商问题,C语言实现,仅供参考-Branch method to implement about traveling salesman problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:25600
    • 提供者:aj
  1. algorithm_report

    0下载:
  2. 算法设计报告5个重要算法,包括贪心,回溯,动态规划,分支限界,分治法-Algorithm design report five algorithms, including greedy, backtracking, dynamic programming, branch and bound, divide and conquer
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:52224
    • 提供者:warton
  1. push-box

    0下载:
  2. 用分支限界搜索的方法和java语言完成了程序,并且实现了界面-realise the outlook
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:106496
    • 提供者:陈毅
  1. knight

    0下载:
  2. 在一个n*n的棋盘上跳马的方式走遍所有格子,用分支限界法解决。-Branch and bound method to solve the knight journey
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:107520
    • 提供者:何艺凝
  1. eightnumber

    0下载:
  2. 八数码难题,又称九宫格问题,也是我们平时玩的华容道,用分支限界法解决该问题-Eight digital problem, also known as the squared problem, we usually play Huarong, branch and bound method to solve the problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:杨一
  1. lessnumberfirst

    0下载:
  2. 八数码难题的第二种解法,仍然用分支限界法,但是选择的优先策略变成了不在目标位置上的数最少的优先的方法-The second solution of eight digital problems are still using the branch and bound, but to select the priority strategy into a not in the target location on the least nu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:971776
    • 提供者:杨一
« 1 2 ... 4 5 6 7 8 910 11 12 »

源码中国 www.ymcn.org