CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 背包问题

搜索资源列表

  1. 0-1-Knapsack-problem

    0下载:
  2. 本次实验选择0-1背包问题作为题目,通过使用动态规划、回溯法和分支定界法等算法来求解该问题,从而进一步的了解各种算法的原理、思路及其本质,深化对算法的了解,锻炼自己对各种算法的分析和使用,熟悉软件底层算法和界面编程。-The 0-1 knapsack problem was chosen as the subject, through the use of dynamic programming, backtracking and branch and bound method algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:203237
    • 提供者:invest
  1. bag-matlab

    1下载:
  2. 背包问题动态规划matlab实现.txt 背包问题动态规划matlab实现.txt -Knapsack problem dynamic programming matlab realize. Txt knapsack problem dynamic programming matlab realize. Txt knapsack problem dynamic programming matlab realize. Txt
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-19
    • 文件大小:1024
    • 提供者:赵梦雅
  1. psoPsa

    1下载:
  2. 粒子群算法混合模拟退火算法计算背包问题的算例-PSO hybrid simulated annealing algorithm knapsack problem examples
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2484
    • 提供者:zd
  1. beibaowenti

    0下载:
  2. 辅助新手理解一位数组的背包问题 没有别的了 价值真的不大 -good is good oh ok how are you fine think and you
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1333
    • 提供者:施志强
  1. acm-beibao

    0下载:
  2. acm动态规划背包问题详解一共有九讲,非常非常的实用-acm dynamic programming knapsack problem Elaborates a total of nine speakers, very very practical
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:24819
    • 提供者:xiongjian
  1. 01bag

    0下载:
  2. 用动态规划算法所编写是01背包问题的实现,能在ACM平台上通过-Prepared by using dynamic programming algorithm implementation is 01 knapsack problem, in ACM Platforms
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:555
    • 提供者:刘毅轩
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:444267
    • 提供者:cyj
  1. recursive

    0下载:
  2. 背包问题是NP完全问题,本程序通过递归法实现了一种优化的背包。-Recursive method to solve the knapsack problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1590536
    • 提供者:dirk
  1. dynamic

    0下载:
  2. 背包问题是NP完全问题,本程序通过动态规划法优化实现了一种背包问题。-Knapsack problem is NP-complete problems, this program through dynamic programming optimization implements a knapsack problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1565205
    • 提供者:dirk
  1. fzxj

    0下载:
  2. 分支限界法是一种优化方法,背包问题是NP完全问题,本程序通过分支限界实现了一种优化的背包。-Branch and bound method is an optimization method, knapsack problem is NP-complete problems, this program through the branch and bound to achieve an optimized backpack.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:414373
    • 提供者:dirk
  1. hs

    0下载:
  2. 背包问题是NP完全问题,本程序通过回溯法实现了一种优化的背包。-Knapsack problem is NP-complete problems, this program through backtracking realize an optimized backpack.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:466357
    • 提供者:dirk
  1. tanxin

    0下载:
  2. 背包问题是一种NP完全问题,使用贪心法优化解决背包问题。-Knapsack problem is an NP-complete problem, use the greedy algorithm optimization to solve knapsack problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:365641
    • 提供者:dirk
  1. 0-1

    0下载:
  2. 用动态规划思路去解答经典的0-1背包问题,已成功通过调试-Using dynamic programming ideas to answer the classic 0-1 knapsack problem, has successfully passed the debugging
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:850
    • 提供者:Mary
  1. 0-1Jump

    0下载:
  2. 用动态规划去解答0-1背包问题,此方法是在经典背包问题上进行的跳跃点优化而解答出来的,已成功通过编译调试-Using dynamic programming to answer 0-1 knapsack problem, this method is carried out on the classic knapsack problem jumps out optimization solutions, has successfully passed the compiler debugging
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:597
    • 提供者:Mary
  1. Poweallocation2013paper

    0下载:
  2. 考虑了基站通过多个中继与多个用户的问题,基于背包问题提出了最优功率分配。-the optimal power allocation is presented based on knapsack problem for a system with a base station communication with multiple users assisted by multiple relay.
  3. 所属分类:Development Research

    • 发布日期:2017-04-26
    • 文件大小:130807
    • 提供者:astydon
  1. beibao

    1下载:
  2. 这是背包问题的程序,用matlab实现,背包问题是NP完全问题-This is the knapsack problem program, using matlab , knapsack problem is a a NP-complete problem
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11657
    • 提供者:a
  1. yibanbeibao

    0下载:
  2. 用JAVA实现一般背包问题(附院码)比较实用-Knapsack problem
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:719
    • 提供者:司镭
  1. bag

    0下载:
  2. 这是求背包问题的一个程序,主要用了递归穷举的思想,希望可以帮到大家-This is a program seeking knapsack problem, the main idea of ​ ​ using a recursive exhaustive, I hope you can help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:madil
  1. Deformation-knapsack-problem

    0下载:
  2. 背包问题的变形,可以更好的理解,01背包,完全背包,多重背包问题等问题-Deformation knapsack problem can be better understood, 01 backpacks, completely backpack, multiple knapsack problem and other issues
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:48839
    • 提供者:
  1. leastpackage

    0下载:
  2. 实现了最小背包问题的解决,利用优先级队列来解决-Achieve a minimum knapsack problem, the use of priority queues to resolve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:stendardo
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com