资源列表
kong
- 通讯录,实现添加、插入、删除、保存、读取等功能-Contacts, achieve add, insert, delete, save, reading and other functions
memory
- 可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allocation algorithm.
MemoryMgr
- 可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allocation algorithm.
greedymethod
- 贪婪算法的具体例子 有个国有中型企业,接到一批需要加工零件的订单,员工们非常高兴,可是高兴之后却发现问题了,原来这家企业能够加工这批零件的机床有限,如果仅仅为了这批加工任务而新添机床的话,那么既不合算也不必要,因为加工完这批零件后很可能这些机床又要闲置起来,所以大批量购买肯定不行,但这批订单又必须要完成,那么这么办呢?很想请你帮忙设计一个安排加工任务,使得完成这批订单所需要使用的机器数量最少-An example of greedy method
voronoi
- Voronoi算法不完全代码,C++描述-Voronoi algorithm does not completely code, C++ descr iption
Huffman
- Huffman树 1.根据要求输入n个权值建立Huffman树 2.完成Huffman树编码并输出对应权值编码 -Huffman tree
Hel
- 数据结构中的拓扑排序,用拓扑排序来完成大学四年的课表排序,从文本文档中读取课程(乱序)课时,序号等信息,根据先修后修的原定顺序,按照拓扑排序来完成课表。-topo assessment in structure of computer,to finish the timetable for the whole four years at colleage. Read information from a text,an the number of the subjects and the m
YEN
- 在无向图中,用YEN算法实现前求K短无环路径。-YEN
Classic-source-data-structure-and-algorithm-set.ra
- 各种经典的数据结构及算法经典源程序集,如windows底层的驱动-A variety of classic data structures and algorithms set of classical source, such as the bottom of the drive windows
avl_work
- 实现了avltree的建立、插入、删除、输出等基本功能,可以看到每次改变后树的动态变化,对初学者实际编程练习很有帮助。压缩包里是整个项目,其中.h文件包含avltree的所有定义和实现。-Achieved avltree establishment, insert, delete, export and other basic functions, you can see that every time the tree after the change the dynamic changes
Monkey
- 本代码简要的描述了队列的创建及其一些对队列元素的基本操作-Queue Descr iption
graph
- 可以实现深度和广度的查询,同样也可以图计算出它的邻接矩阵和邻接表-Can achieve the depth and breadth of the inquiry, as it can map to calculate the adjacency matrix and adjacency list
