文件名称:LZW_Demo
- 所属分类:
- 压缩解压
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.85mb
- 下载次数:
- 0次
- 提 供 者:
- ga***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
lzw压缩算法源码,LZW压缩算法和RLE压缩算法的实现源码及Demo。
本Demo未经过严格测试,请先保存待压缩文件再进行压缩测试。-lzw source compression algorithm, LZW compression algorithm and implementation of RLE compression algorithm source code and Demo. This Demo has not been rigorously tested, first save the file to be compressed further compression test.
本Demo未经过严格测试,请先保存待压缩文件再进行压缩测试。-lzw source compression algorithm, LZW compression algorithm and implementation of RLE compression algorithm source code and Demo. This Demo has not been rigorously tested, first save the file to be compressed further compression test.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LZW_Demo\LZW_Demo\Compress\Lzw.cpp
........\........\........\Lzw.h
........\........\........\Rle.h
........\........\Debug\Lzw.obj
........\........\.....\LZW_Demo.exe
........\........\.....\LZW_Demo.ilk
........\........\.....\LZW_Demo.obj
........\........\.....\LZW_Demo.pch
........\........\.....\LZW_Demo.pdb
........\........\.....\LZW_Demo.res
........\........\.....\LZW_DemoDlg.obj
........\........\.....\MemMapFile.obj
........\........\.....\StdAfx.obj
........\........\.....\vc60.idb
........\........\.....\vc60.pdb
........\........\LZW_Demo.aps
........\........\LZW_Demo.clw
........\........\LZW_Demo.cpp
........\........\LZW_Demo.dsp
........\........\LZW_Demo.dsw
........\........\LZW_Demo.h
........\........\LZW_Demo.ncb
........\........\LZW_Demo.opt
........\........\LZW_Demo.plg
........\........\LZW_Demo.rc
........\........\LZW_DemoDlg.cpp
........\........\LZW_DemoDlg.h
........\........\MemMapFile.cpp
........\........\MemMapFile.h
........\........\res\LZW_Demo.ico
........\........\...\LZW_Demo.rc2
........\........\resource.h
........\........\StdAfx.cpp
........\........\StdAfx.h
........\文件格式.txt
........\说明.txt
........\LZW_Demo\Compress
........\........\Debug
........\........\res
........\LZW_Demo
LZW_Demo
........\........\........\Lzw.h
........\........\........\Rle.h
........\........\Debug\Lzw.obj
........\........\.....\LZW_Demo.exe
........\........\.....\LZW_Demo.ilk
........\........\.....\LZW_Demo.obj
........\........\.....\LZW_Demo.pch
........\........\.....\LZW_Demo.pdb
........\........\.....\LZW_Demo.res
........\........\.....\LZW_DemoDlg.obj
........\........\.....\MemMapFile.obj
........\........\.....\StdAfx.obj
........\........\.....\vc60.idb
........\........\.....\vc60.pdb
........\........\LZW_Demo.aps
........\........\LZW_Demo.clw
........\........\LZW_Demo.cpp
........\........\LZW_Demo.dsp
........\........\LZW_Demo.dsw
........\........\LZW_Demo.h
........\........\LZW_Demo.ncb
........\........\LZW_Demo.opt
........\........\LZW_Demo.plg
........\........\LZW_Demo.rc
........\........\LZW_DemoDlg.cpp
........\........\LZW_DemoDlg.h
........\........\MemMapFile.cpp
........\........\MemMapFile.h
........\........\res\LZW_Demo.ico
........\........\...\LZW_Demo.rc2
........\........\resource.h
........\........\StdAfx.cpp
........\........\StdAfx.h
........\文件格式.txt
........\说明.txt
........\LZW_Demo\Compress
........\........\Debug
........\........\res
........\LZW_Demo
LZW_Demo