搜索资源列表
霍夫曼编码main
- 多媒体技术的小实验,编写的是霍夫曼编码,程序很小,但是蛮有用的!-multimedia technologies small experiment, Hoffman is prepared by the coding process is very small, is full of!
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
霍夫曼编码源码
- 霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
霍夫曼编码
- 霍夫曼编码的实现.
霍夫曼编码的matlab实现
- 霍夫曼编码的matlab实现
YMHuffman
- 霍夫曼编码源代码(VC) -The VC source code of Huffman coding.
霍夫曼树编码
- 哈夫曼树编码代码-Huffman code tree coding
HuffmanCoding_src
- 霍夫曼编解码算法-Huffman decoding algorithms
hfm
- 霍夫曼压缩解压缩算法-Huffman compression decompression algorithms
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
HUMA1
- 这是一个霍夫曼编码程序-This is a Huffman code program
原代码2
- 霍夫曼编码译码程序-Huffman encoding decoding procedures
霍夫曼编码源码
- 霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
哈夫曼编码解码
- 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding
霍夫曼编码main
- 多媒体技术的小实验,编写的是霍夫曼编码,程序很小,但是蛮有用的!-multimedia technologies small experiment, Hoffman is prepared by the coding process is very small, is full of!
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根
霍夫曼编码及解码
- 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)
霍夫曼编码
- 运用matlab实现霍夫曼编码,可以自己输入(Using MATLAB to achieve Hoffman encoding, you can input it yourself)
哈夫曼树
- 这是一份霍夫曼树的代码,代码被分成一个一个的块,需要的小伙伴可以看一看。(This is a code of Hoffman tree. The code is divided into one block, and the small partners need to have a look.)
哈夫曼
- 一种用verilog语言实现的霍夫曼压缩编码算法(Huffman compression implemented by Verilog)