搜索资源列表
datastruct_lzw
- 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
CounterBloomfilter
- 自70年代被Bloom提出以来,Bloom Filters作为一种空间高效利用的紧凑数据结构,其不但能够对一个数据集合进行压缩表示而且能够支持集合的成员关系判断,在网络领域得到广泛应用。-since the 1970s Bloom, Bloom Filters as a space efficient use of compact data structure, not only its right to a data set can be compressed and expressed su
LZWandLZW2
- 关于压缩与解压缩的源码 自己编的 适合数据结构学习 用到了散列-on the compression and decompression of the source code developed for the data structure used in the study of hash
huffman0607
- 数据结构课程设计,实现对文本文件的huffman编码和译码-data structure curriculum design, realization of the text file Huffman coding and decoding
8.14LZWCompress
- LZW是一个很著名的压缩解压缩设计方案,在很多数据结构书中都作为例子讲解,此程序完整的实现了基于LZW的压缩解压缩-LZW is a very famous decompress compressed design scheme, Many data structures in the book are as examples to explain that the integrity of the process based on the realization of the LZW comp
humanshu
- 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
xiansuohua1
- 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
compressdecompress
- 此为压缩与解压缩程序的文本文件,里面是用C语言编写的程序源代码.此程序运用了huffman树的思想,利用数据结构知识解决问题.
compress_software
- 实现简单的压缩解压缩功能!具体实现是使用霍夫曼编码原理,外加数据结构的算法,通过建立霍夫曼树,进而遍历该树,将编码简短或者恢复
NewMaze
- 用递归算法和非递归算法实现的简单的“迷宫”程序,属于数据结构中实验的一个题目
hafumanyimaiq
- 哈夫曼译码器简单程序,数据结构可能会用到。所以在这里传给大家
tao
- 一份很完美的哈夫曼编码译码器得实习报告。源程序功能有编码,译码,打印哈夫曼树。是数据结构实习课得一个范例。
Haffman_Compress_and_Decompress
- 数据结构的一个作业,采用哈夫曼编码压缩及解压文件和文件夹。
compressor
- 该程序用VC实现了一个小型文件压缩与解压缩功能的程序,系统中使用静态二叉树,哈希表等数据结构,采用哈夫曼编码进行压缩与解压缩.
haxibiao
- 数据结构的课程设计 哈希表 有详细的论文和源程序
wbs
- 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
LALA
- 这个程序主要实现对huffman编码的。huffman是数据结构的上机实验之一 ,很有用的-this procedure main right Huffman coding. Huffman is the data structure of the experimental aircraft, one very useful
Hash_Table
- 实现了一个根据关键码值(Key value)而直接进行访问的数据结构,即哈希表-Hash Table
HuffmanCode
- 鼎鼎大名的huffman编码程序,思想参考严蔚敏数据结构书籍-Famous huffman coding procedures
yasuo_zw
- 简单的实习文件压缩和解压,采用哈弗曼树,采用的数据结构编程-Simple file compression and decompression practice, using Havermann tree data structure used in programming