目前是否有任何 C/C++充满了众所周知的压缩算法的库?

发布于 2024-12-14 19:13:10 字数 351 浏览 1 评论 0原文

我正在寻找一个包含几种众所周知的压缩算法(特别是无损压缩算法)的 C 或 C++ 库,用于开发自定义压缩方案并将其与通用解决方案进行比较。我找到了一个,名为 Basic Compression Library,但它自 2006 年以来似乎没有更新过。我发现一篇关于另一篇文章的论文,名为 ExCom,发表于 2010 年,但该网站没有有一个下载 关联。

是否有其他类似的库最近更新和/或包含更多算法?或者它们不存在有什么原因吗?

I am looking for a C or C++ library that includes several well-known compression algorithms (particularly lossless ones), for the purpose of developing a custom compression scheme and comparing it to generic solutions. I have found one, called Basic Compression Library, but it does not seem to have been updated since 2006. I found a paper about another, called ExCom, that was published in 2010, but the website doesn't have a download link.

Are there other similar libraries that have been updated more recently and/or include more algorithms? Or is there a reason why they don't exist?

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

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

发布评论

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

评论(2

七色彩虹 2024-12-21 19:13:10

我知道 zlibbzip

你可以采取Debian Linux 发行版,并在那里找到所有压缩实用程序。

I know zlib and bzip

And you could take a Debian Linux distribution, and find all the compression utilities there.

长途伴 2024-12-21 19:13:10

您可以尝试 LibArchive,它支持扩展的压缩编解码器列表:

http://code。 google.com/p/libarchive/wiki/LibarchiveFormats

You can try LibArchive, which has an expanding list of compression codecs supported :

http://code.google.com/p/libarchive/wiki/LibarchiveFormats

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