文件名称:lz772
- 所属分类:
- 压缩解压
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 24kb
- 下载次数:
- 0次
- 提 供 者:
- k***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
LZ77压缩算法核心,CopyBits : 复制内存中的位流 memDest - 目标数据区 nDestPos - 目标数据区第一个字节中的起始位 memSrc - 源数据区 nSrcPos - 源数据区第一个字节的中起始位nBits - 要复制的位数
说明: 起始位的表示约定为从字节的高位至低位(由左至右)依次为 0,1,... , 7 要复制的两块数据区不能有重合-LZ77 compression algorithm core, CopyBits: copy memory bit stream memDest- target data area nDestPos- the first byte of the target data area of the Start bit memSrc- the source data area nSrcPos- the source data area in the beginning of the first byte bit nBits- to copy bits Note: The starting position of that agreement as from high to low byte (from left to right) followed by 0,1, ..., 7 to copy the data area can not have two coincide
说明: 起始位的表示约定为从字节的高位至低位(由左至右)依次为 0,1,... , 7 要复制的两块数据区不能有重合-LZ77 compression algorithm core, CopyBits: copy memory bit stream memDest- target data area nDestPos- the first byte of the target data area of the Start bit memSrc- the source data area nSrcPos- the source data area in the beginning of the first byte bit nBits- to copy bits Note: The starting position of that agreement as from high to low byte (from left to right) followed by 0,1, ..., 7 to copy the data area can not have two coincide
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lz772\lz77.cpp
.....\lz77.h
.....\lzpp.cpp
.....\lzpp.h
.....\main.cpp
.....\main.dsp
.....\main.dsw
.....\main.ncb
.....\main.opt
.....\main.plg
lz772
.....\lz77.h
.....\lzpp.cpp
.....\lzpp.h
.....\main.cpp
.....\main.dsp
.....\main.dsw
.....\main.ncb
.....\main.opt
.....\main.plg
lz772