资源列表
mowangyuyan
- 实现魔王语言程序,运用了数据结构中的队列。-Achieve devil language procedure, use of the data structure of the queue.
29
- 数据结构中的哈夫曼树的建立,使用了结构体,在子函数中建立哈夫曼数-Data structure of the Huffman tree in the establishment of the structure used in the establishment of Function in the number of Huffman
InfixToFuffix
- 利用堆栈,将中缀表达式转化为后缀表达式,并且输出表达式。-The use of the stack will be made up of expressions into expressions suffix
ArithmeticCoding
- 算术编码熵编码Arithmetic Coding-Arithmetic Coding
5-1
- 关于图的最小生成树的prim算法,发上来分享下-On the minimal spanning tree algorithm prim, hair up under shared
binarytree
- 二叉树遍历程序,包含前序中序和后序遍历,递归和非递归的方法-Binary tree traversal process, including pre-order in the sequence and post-order traversal, recursive and non recursive method
subarray
- C语言实现了一个数组的所有子集,包括0集,使用了暴力法-All Subarray of an Array
nrq
- 非递归快排,用stack实现的,包含一个test.h头文件-Non-recursive fast row stack to achieve a test.h header file
create_binarytree
- 因为程序中要知道叶子结点(终点),所以要将上面的二叉树变成扩展二叉树 (把叶子结点的孩子补成#, 用作标记),以此方式创建二叉树-create binarytree
c1
- 顺序表源代码(自编)首先创建一个顺序表:从键盘读入一组整数(长度小于11),按输入顺序放入顺序表,输入以-1结束(注意-1不放到顺序表内);将创建好的顺序表元素依次输出到屏幕上。 2)在已创建好的顺序表中插入一个元素:从键盘读入需插入的元素值和插入位置,调用插入函数完成插入操作;然后将顺序表元素依次输出到屏幕上。 3)在已创建好的顺序表中删除一个元素:从键盘读入欲删除的元素位置(序号),调用删除函数完成删除操作;然后将顺序表元素依次输出到屏幕上。 4)删除顺序表中元素值为负数的所有元
xxb
- 线性表的插入和删除,主要实现文件的插入和删除,用的是类-Linear table insert and delete
Qsort
- 快速排序算法的Pascal源代码,可用于数据结构的教学。-Quick sort algorithm Pascal source code, can be used in the teaching of data structure.