搜索资源列表
Ht20
- 该软件为基于哈夫曼树编码译码的压缩解压缩软件,主要实现对普通文件的压缩,解压缩,并显示压缩的过程,哈夫曼树建立的过程。-the software-based Huffman decoding tree coding compression decompression software, the main document of the general compression, decompress, and display the compression process, Huffman tre
j04309
- 本压缩软件是利用huffman树的特点对文件进行重新编码,用较短的位表示出现频率高的字符,用较长的位表示出现频率低的字符,从而达到压缩的目的
ZIP_ACT解压缩控件
- 用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式-Huffman coding used to compress the source, compressed ZIP rate, although not as high, but it is a good confidence
huffman(link)
- 哈弗曼压缩解压文件,链表形式,压缩效率还行-huffman
orignal_HuffmanCode
- HUFFMAN压缩编码,并提供加密与解密功能-HUFFMAN coding, and provides encryption and decryption
huffman_compress_decompress.tar
- 用霍夫曼编码实现文件的压缩和解压缩,任何文件都能压缩-Compression, Huffman coding to achieve file compression and decompression of any file can be compressed
mima
- 利用huffman和游标对实现文件的压缩,解压缩,加解密-File compression, decompression, encryption and decryption.
huffman
- VC++基于哈弗曼算法的一个压缩和解压的VC例子,可视界面操作,可方便运用到程序里面。--VC++ based on the Huffman algorithm VC example of a compression and decompression, visual interface operation, can be easily applied to the program inside.
hafman
- 哈夫曼编码压缩图块,压缩数组,压缩率还可以。-Huffman coding compression blocks, packed arrays, the compression ratio can also be
ztrees
- *讨论 * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越 *共源的值由短比特序列表示。 * *每个代码树存储在ZIP文件以压缩形式 *这是本身的长度的霍夫曼编码 *所有的代码串(按升序排列按来源值)。 *实际代码串从长度重构 *解压缩过程中,如在“应用指南”中描述 *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*