LZMA压缩方法是如何工作的?

发布于 2024-09-04 08:44:55 字数 81 浏览 4 评论 0原文

我需要了解有关 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小糖芽 2024-09-11 08:44:55

尝试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."

绾颜 2024-09-11 08:44:55

您尝试过这里的示例吗?

  1. http://www.asawicki.info/news_1368_lzma_sdk_-_how_to_use.html
  2. http://lloyd.github.io/easylzma/

第一个链接显示了我尝试过并有效的代码。不确定第二个,但看起来不错。

Have you tried the examples from here?

  1. http://www.asawicki.info/news_1368_lzma_sdk_-_how_to_use.html
  2. http://lloyd.github.io/easylzma/

The first link show code that I tried and works. Not sure about the second one but it looks good.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文