搜索资源列表
adaptiveArithmeticCoding
- Adaptive arithmetic coding source code. It can achieve better performance than the popular Huffman coding.
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
bcl-1.1.2
- 下载的代码,可以实现基本的压缩算法,如RLE行程编码,Huffman变换。-download the code, can achieve a basic compression algorithms, such as RLE itinerary coding, Huffman transform.
Huffman编码的算法及其实现。
- Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
ImageCoding
- 图像编码,哈夫曼,算术,位平面编码,是mfc的-Image coding, Huffman, arithmetic, bit-plane coding
Huffman
- 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
image-compression-and-coding
- 在visual studio2005开发环境下,对图像进行霍夫曼编码、香农—费诺编码、算术编码和位平面编码。-In visual studio2005 development environment, compress images by Huffman coding, Shannon- Fenno coding, arithmetic coding and bit-plane coding.
HuffmanCode
- 这是一个用冒泡法编写的一个C程序,经过调试时可以用的,在霍夫曼编码里会用到,后面我会继续更新,可以下下来直接用的-This is a bubble method to write a C program, can be used after commissioning, will be used in the Huffman coding, behind I will continue to update the can down under the direct use of
probability-model
- 这是一个用C编写的求概率型霍夫曼编码的源程序,我在VC软件里调试过的,可以下载下来直接用的,-This is the source code written in C requirements probabilistic Huffman coding, I debugged VC software can be downloaded directly use
Huffman-coding-matlab
- 这是我自己用MATLAB编写的一个源程序,是保存在WORD里面的,里面有源程序和实验步骤,可以下载下来实验,大家也可以对这个程序进行改进-This is my own written using MATLAB source is saved in WORD inside source and experimental steps, which can be downloaded experiments, we can improve this program
huffman
- Huffman编码属于熵编码的方法之一,是根据信源符号出现概率的分布特性而进行的压缩编码.Huffman编码的主要思想是:出现概率大的符号用长的码字表示;反之,出现概率小的符号用短的码字表示。-The Huffman coding is one of the entropy coding method, according to the source symbol occurrence probability distribution of the characteristics of the
yuv
- C语言读入.yuv图像,依次输出Y,Cb,Cr分量像素值,并选取Y分量进行Huffman编码。-Read in C language. Yuv images, in turn, the output Y, Cb, Cr component pixels, and Y component of Huffman coding.
huffuma.matlab
- 对灰度图像进行哈夫曼编码matlab的源代码-Huffman coding for gray image matlab source code
Deskt323231op
- 【谷速软件】哈弗曼编码 图像压缩算法源代码 可以做为参考使用 -[Valley] Huffman coding software speed image compression algorithm source code can be used as a reference to use
code
- 霍夫曼编码,编码长度与编码效率比较,给出了实验结果和对比-huffman coding
cvuzrpq
- jpeg中用到的 huffman 编码MATLAB程序 参考资料-Jpeg Huffman coding is used in the MATLAB program The resources