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

搜索资源列表

  1. 0-1

    0下载:
  2. 0-1背包问题, 给定一个载重量为m,n个物品,其重量为wi,价值为vi,1<=i<=n,要求:把物品装入背包,并使包内物品价值最大-0-1 knapsack problem, given a load for the m, n one item, the weight wi, the value of vi, 1 < = i < = n, asked: the items into backpacks, and to bag the maximum value of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:811
    • 提供者:浩星无恨
  1. 0-1-knapsack-problem

    0下载:
  2. 01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn, corresponding to the value of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:136369
    • 提供者:阿四
  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. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2156262
    • 提供者:哈达
  1. 0-1

    0下载:
  2. 0-1 背包问题-动态规划法,算法设计课程作业-0-1 knapsack problem- dynamic programming, algorithm design course work
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:963
    • 提供者:禾子
  1. 0-1-bag-problem

    0下载:
  2. 一种算法来解决0-1背包问题,这是非常好的-one arithmetic to solve 0-1 bag problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:681
    • 提供者:郭泓良
  1. 0-1

    0下载:
  2. 0-1背包问题算法书籍代码,同大家分享!-0-1 Knapsack Problem Books in code share with you!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:李赵奎
  1. 0-1-knapsack-problem-matlab

    0下载:
  2. 关于matlab解决0-1背包问题的修改,原先下载的matlab代码中有错误-Solve 0-1 knapsack problem matlab modifications, there is an error in the original download matlab code
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:16323
    • 提供者:鲍文正
  1. QEA-solving-0-1-Knapsack-problem

    0下载:
  2. 主要是利用QEA解决0-1背包问题的程序-It isuseful to solving the problem of 0-1 Knapsack using QEA
  3. 所属分类:Document

    • 发布日期:2017-11-02
    • 文件大小:92790
    • 提供者:yanyanyan
  1. 0-1

    0下载:
  2. 用于解决0/1 背包问题动态规划详解及C代码,清晰明确,简单易学-Planning the Xiangjie and C code used to solve the 0/1 knapsack problem dynamic, clear, and easy to learn
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:36141
    • 提供者:
  1. 0-1

    0下载:
  2. 我自己用C写的一个用分支界限法实现0-1背包问题,比较简便实用,而且易懂,比回溯法有明显的优势-I have written in C, a branch and bound method 0-1 knapsack problem is relatively simple and practical, and easy to understand, there are obvious advantages than backtracking
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:5346
    • 提供者:李辉
  1. ts-solve-0-1-knapsack-a-info

    1下载:
  2. 用禁忌搜索解决0-1背包问题,及一些关于禁忌搜索优化和并行处理的资料-Tabu search to solve 0-1 knapsack problem, and some information on tabu search optimization and parallel processing of data
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:5420679
    • 提供者:cmn
  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. 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-1-bugs-question

    0下载:
  2. 0-1背包的几种算法的C++实现,包括分支限界、回溯法、贪心算法几种算法-Several 0-1 knapsack algorithm c++ implementation, including branch limit, backtracking algorithm and greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11294089
    • 提供者:Luokai
  1. the-problems-of-0-1-package

    0下载:
  2. 0-1背包问题在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高-the problems of 0-1 package
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3999
    • 提供者:张莹
  1. 0-1-backpack

    0下载:
  2. 本代码提供0-1背包问题的动态规划解法,适用于背包容量是整数类型-The code provides 0-1 knapsack problem dynamic programming solution for the backpack capacity is an integer type
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:550
    • 提供者:xiaoran
  1. 0-1-knapsack-problem--

    0下载:
  2. 算法分析与设计(王晓东版)的0-1背包问题的改进算法的java代码实现,实现背包问题的求解-Algorithm analysis and design (Wang Xiaodong version) algorithm to improve the 0-1 knapsack problem is java code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1544
    • 提供者:small rain
  1. DP-0-1

    0下载:
  2. 0-1背包动态规划,用动态规划来求解0-1背包的问题,Java程序来实现-0-1 backpack dynamic programming, dynamic programming to solve the 0-1 knapsack problem, Java program to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:806
    • 提供者:xiaoxue
  1. Backtracking-0-1

    0下载:
  2. 0-1背包问题的回溯法求解,0-1背包是在M件物品取出若干件放在空间为W的背包里,求出获得最大价值的方案。算法设计 回溯的思想。-Backtracking 0-1 knapsack problem solving 0-1 knapsack is removed in several pieces on items M space W backpack, determined to get the maximum value of the program. Backtracking algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2469
    • 提供者:田梓君
  1. 0-1-package-question

    0下载:
  2. 0——1背包问题的解决,注重动态规划的使用,简单快捷,方便解决0-1规划问题的解决-the question of 0-1 package problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1078
    • 提供者:Allen
« 1 2 34 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com