目前是否有任何 C/C++充满了众所周知的压缩算法的库?
我正在寻找一个包含几种众所周知的压缩算法(特别是无损压缩算法)的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道 zlib 和 bzip
你可以采取Debian Linux 发行版,并在那里找到所有压缩实用程序。
I know zlib and bzip
And you could take a Debian Linux distribution, and find all the compression utilities there.
您可以尝试 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