文件名称:LZW15V_C
介绍说明--下载内容均来自于网络,请自行研究使用
LZW算法的C语言实现,最多可扩展到15位-This is the LZW module which implements a more powerful version of the algorithm. This version of the program has three major improvements over LZW12.C. First, it expands the maximum code size to 15 bits. Second, it starts encoding with 9 bit codes, workingits way up in bit size only as necessary. Finally, it flushes thedictionary when done.
相关搜索: LZW
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LZW15V_C.txt