Description: Huffman编码算法的C语言的源程序代码
(source code written in C programming language for algorithm of Huffman coding). Platform: |
Size: 1432 |
Author:吴明 |
Hits:
Description: A fast huffman decoder for standard JPEG image. This C code is used in linux and windows. Platform: |
Size: 380277 |
Author:qqnice |
Hits:
Description: 用Visual C++开发的Huffman文件压缩算法的源代码-Visual C development of the Huffman compression algorithm source code Platform: |
Size: 14336 |
Author:wyg |
Hits:
Description: huffman解码部分源代码,内有Huffman decoder initialisation,reset等。-huffman decodes the partial sources code, in has Huffman decoder
initialisation, reset and so on. Platform: |
Size: 7168 |
Author:文国刚 |
Hits:
Description: 哈夫曼编码的C程序代码 不知道是不是正确的 是我转载别人的程序-Huffman coding in C code do not know if I am correct procedures reproduced others Platform: |
Size: 1024 |
Author:zz |
Hits:
Description: The two C source files in this archive are specific to the TRS-80 Model 4 with
high-resolution graphics board. However, the code which performs Huffman enco-
ding and decoding is of general interest.
-The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. Platform: |
Size: 5120 |
Author:王仲楼 |
Hits:
Description: huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧)
算法设计:
1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。)
2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的左右子树,新二叉树的根结点的权值为其左右子树的根结点的权值之和。
3、从F中删除这两棵树,并把这棵新的二叉树同样以升序排列加入到集合F中。
4、重复二和三两步,直到集合F中只有一棵二叉树为止。
-Huffman complete C source code language, I have super-detailed explanation (you do not understand it jumped) algorithm design : one, the right to the right values n (W1, W2, W3 ,..., Wi ,..., Wn) n trees constitute the binary tree initial pool F = (T1, T2, T3, ... Ti ,..., Tn), which is indeed a binary tree Ti only a right to the value of Wi Root. it's about subtrees are empty. (For the convenience of the computer algorithm, the general also demanded the right to Ti Wi value of ascending.) 2. in 1984 two F Root weights smallest tree as a new structure of the binary tree around subtrees, new Binary Tree Root in the right value for their son around the tree Root and the right value. 3, F deleted from this two trees, and how the new binary tree in the same ascending into the pool F. 4, re Platform: |
Size: 11264 |
Author:乐乐 |
Hits:
Description: 此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression Platform: |
Size: 4096 |
Author:张 |
Hits:
Description: 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file. Platform: |
Size: 5120 |
Author:陈文杰 |
Hits:
Description: 霍夫曼编码。在c++ 控制台的程序,利用node的结构-Huffman code. In c++ Console procedures, take advantage of the structure of node Platform: |
Size: 267264 |
Author:constanceyang |
Hits:
Description: Huffman编码算法的C语言的源程序代码
(source code written in C programming language for algorithm of Huffman coding).-Huffman coding algorithm of the C language source code (source code written in C programming language for algorithm of Huffman coding). Platform: |
Size: 1024 |
Author:吴明 |
Hits: