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

搜索资源列表

  1. 1

    0下载:
  2. 背包问题及其相应的解决方法 C++源码 背包问题及其相应的解决方法 C++源码-Knapsack problem and its corresponding solution to C++ source code knapsack problem and its corresponding solution to C++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:68613
    • 提供者:agi995
  1. GA

    0下载:
  2. 热力学遗传算"~-(therm odynamical genetic algorithms,简称TDGA)借鉴固体退火过程中能量与熵的竞争 模式来协调GA 中“选择压力”和“种群多样性”之间的冲突.然而TDGA 目前极高的计算代价限制了其应用.为了提 高TDGA的计算效率,首先定义一种等级熵(rating—based entropy,J~j称RE)度量方法,它能以较小的计算成本度量种 群中个体适应值的分散程度.然后引入分量热力学替换规则(component thermod)rnami
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:384343
    • 提供者:郭事业
  1. 1

    0下载:
  2. 背包问题体现了一种游戏规则透露游戏的本质-自动翻译
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:30826
    • 提供者:xiaohai
  1. XHstudent

    0下载:
  2. 1.对多个链表进行操作 2.回溯法求解0/1背包 3.分枝限界法求解0/1背包 4.回溯法求解n—皇后问题 5.图的操作(邻接表表示)-1. Operate on multiple lists 2. Backtracking method for solving 0/1 knapsack 3. Branch and bound method for solving 0/1 knapsack 4. Backtracking to solve n-queens pr
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:248889
    • 提供者:晓枫
  1. 1

    0下载:
  2. 利用贪心策略解决背包问题。现有载重为M公斤的背包和n种货物。第i种货物的重量为Wi,它的总价值为Pi,假定M、Wi、Pi均为整数。设计程序给出装货方法,使装入背包的货物总价值达到最大。-Greedy strategy to solve the knapsack problem using. Current load of M kg backpack and n kinds of goods. First i kind of cargo weight Wi, its total value of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:807
    • 提供者:00
  1. java_n_queen

    0下载:
  2. 使用java语言, 回溯法实现n后问题和0-1背包问题-java huisu suanfa slove N Queen question
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4733
    • 提供者:zhilinzhai
  1. ep121

    0下载:
  2. 用动态规划方法模拟0-1背包的问题,并包含了文件。-Simulation using dynamic programming methods 0-1 knapsack problem, and contains the file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:967
    • 提供者:
  1. suanfashiyan

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

    • 发布日期:2017-05-13
    • 文件大小:3476384
    • 提供者:钟英
  1. dynamic-programming

    0下载:
  2. 使用c++语言,在vs2008平台上编写,用动态规划法求解0,1背包问题-C++ language use, in vs2008 platform to write, with the dynamic planning solution 0, 1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:948
    • 提供者:闫皓渊
  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. [itpub[1].net]ACM2000

    0下载:
  2. 解决背包问题,用各种方法解决各种问题,不断的加深对问题的熟悉程度-Solve the knapsack problem, a variety of ways to solve various problems continue to deepen familiarity
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1370278
    • 提供者:沈辉
  1. Knapsack

    0下载:
  2. 背包问题(0-1背包和完全背包)动态规划代码-Code for Knapsack Problem using Dynamic Programming
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:246397
    • 提供者:小魏
  1. jicha

    0下载:
  2. 解决1-1背包问题的最简便的解法可以有里面这一种提供出来-The easiest solution to solve the 1-1 knapsack problem can be inside this kind of out
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:318818
    • 提供者:解南
  1. stressen

    0下载:
  2. 解决1-1背包问题的最简便的解法可以有里面这一种提供出来-The easiest solution to solve the 1-1 knapsack problem can be inside this kind of out
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:180462
    • 提供者:解南
  1. 1

    0下载:
  2. C语言使用回溯法实现背包问题,控制台程序。-C language knapsack problem using backtracking
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:611
    • 提供者:王帅
  1. ConsoleApplication1

    0下载:
  2. 0,1背包问题的C#代码实现,供学习算法使用-0,1 knapsack problem C# code to achieve for the use of the learning algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:34639
    • 提供者:haochen
  1. beibao0-1

    0下载:
  2. 背包问题的一个lingo实现,很好的一个学习lingo的例子-The knapsack problem lingo achieve example of a learning lingo
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:3116
    • 提供者:李倩
  1. Demo1

    0下载:
  2. 算法O-1背包问题,使用Myeclipse编写,java代码,得出最优解。-The 0-1 Knapsack
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:888
    • 提供者:殷成健
  1. 1

    0下载:
  2. 实现背包问题算法,并用MFC做出界面,画出曲线图。-Knapsack problem algorithm, and make the interface using MFC, draw graphs.
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2843353
    • 提供者:stranger
  1. suanfa

    0下载:
  2. 内含《算法设计与分析(王晓东)》第三章课本例题的0-1背包动态规划、跳跃点优化、电路分布问题动态规划、流水作业动态规划、最优二叉树动态规划问题cpp文件和可运行程序。-Contains " Algorithm Design and Analysis (Xiaodong)" Chapter III Textbook Example 0-1 knapsack dynamic programming, jumping point optimization, dynamic progr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:663588
    • 提供者:王墨迹
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com