资源列表
datastructe
- 数据结构的的源码,自行编写的,仅供参考,谢谢提出问题-Data structure of the source, self-prepared, for reference purposes only, Thank you, ask questions
HuffmanCode
- C++实现哈弗曼编码,学习数据结构的时候要用的-C++ Achieve哈弗曼coding, data structures when learning to use the
make_stack
- 关于栈的基本操作:自己做得数据结构试验内容,包括进栈,出栈,添加结点以及删除结点等等,仅供参考。 -Basic operation on the stack: the data structure to do their own tests, including into the stack, the stack, add the node and the deletion of nodes, etc., for reference purposes only.
DataStructureofyanweimin
- 严蔚敏 数据结构的配套代码,在你为书籍晦涩难懂的时候,提供一定帮助-YAN Wei-min data structure matching code, in your books when gimmicks, which provides a help
dfajdkfa
- 队列的应用,利用VC++实现数据结构队列的应用,对大二年级学生学习队列很有帮助。-Queue of applications, the use of VC++ Queue data structure to achieve the application of large second-year cohort study helpful.
OE7
- 本程序给出了SSD5实验课中Optional Exercise7的参考程序 内附有详细的注释 下载后请仔细参照源代码进行分析 切莫完全搬照-This procedure gives the experimental SSD5 lesson Optional Exercise7 reference containing detailed procedures for the Notes Please refer to download the source code for analysis do
ssd5-ex6
- 本程序给出了SSD5实验课中Exercise6的参考程序 内附有详细的注释 下载后请仔细参照源代码进行分析 切莫完全搬照-This procedure gives the experimental classes SSD5 reference procedures Exercise6 containing detailed Notes Please refer to download the source code for analysis do not completely move acco
REX2
- 本程序给出了SSD5实验课中Recommended Exercise2的参考程序 内附有详细的注释 下载后请仔细参照源代码进行分析 切莫完全搬照-This procedure gives the experimental SSD5 lesson Recommended Exercise2 reference containing detailed procedures for the Notes Please refer to download the source code for analy
Huffman
- 本目录下的源代码均属示例、教学性质。作者不对这些代码的功能和性能作任何担保或承诺。 -------- 功能说明 -------- 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内
list
- 数据结构,用链表实现学生成绩信息输入删除等操作!-Data structure, with list of students to achieve results such as information input operation to delete!
LinkStack
- 这是一个本人刚接触数据结构时仿编的一个简单的程序,希望对大家有所帮助!-This is a data structure I刚接触made imitation of a simple procedure, I hope all of you to help!
shu
- 这又是一个C++ 编写的数据结构,里面有许多最基本的功能,如栈\队列\树等.应该有一定的帮助.-This is a C++ Prepared data structure, there are many of the most basic functions, such as trees, such as stack queue. There should be some help.
