搜索资源列表
-
0下载:
利用huffman算法进行的编码,主要采用基本循环实现,速度快。其中code文件为主程序。-Using huffman coding algorithm, the main use of the basic cycle of implementation, fast. In which the main program code file.
-
-
0下载:
可以实现对字符或txt文件内容进行Huffman编码-A matlab program that can be achieved for character or content of Huffman coding txt file
-
-
0下载:
In computer science and information theory, Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) wh
-
-
0下载:
huffman coding for image file
-
-
0下载:
This program code is for compressing a file or image using Huffman coding without any built-in functions.
-
-
1下载:
自己写的一个基于哈夫曼编码的文件压缩程序,能将文本文件进行压缩处理-To write a Huffman coding based file compression program, can be compressed text files
-