搜索资源列表

  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-16
    • 文件大小:205824
    • 提供者:莫斌峰
  1. five

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

    • 发布日期:2024-05-16
    • 文件大小: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-16
    • 文件大小: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-16
    • 文件大小: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-16
    • 文件大小:3476480
    • 提供者:钟英
  1. pichuli5.3

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

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

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

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

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

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

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

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

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

    • 发布日期:2024-05-16
    • 文件大小: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-16
    • 文件大小: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-16
    • 文件大小:971776
    • 提供者:杨一
  1. suanfa

    0下载:
  2. 分支限界法解决01背包问题,适用于算法上机作业-Branch and bound method to solve the 01 knapsack problem
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 0-1背包问题-分支限界法,算法设计课程作业-0-1 knapsack problem- branch and bound algorithm design course work
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 分支限界法解决单源最短路径问题(xiaodan)-Branch and bound method to solve the single source shortest path problem (xiaodan)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:563200
    • 提供者:yxz
  1. The-algorithm-analysis-and-design

    0下载:
  2. 研究生上课所用的算法分析与设计相关文档PPT,分八个章节对算法进行详细介绍: 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 第7章 概率算法 第8章 NP完全性理论 -Graduate classes used in algorithm analysis and design documents the PPT is divided
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2043904
    • 提供者:独角之灵
  1. clique

    0下载:
  2. 最大团问题 回溯法 分支限界法 绝对给力 -the largest group huisu fenzhixianjie
  3. 所属分类:Windows编程

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

    1下载:
  2. 用Java语言实现的用分支限界法解决单源最短路径问题的算法-An implementation of single source shortest path problem with Java language based on branch and bound method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:90112
    • 提供者:gladnews
  1. Wiring

    0下载:
  2. 分支限界法实现布线问题,C++实现,可直接运行-A realization of wiring
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:274432
    • 提供者:Victor Smith
  1. solution-of-knapsack-problem

    0下载:
  2. 回溯法、分支限界法的原理,并能够按其原理编程实现解决0-1背包问题,以加深对回溯法、分支限界法的理解。 -Backtracking, branch and bound method principle, and can according to the principle of programming to realize solving knapsack problem, in order to deepen our understa
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:90112
    • 提供者:
« 1 2 3 4 5 67 8 »

源码中国 www.ymcn.org