-
-
-
lzwnhuffman.zip
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
-
gif.rar
一个是gif图片格式的解压缩程序;以及lzw算法的实现。
-
-
-
-
-
-
C++code.rar
其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!
-
joinpic.rar
图像分析(阈值分割,投影检测,差影检查等),图像的模糊,复原和噪声消除,图像编码(哈夫曼,香农,游程,LZW,jpeg)
-