登录
首页 » Compress-Decompress algrithms » zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本....

zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本....

于 2022-03-07 发布 文件大小:578.46 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本. -zlib is a file compression algorithm, and its compression and decompression algorithms are completely open, so it has been widely used in swf decoder, mp3 decoder. The version 1.2.3 is the latest stable version.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 对流数据的压缩,主要针对二进制的数据代码进行各种长度宽度的压缩。...
    对流数据的压缩,主要针对二进制的数据代码进行各种长度宽度的压缩。-convection data compression, mainly with regard to the binary code of various length width of the compression.
    2022-03-23 11:09:38下载
    积分:1
  • C++实现LZSS算法
    C++ implementation of LZSS
    2022-03-23 12:57:32下载
    积分:1
  • java语言写的购物车程序原码.
    java语言写的购物车程序原码.-carts procedures original code.
    2023-02-09 05:15:03下载
    积分:1
  • 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致...
    在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011 001 01 10 11 问题:如果按照这种说法那么我在一付图像中渡到的数据是:编码长度为 6 的符号有 1 个,长度为 5 的有 1 个,长度为 4 的有 3 个,长度为3的个数为4个,长度为2的个数为1个。按照以上的算法得到的编码为:000000;00001;0010;0011;001;010;011;100;01。出现001是0011的前缀。在读取数据流的时候将不能区别。 2、另外一种说法,曾经发帖问过。前面的长度编码加1左移一位得到后面长度的编码。像我这个例子如何确定最短码的起始值? 谢谢大家指点具体的范式Huffman编码实现-in which Huffman is the paradigm Huffman coding. After investigations related information in two different arguments, please master guiding. Thank you! 1, tectonic paradigm Huffman coding method is generally : statistics separately from the largest maxlength length coding to a length corresponding to each of the number of symbols. According to the information from maxlength-0 progressive order of the distribution of each symbol coding. For example,
    2023-08-31 17:35:03下载
    积分:1
  • err
    c++
    2022-05-05 20:38:09下载
    积分:1
  • a Huffman coding, I greenhorn casually Be play, no one I joke.
    一个哈夫曼编码,我是新手,随便做个玩,请大家别笑话我.-a Huffman coding, I greenhorn casually Be play, no one I joke.
    2023-03-03 08:30:04下载
    积分:1
  • 纯粹用vb实现的压缩算法,由高手完成,使用简单方便
    纯粹用vb实现的压缩算法,由高手完成,使用简单方便-The compress arithmetic realised absolutly on VB platform.The programme which can be conveniently used is completed by a superior.
    2022-03-07 20:23:21下载
    积分:1
  • Rar 的控制台解压程序,为rarlab公司发布
    Rar 的控制台解压程序,为rarlab公司发布-Rar console decompression procedures for the rarlab company.
    2023-05-07 06:55:02下载
    积分:1
  • 仿WinRar解压缩VB版 这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方...
    仿WinRar解压缩VB版 这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方好像也没有提供,希望有知道的网友也可以提供一下。更希望感兴趣的网友继续进行挖掘和开发。 源代码附有详细的注释和文档说明。使用前请把压缩包里的 UnRar.dll拷贝到你的计算机的系统文件夹下,如 WindowsSystem32下。-WinRar imitation extract VB version of this example is the use of the dynamic link library to carry out some operation, but it has not been compressed files, inside the dll interface function need further analysis and search for information, the official did not seem to offer hope to have users know that you can provide. Also hope that users are interested in continuing to carry out excavation and development. Source code with detailed notes and documentation. Please use the pre-compression of the bag UnRar.dll copy to your computer s System Folder, such as under WindowsSystem32.
    2022-04-01 09:45:56下载
    积分:1
  • 通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功...
    通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功-optimal path planning
    2022-02-24 16:02:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载