搜索资源列表
c++huisu
- 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
beibaowenti
- 这是一个用回溯算法解0--1背包问题的C++程序(好用的)
bag
- 经典算法问题,背包问题。完整的C++源码程序,动态规划算法解答。
bag
- 背包问题的解决,使用microsoft visual c++编写,算法简单
BeiBao
- 算法,背包问题新解法,使用C
0-1bag
- 在c++环境下运行的程序 利用动态规划的算法思想解决0—1背包问题
0-1
- 这是一个用C++实现的0/1背包问题,它是用贪心法实现的。
01knapsack
- 01背包问题的C++源程序,写的比较简单
beibao
- 数据结构典型问题,背包问题的求解源码,c
Backpack
- 背包问题(非0/1)C++标准算法-knapsack problem (0 / 1) C Standard Algorithm
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
beibaowenti
- C语言常用算法 之 背包问题 常用代码 方便使用-C language commonly used algorithm for the knapsack problem to facilitate the use of common code
perm
- 利用回溯法求解背包问题和全排列的算法,用c++实现。-The use of retrospective method knapsack problem and the whole array of algorithms, using c++ realize.
0-1knapsack_problem
- 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to
01
- c++利用回溯法来实现01背包问题 阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值; 决策是:第N件物品放或者不放; -c++ using backtracking to achieve the 01 knapsack problem Stage: the first N items, select the number of items into the backpack status
c2
- c++, 动态规划解决01背包问题-c++, 01 knapsack problem dynamic programming to solve
10_04_07-c
- 学习数据结构时候写的一些小程序,包括二分搜索、背包问题等。初学者可以下来-Data structure when learning to write small programs, including binary search, backpacks and so on. Beginners can look down. .
dynamic-programming
- 使用c++语言,在vs2008平台上编写,用动态规划法求解0,1背包问题-C++ language use, in vs2008 platform to write, with the dynamic planning solution 0, 1 knapsack problem
1
- 使用动态规划实现背包问题C源程序,可直接运行。-Programming in C source code knapsack problem
src
- ACM题目用优先队列法解决0-1背包问题c++源代码-ACM topic with priority queuing method to solve 0-1 knapsack problem c++ source code