LZMA压缩方法是如何工作的?
我需要了解有关 LZMA 压缩算法的详细信息。我知道它的一般概念,但我需要一些例子来详细解释它。有人可以帮我获取更多信息吗?
谢谢。
I need to know details about LZMA compression algorithm. I know its general concept, but I need some examples explaining it in detail. Can anybody please help me to get more information?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试LZMA SDK。它“提供了开发使用 LZMA 压缩的应用程序所需的文档、示例、头文件、库和工具。”
Try the LZMA SDK. It "provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression."
您尝试过这里的示例吗?
第一个链接显示了我尝试过并有效的代码。不确定第二个,但看起来不错。
Have you tried the examples from here?
The first link show code that I tried and works. Not sure about the second one but it looks good.