Huffman encoding

哈夫曼编码
常用释义
哈夫曼编码

例句

1·Huffman encoding is one of the famous methods of data compression, It is used in the information compression in the fields of western languages, Chinese characters and pattern data etc.

哈夫曼编码是著名的数据压缩方法之一,它广泛适用于西文、中文、图象数据等领域的信息压缩之中。

2·Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be able to reconstruct the image according to encoding.

第五章作业编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。

3·The procedure of the input image Huffman Huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding.

数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。

4·The algorithm uses a fixed set of complementary parity codes to replace the encoding table that dynamically generated by the traditional Huffman method.

该算法使用固定奇偶码,省去了传统算法动态生成哈夫曼树的繁琐过程;