搜索资源列表
lzwfordepresscoding
- LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
compressprog
- VC++开发的压缩程序lzw等
lzw
- 香农和LZW快速算法源代码,VC版本,欢迎使用
LZW
- 一种LZW改进的具体实现过程,代码是基于VC的
file_cut
- LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
TestLzw
- LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
LZW
- LZW的VC++实现,很简单,很好用,大家可以下,试一试哦-LZW realize the VC++, very simple, very good, and everyone can, the try Oh
LZW
- 用VC++实现LZW算法,还不错,值得一看-Using VC++ realize LZW algorithm, but also well worth a visit
lzw
- 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
LZW
- 用VC++编写的基于LZW的数据压缩软件,具有输入输出路径选择,是本人的本科毕业设计,具有参考价值-Written with VC++ based on LZW data compression software, with input and output path selection, is my graduation project, a reference value
hglz_v09
- LZW压缩算法的VC++示例程序源代码,含算法的核心代码和简单范例程序代码,可以VC6下顺利编译-LZW compression algorithm of the VC++ sample program source code, including algorithms simple example of the core code and code can be compiled successfully under VC6
LZW-compression-algorithm
- LZW压缩算法的VC++示例程序源代码,经过测试,保证可用-LZW compression algorithm VC++ sample program source code, has been tested to ensure that available
LZW
- 用VC实现了LZW压缩与解压缩算法,代码易懂清楚-VC realize the LZW compression and decompression algorithms, code, clear and understandable