搜索资源列表
Compression
- 一个字典码,里面有好多内容,lz78,lz77,lzw,希望对大家能有用-A dictionary code, which has a lot of content, lz78, lz77, lzw, hope we can be useful
yanzheng
- LZ78编译码算法。可以实现LZ78词典编译码算法-LZ78 encoding and decoding algorithms. LZ78 dictionary coding and decoding algorithm can be achieved
lz78
- LZ78字典压缩算法的原理实现文件的压缩及解压,需要在d盘根目录下建立a.txt文件作为压缩的源文件-LZ78 dictionary compression algorithm to achieve the principle of the file compression and decompression, the need d established under the root directory a.txt file as a compressed source file
LZ78_cmd
- LZ78字典编码的VC++程序,所编为控制台应用程序,实现较为简单,编码已实现,解码可自行实现。-LZ78 dictionary code