登录
首页 » Compress-Decompress algrithms » LZW算法的C语言实现!能够实现对原始数据的压缩!

LZW算法的C语言实现!能够实现对原始数据的压缩!

于 2023-05-23 发布 文件大小:3.93 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

LZW算法的C语言实现!能够实现对原始数据的压缩!-LZW algorithm realize the C language! To achieve compression of the original data!

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

发表评论

0 个回复

  • 与M88直接声音出来一点效果,很好玩的
    用M88来直接放出声来,有点效果的,很好玩的-With M88 to direct the sound to come out a little effect, it is fun
    2022-04-08 15:44:42下载
    积分:1
  • Implementation for the Huffman Cod in Visual C++. Both, the encoder and the d...
    Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into another file.-Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into another file.
    2022-01-24 16:56:24下载
    积分: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
  • ZIP文件上传后自动解压程序源代码
    ZIP文件上传后自动解压程序源代码 -ZIP file uploads automatically extracting source code
    2022-03-20 01:11:11下载
    积分:1
  • java实现的xml压缩算法
    java实现的xml压缩算法-realized xml Compression Algorithm
    2022-10-02 08:40:03下载
    积分:1
  • 哈夫曼编码法的压缩和解压缩,vc6.0编写的,对哈夫曼编码想要了解的朋友有一定帮助。...
    哈夫曼编码法的压缩和解压缩,vc6.0编写的,对哈夫曼编码想要了解的朋友有一定帮助。-Huffman coding method of compression and decompression, vc6.0 prepared for Huffman friends want to know some help.
    2022-03-20 15:24:50下载
    积分:1
  • a pair of bmp document image compression algorithms. Bmp file to a compressed th...
    一种对bmp文件进行图像压缩的算法。将一幅bmp文件压缩之后再显示出来与压缩前的文件作比较。-a pair of bmp document image compression algorithms. Bmp file to a compressed then displayed with the compression of documents before making comparisons.
    2022-05-28 21:44:07下载
    积分:1
  • 把信息写到自身的Exe文件中,并能读取,可用它进行一些软件的加密和保护...
    把信息写到自身的Exe文件中,并能读取,可用它进行一些软件的加密和保护-may write information into the EXE file itself and also can read. It may be used in software protection and encription.
    2022-03-30 14:25:19下载
    积分:1
  • H.264标准详细图解 ,好东西不用多说,赶紧看吧
    H.264标准详细图解 ,好东西不用多说,赶紧看吧-graphic detail H.264 standard H.264 standard graphic detail H.2 64 standard graphic detail, good things Needless to say, quickly Look here
    2022-06-19 13:48:14下载
    积分:1
  • 数码影像在我们的世界今天是普遍的。因此,标准的第…
    当今世界,数字图像无处不在。因此,有效表示和交换数字图像的标准是必不可少的。到目前为止,一些最成功的静态图像压缩标准是由联合摄影专家组(JP-EG)正在进行的w内容产生的。该小组在联合技术委员会第29小组委员会的主持下运作。第1工作组(JTC 1/SC 29/WG 1)国际标准化组织(ISO)和国际电信联盟标准化部门(ITUT)之间的合作。JPEG[1-3]和JPEG-LS[4-6]标准都诞生于JPEG委员会的w contex。在过去的几年里,JPEG委员会一直致力于建立一个新的
    2022-02-03 00:42:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载