搜索资源列表
SJJG_BIT
- 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
beibao
- 数据结构典型问题,背包问题的求解源码,c
数据结构的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 动态存储分配
bag
- 这是一个“背包”问题的数据结构的C语言实现。我个人觉得是考查对链表和二叉树的知识。去年学的是这个,觉得很有意思。自己写了几个,也收集了别人做的几个课题。具体思路里面有。-This a problem "bag" in data_structure. I learned this course last year and I think it s very interesting.
bag
- 数据结构的课程设计,背包问题的解决 数据结构的课程设计,背包问题的解决-bag bag bag
beibao
- 数据结构算法背包问题解法之递归解法,C语言实现 -Data structure algorithm of knapsack problem Recursive Solution Method, C language
pack1
- 数据结构中栈的经典算法——第一类背包问题,已经通过测试!-The stack data structure in the classic method- The first knapsack problem, has passed the test!
pack2
- 数据结构中栈的经典算法——第二类背包问题,已经通过测试!-The stack data structure in the classic method- II knapsack problem, has passed the test!
U7_27
- 完全背包问题 原创代码 算法 数据结构-Algorithm for knapsack problem completely original source data structure
packet
- 算法分析与设计中的背包问题的实现!程序运行时根据提示输入相关的信息数据即可正确运行!-Algorithm Analysis and Design Implementation knapsack problem! When prompted to run the relevant information according to the data can be correctly!
Pack
- 这是在VC环境下编写的一个数据结构的经典问题背包问题-This is written in VC environment, a data structure of the classic problems knapsack problem
data-structure
- 数据结构的经典问题 迭代 穷举搜索 递推 背包问题 有完整的程序-Classic problem of data structure iteration branch search
bei_bao
- 可以解决背包问题,而不是0-1背背包。使用于数据结构里面的课后题!-Knapsack problem can be solved, not the 0-1 knapsack back. Data structure used inside the after-school question!
959802
- 0-1背包问题的分支限界算法实现,有详细的函数功能说明()
covmrphort
- 自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教()
VTUDC
- 该程序是一个用动态规划法解决0-1背包问题的小程序,可以为学习动态规划法遇到困难的同学提供帮助()
jneev
- 采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解,()
xadev
- 在线算法的 C语言 就是在线算法解决背包问题的一种,问题很长()
hzbyptb
- 这是经典的背包问题,其中包含多种算法,以及背包问题的拓展()
690051
- 动态规划的背包问题,包括讲解,源代码还有详细的例证,()