搜索资源列表
Huffman
- 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码
Huffman
- Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。
Huffman
- Huffman编码及译码 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。
Huffman文件压缩与解压
- 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
Huffman
- 哈夫曼编码和解码系统,并可对文件进行编码-Huffman coding and decoding system, the documents can be encoded
用于文件压缩的huffman算法
- 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
huffman编码解码
- 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
huffman解压缩
- 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
哈夫曼编码原码
- 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to ach
Huffman文件压缩与解压
- 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
哈夫曼编码最终程序
- 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件-Huffman coding and decoding process can be arbitrary to the strings encryption and code generation into the middle of the document
哈夫曼树编码
- 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩-Compress data by Huffman coding
最终哈夫曼编码
- 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树-statistics document the number and character types, analysis, graphics constructed Huffman tree
huffmanfordepreesingcoding
- 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file&g
adaptive-huffman
- 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file.
huffman
- 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
Huffman
- 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码-This document is for huffman coding. Cpp and. H files, realize Huffman Coding
Huffman
- Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding specific requirements: 1. A given character encoding files: generated code, the output of each cha
Huffman
- Huffman编码及译码 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding one. A given character encoding files: generated code, the output of each character and the code number appear
huffman
- 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)