资源列表
1222
- POJ 1222己AC源代码,不信你可以试试.-POJ 1222 F AC source code, do not believe you can try.
expresiontree
- 这个程序主要实现了表达式求值的算法,主要是用二叉树进行递归求解-The program mainly achieved expression evaluation algorithm was used in a binary tree recursively solving
binarytree
- 这是一个关于二叉树的各种操作的数据结构程序-This is a variety of operations on binary datastructure program
shujujiegou
- 数据结构括号匹配 对你肯定有用的 是用C++编写的 很辛苦找到的- Data structure matching parenthesis
LimitBin
- 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。 解装箱问题的Best Fit 算法: 设
shunxubiao
- 实现数据结构中顺序表的建立插入删除查找功能。
huffman
- 数据结构中的huffman树的一个具体应用,适合刚开始学习数据结构的朋友!-Data structure of huffman tree to a specific applications, fit the beginning of the study data structure Friend!
stack1
- 这是俺编写的一个堆栈,采用模版函数编写,面向过程设计,供大家参考-I prepared a stack, using templates prepared function, process-oriented design, for your reference
day8035
- 这是用C++写的关于链表的创建,插入,删除等操作的程序-It is written in C++ on the list to create, insert, delete and other operations procedures
45
- 程序功能包括:主程序;顺序查找、二分查找和分块查找的实现;过程追踪以及结果输出等;-Program features include: the main program sequential search, binary search and find the realization of block process tracing, and outputting the results
questoes1
- Question 1068 on poj (PKU)
Greedy_MultiServe
- using greedy trategy to solve the problem of multiOptimalServe.this code runs in vc 6.0.
