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

搜索资源列表

  1. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of the maze path, the optimal res
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:86163
    • 提供者:葛兴高
  1. 背包9讲

    0下载:
  2. 详细介绍背包各种问题。
  3. 所属分类:编程文档

    • 发布日期:2011-04-16
    • 文件大小:32418
    • 提供者:u_1789
  1. 蚁群算法

    5下载:
  2. 蚁群算法/ 蚁群算法/Matlab中文论坛--助努力的人完成毕业设计.url 蚁群算法/一种快速求解旅行商问题的蚁群算法.pdf 蚁群算法/使用帮助:新手必看.htm 蚁群算法/基于改进蚁群算法对最短路径问题的分析与仿真.pdf 蚁群算法/基于改进蚁群算法的出租车路径规划算法.pdf 蚁群算法/基于改进蚁群算法的最短路径问题研究.pdf 蚁群算法/基于蚁群算法的公交路线走向模型及其求解.pdf 蚁群算法/基于蚁群算法的完全遍历路径规划研究.PDF 蚁群算法/用蚂蚁算法和模拟退火
  3. 所属分类:编程文档

    • 发布日期:2012-09-09
    • 文件大小:5463327
    • 提供者:wodexiaowo
  1. beibaojingdian

    0下载:
  2. 背包问题是经典的运筹学例题。 背包问题是经典的运筹学例题。-beibaojingdina
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:4509
    • 提供者:彭林
  1. 背包问题用lc分支限界方法

    0下载:
  2. 01背包问题,用lc分支限界方法,做的ppt-01 knapsack problem, using lc branch and bound method, do ppt
  3. 所属分类:软件工程

    • 发布日期:2017-03-26
    • 文件大小:6433
    • 提供者:agui
  1. bag

    0下载:
  2. 本程序是用c++实现的背包问题。相信会对大家有用的-This procedure is used c++ Realized knapsack problem. We believe it will be useful
  3. 所属分类:software engineering

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

    0下载:
  2. 0-1背包问题的源码,包括问题描述,算法思想-01beibaowenti
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:7965
    • 提供者:张引兵
  1. beibaozhongyao

    0下载:
  2. 01背包问题是重要的问题,需要解决。C++解决该问题的方式易懂简介。-beibao
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3420
    • 提供者:彭林
  1. bagproblem

    0下载:
  2. 背包问题详细讲述,解释背包问题,喜欢的下载-Knapsack problem described in detail to explain the knapsack problem, like the download
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:38641
    • 提供者:黄山
  1. 2

    0下载:
  2. 基于背包和椭圆曲线的代理数字签名方案。结合椭圆曲线数字签名方案和变形的背包问题,提出了一种改进的椭国曲线数字签名 方案.-Backpack and the elliptic curve based on the proxy digital signature scheme. Combination of elliptic curve digital signature scheme and deformation of the knapsack problem, put forward an
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:376911
    • 提供者:小玲
  1. S08070028assgin05

    0下载:
  2. 背包问题解法,也就是背包问题的求解,不是全解,仅一种-Knapsack Problem Solution
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:99413
    • 提供者:王舒祺
  1. nhuanghou0-1beibao

    0下载:
  2. N皇后问题和背包问题的详细解释,PPT内容非常好。包括算法分析,时间复杂度-N Queens problem and knapsack problem explained in detail, PPT content is very good. Including the algorithm analysis, complexity, etc.
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:313197
    • 提供者:崔雅珍
  1. knapsackproblem

    0下载:
  2. 贪心算法,回溯法,动态规划算法解决0-1背包问题-Greedy algorithms, backtracking, dynamic programming algorithm to solve 0-1 knapsack problem
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:369101
    • 提供者:区娟丽
  1. 01JAVA

    0下载:
  2. 01背包问题的java描述,我要下东西,晕死啊-java sknp is OK
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:858
    • 提供者:kaiqi
  1. beibao

    2下载:
  2. 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2) (1,4,5) (8,2) (3,5,2)。 提示:可利用回溯法的设计思想来解决背包问题。首先将物品排成一列,然后顺序选取物品装入背包,假设已选取了前i 件物品之后背包还没有装满,则继
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:640
    • 提供者:black
  1. 1

    0下载:
  2. 用回溯法解决0-1背包问题,用回溯法解决0-1背包问题-用回溯法解决0-1背包问题
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4365
    • 提供者:lovewuhui
  1. 0-1bag

    0下载:
  2. 解决0-1背包问题的几种方法,有回溯,有优先分支界限,是一个实验报告的格式-0-1 knapsack problem to solve several methods, there are retrospective, have priority branch and bound, the format of a lab report
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:45875
    • 提供者:lovewuhui
  1. 01

    0下载:
  2. 这是我们大学里的课程设计,实现简单的0、 1背包问题,目的就是用最少的资源做做多的事情- This is our university course design, realization simple 0, 1 knapsack problem, the purpose is to use the minimal resource do more things
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:745
    • 提供者:李维
  1. 禁忌搜索解决背包问题

    2下载:
  2. 用lua编写的解决背包问题的程序,需要在lua的编译器上执行。执行成功,有结果。
  3. 所属分类:文档资料

  1. 基于猴群算法求解0_1背包问题_徐小平

    0下载:
  2. 猴群算法是于2008年由Zhao和Tang[8]提出的一种新的用于求解大规模、多峰优化问题的智能优化算法.(The monkey swarm algorithm is a new intelligent optimization algorithm proposed by Zhao and Tang [8] in 2008 for solving large-scale and multi-peak optimization problems.)
  3. 所属分类:文章/文档

    • 发布日期:2021-04-11
    • 文件大小:749568
    • 提供者:混合111
« 12 3 »
搜珍网 www.dssz.com