A、错误
B、正确
第1题:
第2题:
Huffman编码是无损压缩算法,编码方法要预先统计信源符号的概率分布,形成一个转换表。对信源中的每一个符号都给定一个编码,形成一个Huffman编码表,在解码时,必须参照这个编码表才能正确地译码。
第3题:
下列属于无损压缩的()。
A.行程编码(Run-length Encode)
B.哈夫曼(Huffman)编码
C.算术编码
D.预测编码
第4题:
下列关于Huffman树和Huffman编码的说法正确的有: Which sentences of the followings are right about Huffman tree and Huffman code:
A.Huffman树一定是满二叉树。A Huffman tree must be a full binary tree.#B.Huffman编码是一种前缀编码。Huffman code is a kind of prefix code.#C.Huffman树一定是完全二叉树。A Huffman tree must be a complete binary tree.#D.Huffman编码中所有编码都是等长的。All codes in a Huffman code have the same length.#E.对于同样的一组权值两两不同的内容可以得到不同的Huffman编码方案。Different content with the same group of weights can get different Huffman codes.#F.使用频率越高的字母,Huffman编码越长。The higher第5题:
Huffman编码、行程编码、LZW编码、DCT编码都是无损压缩编码。