-
JPEG
使用DCT算法huffman编码来压缩静止图像 是很好参考源码(Huffman coding using the DCT algorithm to compress a still image is a good reference source)
- 2012-08-25 13:52:00下载
- 积分:1
-
Compressed-Sensing
压缩感知的经典书籍,请大家下载查阅,好的东西大家一起分享哦,谢谢大家了!!(compresed sensoring)
- 2020-12-31 10:18:59下载
- 积分:1
-
gwbssrari
这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空空空间或效率优化。全部代码以C++语言开发,为了更容易地实现各种数据结构,代码中大量应用了标准C++库与模板技术。——总之,这些代码的作用在于示例与演示;如果大家想把这些代码应用在实际应用中,可能还需要
(The given here source code huffman.zip eight different ways to achieve the Huffman coding algorithm. These codes are intended to demonstrate different Huffman algorithm implementation principle, the difference of the algorithm execution efficiency, but does not demand for practical application environment, do more empty space or efficiency optimization. The entire code C++ language development code in order to make it easier to achieve a variety of data structures, a large number of applications the standard C++ library template.- In short, these code examples and demonstration If we want the code used in practical applications may also need)
- 2012-08-23 20:05:50下载
- 积分:1
-
LZW_Demo
实现对图像的lzw压缩编码 得到图像的压缩比以及码长(Lzw realize image compression coding of image compression ratio as well as the code length)
- 2009-12-21 17:50:16下载
- 积分:1
-
Fx-robot
此EA是本人长期实战总结的一个稳定盈利的利器,现在在期适用交果良好。(This EA is my long-term combat summary of a stable profit tool, now in the application of good fruit.)
- 2016-10-01 14:05:55下载
- 积分:1
-
JPEG
图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法(JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm)
- 2009-05-09 13:24:58下载
- 积分:1
-
lzw
说明: lzw压缩算法,可以实现对图像的lzw压缩,容易理解(LZW compression algorithm can realize LZW compression of image, easy to understand)
- 2020-05-13 21:40:02下载
- 积分:1
-
rgb-cmyk
RGB-CMYK by matlab sourcecode
- 2009-06-22 11:05:51下载
- 积分:1
-
CABAC
针对二值图像的压缩实现了算术编码以及解码 并在此基础上实现了一节自适应算术编码 有很好的压缩效果(For binary image compression realize the arithmetic coding and decoding and on this basis has been realized a very good adaptive arithmetic coding compression has the effect of)
- 2008-08-19 20:58:08下载
- 积分:1
-
lzari压缩算法
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。(LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it became a category C, it can be to facilitate the compression.)
- 2005-03-06 13:01:17下载
- 积分:1