资源列表
[压缩解压] wbs
说明:这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip<叶润> 在 2008-10-13 上传 | 大小:26.14kb | 下载:0
[压缩解压] 2005321520
说明:基于小波变换的零树编码对静止图像进行压缩与解压-based on wavelet transform is the right tree coding static image compression and decompression<万方> 在 2008-10-13 上传 | 大小:25.97kb | 下载:0
[压缩解压] 哈夫曼编码解码
说明:霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan<胡骥骏> 在 2008-10-13 上传 | 大小:23.47kb | 下载:0
[压缩解压] fractal压缩源代码
说明:分形图像压缩源代码,实现了分形迭代算法,实现图像分形压缩,非常适合学习研究分形算法。-fractal image compression source code, achieving Fractal iterative algorithm, Fractal Image Compression, very suitable for studying the fractal algorithm.<寒塘> 在 2008-10-13 上传 | 大小:22.63kb | 下载:0
[压缩解压] arith-n
说明:本设计的目的是:通过分析中文手写笔迹图象特有的灰度以及二维空间分布的统计特性,采用二维游程Hufman编码方法对图象进行压缩与解压缩处理,编写压缩与解压缩应用程序。-the purpose of this design is : Chinese handwriting analysis specific to the gray images of the two-dimensional spatial distribution of statistical characteristics usi<黄宾> 在 2008-10-13 上传 | 大小:11.92kb | 下载:0
[压缩解压] bmp2jpeg&jpegcoding
说明:bmp转换为jpeg,jpeg压缩的源代码 程序用vc实现了bmp图片转换成jpeg图片-converted to jpeg bmp, jpeg compression source code procedures used vc realized bmp images converted into jpeg photos<方完> 在 2008-10-13 上传 | 大小:121.22kb | 下载:0