Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
查看 Libarchive。 我花了很多时间寻找一个跨平台、LGPL 许可、界面方便的库。 这是我见过的最好的。 非常简单且功能强大的工具。 最初是为类 Unix 系统设计的,但也有Windows 版本。
Take a look at Libarchive. I spent a lot of time seeking for a cross-platform and LGPL licensed library with convenient interface. This the best of all I've seen. Very easy and powerful tool. Originally designed for Unix-like systems but there's also the Windows version.
我使用 miniz 取得了很好的效果:https://code.google.com/p/miniz/< /a>
对于 C++ 中字符串的简单压缩,我也非常喜欢 Timo Bingmann 的解决方案 。
I've had great results with miniz: https://code.google.com/p/miniz/
For a simple compression of strings in c++, I also really like Timo Bingmann's solution.
我推荐 ZipLib https://bitbucket.org/wbenny/ziplib/wiki/Home
个人原因喜欢这个项目:
我花了很长时间才找到这个项目 - 希望这对某人有帮助。
I'd recommend ZipLib https://bitbucket.org/wbenny/ziplib/wiki/Home
Personal reasons why I love this project:
It took me a long time to find this project - hope this helps someone.
我们在这里使用了zlib 几次。 它是一个相当标准的库,在大多数主要语言中都有实现。
We've used zlib a couple times here. It's a fairly standard library that has implementations in most main languages.
怎么样:
http://zziplib.sourceforge.net/
How about this:
http://zziplib.sourceforge.net/
http://www.info-zip.org/UnZip.html
HTH
http://www.info-zip.org/UnZip.html
HTH
其他人提到了 zlib,它很好而且相当简单。
7-Zip (LZMA) SDK 更复杂,但也具有非常好的压缩率。
编辑:虽然仍在开发中,但随着时间的推移,随着发布过程和历史的推移,我会犹豫是否推荐这个。
Others have mentioned zlib, which is nice and fairly easy.
The 7-Zip (LZMA) SDK is more complex but also has very nice compression rates.
Edit: Although still in development, with the release process and history over time, I would be hesitant to recommend this now.
ZLIB - 世界上最便携的图书馆。 开源,经过验证且可靠。 黄金标准。
为什么要使用其他东西?
ZLIB - the most portable library in the world. open source, very proven and reliable. The gold standard.
why use anything else?