7-Zip:有什么好的教程吗?

发布于 2024-11-13 08:31:59 字数 1536 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

我也只是我 2024-11-20 08:31:59

来自 LMZA SDK 文档:

ANSI-C LZMA 解码器

~~~~~~~~~~~~~~~~~~~

请注意 ANSI-C 接口
LZMA SDK 4.58 中的代码已更改。如果
你想使用旧的界面,你可以
下载以前版本的LZMA SDK
来自 sourceforge.net 网站。

要使用 ANSI-C LZMA 解码器,您需要
以下文件:1)LzmaDec.h +
LzmaDec.c + Types.h

LzmaUtil/LzmaUtil.c 是示例
使用这些文件的应用程序。

示例应用程序应该包含您需要的所有内容,否则 7-zip 的实际源代码将包含您需要的内容。 此处还有一个 7-zip 的 C++ 包装器,它应该可以简化许多所需的操作。

From the LMZA SDK documentation:

ANSI-C LZMA Decoder

~~~~~~~~~~~~~~~~~~~

Please note that interfaces for ANSI-C
code were changed in LZMA SDK 4.58. If
you want to use old interfaces you can
download previous version of LZMA SDK
from sourceforge.net site.

To use ANSI-C LZMA Decoder you need
the following files: 1) LzmaDec.h +
LzmaDec.c + Types.h

LzmaUtil/LzmaUtil.c is example
application that uses these files.

The example app should have everything you need, else the actual source for 7-zip will have what you need. There is also a C++ wrapper for 7-zip here which should simplify a lot of the needed ops.

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