搜索资源列表
LZW234
- LZW的压缩算法,比较简单,只能实现对输入字符串的实现码流-LZW compression algorithm is relatively simple, can only be realized on the importation string achieve bitstream
LZW
- 用vc++实现了用LZW算法来对图象进行压缩处理
gif
- 一个是gif图片格式的解压缩程序;以及lzw算法的实现。
C++code
- 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!
encode-C
- 自己写的LZW算法压缩C程序,模块分解清楚,刚学习LZW算法的可以借鉴一下!-The LZW compression algorithm to write their own C program, module decomposition clear, just learning LZW algorithm can learn from it!
gxlbmp
- 一个简单的图像处理源码,包括Haffman编码,LZW算法的压缩和解压过程-A simple image processing source code, including Haffman coding, LZW compression and decompression process of the algorithm
LZW
- LZW gif格式所使用的压缩算法,共享,学习-LZW gif format uses a compression algorithm, sharing, learning
jpeg
- 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
myLZW
- 基于LZW算法的一种无损压缩实现程序,实现简单完全-LZW algorithm based on a lossless compression procedures, simple complete
mefa_psogramming__efficient
- LZW算法的C语言实现!能够实现对原始数据的压缩!()