搜索资源列表
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树的特点对文件进行重新编码,用较短的位表示出现频率高的字符,用较长的位表示出现频率低的字符,从而达到压缩的目的
Huffman
- Huffman 编码 对文件的读入然后根据内容进行编码然后译码
yasuo
- 霍夫曼的文件编码源代码-Huffman encoding the source document
ZIP_ACT解压缩控件
- 用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式-Huffman coding used to compress the source, compressed ZIP rate, although not as high, but it is a good confidence
Huffman
- 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
haffuman
- 通过huffman编码对文件进行压缩 可以处理汉字 包括了解压过程-Huffman coding through compression of the files can handle Chinese characters, including the decompression process
12
- 基于c语言的哈夫曼编码对文件加密程序,可以运行-Huffman code based on c language program for file encryption, you can run
hafumanshu
- (1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中. (2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中. (3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中. (4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
ersgfregt
- 霍夫曼编码算法的C语言实现,包含完整的工程文件,编译通过。-Huffman coding algorithm in C language, contains a complete project file and compile.
huffman_compress_decompress.tar
- 用霍夫曼编码实现文件的压缩和解压缩,任何文件都能压缩-Compression, Huffman coding to achieve file compression and decompression of any file can be compressed
huffman
- 根据huffman编码的原理实现文件的压缩与解压。C语言编写。使用时输入源文件与目标文件路径即可。-According to the principle of huffman encoding for file compression and decompression. C language, hoping to be helpful.
ztrees
- *讨论 * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越 *共源的值由短比特序列表示。 * *每个代码树存储在ZIP文件以压缩形式 *这是本身的长度的霍夫曼编码 *所有的代码串(按升序排列按来源值)。 *实际代码串从长度重构 *解压缩过程中,如在“应用指南”中描述 *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
clmpxled
- 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件(Huffman encoding decoding procedures, can be compiled code for any given string, and will be generated in the middle of the code written to a file)