搜索资源列表
huffmantree
- huffman tree的实现代码,包含huffman.h,minheap.h和main.cpp三个文件-the application of huffmantree
BiTreeApp
- 原创:C#实现数据结构的测试最小堆、测试二叉搜索树、测试Huffman编码-C# BiTreeApp MinHeap BinSearchTree HuffmanTree
MinHeap
- 最小堆头文件,因为是作业做的比较系,很好用的,运行流畅.对出学者很有用-Minimum Duitou file because the operating system to do more, well used, running smoothly. Of the scholars is useful
MinHeap
- 最小堆的VC++实现,包括头文件和C源文件-approach MIN HEAP,including the header file
huffmancode-0.1
- 构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int> > heap(n) int i=0 f
minHeap
- C++最小堆的实现,代码高效简洁,有详细的注释。-C++ code to achieve the minimum heap, the code simple and efficient, with detailed notes.
minheap
- 基于Virtual C++的数据结构中堆的应用,能实现随机数组建立最小堆,遍历最小堆的结点,输出关键码,以及屏幕输入创建最小堆。-Application of data structure of Virtual stack based on C++, can realize the random array to establish the minimum heap, the minimum heap node traversal, the output and the input key, t
MinHeap
- 最小堆程序,包括最小堆的建立,插入,移除,siftdown和siftup-minimum heap, including the building, inserting, removing, siftdown and siftup
MinHeap
- 最小堆的定义与实现,其中包括堆排序算法、最小堆的下滑调整算法等。-Definition and implementation of the minimum heap,with the algorithm of heap sort and gliding adjustment.