搜索资源列表
compc++
- 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth
LZWandLZRW
- 图像压缩算法LZW和LZRW压缩算法源代码-image compression algorithm and LZRW LZW compression algorithm source code
lzwMatlab.zip
- Implements a TIF compatible LZW encoding/decoding algorithm,Implements a TIF compatible LZW encoding/decoding algorithm
LZWCompression
- LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
gifDecoder
- gif文件解码器,实现 lzw 解压算法-gif file decoder to achieve the lzw decompression algorithm