搜索资源列表
elzed
- LZ compressor/decompressor
RLC
- Run length compressor / decompressor of only less than 52 lines of code.-Run length compressor/decompressor of only less than 52 lines of code.
Huffman
- 1、一个数据压缩器,能够对任意格式的文件进行压缩处理,从源文件读取字符经过压缩器译码并打包输出到目的文件。 2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compr
li
- 为由字母{a,b,…z,0,1,…9,.,,, ,:}和换行符组成文件编写一个lzw压缩器和解压器-By alphabet {a, b, ... z, 0,1, ... 9,.,,, ,:} And write a newline constituent documents lzw compressor and decompressor
lzss
- LZSS compressor/decompressor