LZW压缩算法

上传者: luoshixian099 | 上传时间: 2015-12-20 00:00:00 | 文件大小: 3.72MB | 文件类型: zip
LZW完整压缩/解压缩算法,可以直接对文件操作!VS2013编译通过!

文件下载

资源详情

[{"title":"( 45 个子文件 3.72MB ) LZW压缩算法","children":[{"title":"LZW压缩算法","children":[{"title":"使用说明.txt <span style='color:#111;'> 315B </span>","children":null,"spread":false},{"title":"LZW","children":[{"title":"Debug","children":[{"title":"compress.pdb <span style='color:#111;'> 1.39MB </span>","children":null,"spread":false},{"title":"compress.exe <span style='color:#111;'> 100.50KB </span>","children":null,"spread":false},{"title":"decompress.ilk <span style='color:#111;'> 927.28KB </span>","children":null,"spread":false},{"title":"decompress.exe <span style='color:#111;'> 98.50KB </span>","children":null,"spread":false},{"title":"decompress.pdb <span style='color:#111;'> 1.31MB </span>","children":null,"spread":false},{"title":"compress.ilk <span style='color:#111;'> 1.22MB </span>","children":null,"spread":false}],"spread":true},{"title":"LZW.sdf <span style='color:#111;'> 7.88MB </span>","children":null,"spread":false},{"title":"decompress","children":[{"title":"decompress.vcxproj <span style='color:#111;'> 3.45KB </span>","children":null,"spread":false},{"title":"decompress.vcxproj.filters <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"decompress.log <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"vc120.pdb <span style='color:#111;'> 380.00KB </span>","children":null,"spread":false},{"title":"decompress.tlog","children":[{"title":"cl.command.1.tlog <span style='color:#111;'> 930B </span>","children":null,"spread":false},{"title":"decompress.lastbuildstate <span style='color:#111;'> 144B </span>","children":null,"spread":false},{"title":"CL.read.1.tlog <span style='color:#111;'> 22.37KB </span>","children":null,"spread":false},{"title":"link.read.1.tlog <span style='color:#111;'> 2.41KB </span>","children":null,"spread":false},{"title":"link.write.1.tlog <span style='color:#111;'> 364B </span>","children":null,"spread":false},{"title":"CL.write.1.tlog <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"link.command.1.tlog <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false}],"spread":true},{"title":"main.obj <span style='color:#111;'> 136.14KB </span>","children":null,"spread":false},{"title":"vc120.idb <span style='color:#111;'> 355.00KB </span>","children":null,"spread":false},{"title":"decompress.obj <span style='color:#111;'> 266.47KB </span>","children":null,"spread":false}],"spread":true},{"title":"decompress.h <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"decompress.cpp <span style='color:#111;'> 2.92KB </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false}],"spread":true},{"title":"LZW.sln <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"compress","children":[{"title":"compress.vcxproj <span style='color:#111;'> 4.10KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"compress.Build.CppClean.log <span style='color:#111;'> 593B </span>","children":null,"spread":false},{"title":"Compress.obj <span style='color:#111;'> 269.84KB </span>","children":null,"spread":false},{"title":"compress.tlog","children":[{"title":"cl.command.1.tlog <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"CL.read.1.tlog <span style='color:#111;'> 22.22KB </span>","children":null,"spread":false},{"title":"link.read.1.tlog <span style='color:#111;'> 2.39KB </span>","children":null,"spread":false},{"title":"link.write.1.tlog <span style='color:#111;'> 340B </span>","children":null,"spread":false},{"title":"CL.write.1.tlog <span style='color:#111;'> 1010B </span>","children":null,"spread":false},{"title":"link.command.1.tlog <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"compress.lastbuildstate <span style='color:#111;'> 144B </span>","children":null,"spread":false}],"spread":true},{"title":"vc120.pdb <span style='color:#111;'> 348.00KB </span>","children":null,"spread":false},{"title":"main.obj <span style='color:#111;'> 135.66KB </span>","children":null,"spread":false},{"title":"vc120.idb <span style='color:#111;'> 347.00KB </span>","children":null,"spread":false},{"title":"compress.log <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false}],"spread":true},{"title":"Compress.cpp <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"compress.vcxproj.filters <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"Compress.h <span style='color:#111;'> 991B </span>","children":null,"spread":false}],"spread":true},{"title":"LZW.v12.suo <span style='color:#111;'> 43.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • chhchh :
    非常好的源码,可运行。
    2019-10-10
  • Ypaladiny :
    你好。关于文件压缩这块,有些问题。我现在在做基于哈夫曼树的文件压缩,目前已经实现输入、建树、编码、解码、输出的功能。而我想变成真正意义上的压缩的时候,问题一、如何把文件数据流输入。问题二、压缩出来的文
    2017-05-13
  • caibjnhxy :
    非常好的一个资源,已收藏
    2016-09-21

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明