Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman encoding may be found at: http://michael.dipperstein.com/huffman http://datacompression.info/Huffman.shtml
资源简介:Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related a...
上传时间: 2014-01-05
上传用户:thesk123
资源简介:我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压
上传时间: 2013-12-16
上传用户:dengzb84
资源简介:一个huffman压缩解压算法源码,有具体的实现算法和代码注释.
上传时间: 2014-01-04
上传用户:qlpqlq
资源简介:利用VC实现了一个huffman压缩解压算法。在附件huffmancode.zip中,解压即可。
上传时间: 2015-09-03
上传用户:lijianyu172
资源简介:huffman压缩解压算法源码
上传时间: 2016-07-17
上传用户:gtzj
资源简介:基于Huffman编码的压缩解压算法,用C++编写,便于初学者理解压缩算法。
上传时间: 2017-01-29
上传用户:410805624
资源简介:和Unix的compress/uncompress兼容的压缩/解压算法16位程序,适合压缩文本或重复字节较多的文件
上传时间: 2015-01-03
上传用户:小宝爱考拉
资源简介:Huffman压缩解压的完整程序,不可多得,连输入输出参数都实现了。可立即下在编译
上传时间: 2015-03-18
上传用户:nanxia
资源简介:关于DVD的MPEG2用的DSP代码,在DSP的实现MPEG的压缩,解压算法.
上传时间: 2014-11-29
上传用户:风之骄子
资源简介:压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个...
上传时间: 2014-01-22
上传用户:tzl1975
资源简介:语音通讯预处理的U律压缩与解压算法的实现与运用(AD,D/A的硬件结合,是我们学校通讯DSP实验的参考代码,利于理解开发语音处理方面的工程项目
上传时间: 2013-12-08
上传用户:love_stanford
资源简介:使用VC++封装为动态库的zlib压缩解压算法,使用方便!
上传时间: 2017-07-19
上传用户:wanqunsheng
资源简介:这是个图象压缩解压软件的源码,是纯C语言编写的。在VC环境下可以运行
上传时间: 2014-01-02
上传用户:cuibaigao
资源简介:JPEG文件压缩解压算法源代码,已经移植到Embedded Visual C++下,可以用于在WINCE环境下读写JPEG文件。
上传时间: 2017-01-12
上传用户:hn891122
资源简介:LZMA压缩解压算法,压缩解压函数接口入参出参都以Buffer形式; 代码为完整的工程,可运行,其中包括简单的举例。
上传时间: 2017-05-25
上传用户:yy541071797
资源简介:加密解密及压缩解压算法.大致有21种加密/解密算法源代码,和50多种种压缩/解压的算法源代码文件,对你应该有很大帮助的,可以选着用了。
上传时间: 2017-09-10
上传用户:iswlkje
资源简介:lzw压缩解压算法源码
上传时间: 2014-01-04
上传用户:nanshan
资源简介:哈夫曼压缩解压算法
上传时间: 2013-12-21
上传用户:498732662
资源简介:LZSS 压缩/解压算法 算法简单,速度快,压缩效率和Winzip/PKZip 接近
上传时间: 2015-10-06
上传用户:asddsd
资源简介:理用霍夫曼算法进行压缩,解压算法还未编出来
上传时间: 2016-04-14
上传用户:wanqunsheng
资源简介:基于Nios_实现G_729语音压缩解压算法
上传时间: 2013-12-20
上传用户:youth25
资源简介:SPIHT压缩和解压算法原理和具体实现方法
上传时间: 2014-03-07
上传用户:ZJX5201314
资源简介:This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-l...
上传时间: 2015-07-05
上传用户:jeffery
资源简介:This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the nu...
上传时间: 2013-12-23
上传用户:liansi
资源简介:个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
上传时间: 2013-12-22
上传用户:ommshaggar
资源简介:个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
上传时间: 2013-11-28
上传用户:13188549192
资源简介:Huffman算法做的压缩解压程序
上传时间: 2013-12-28
上传用户:CHENKAI
资源简介:LZH算法压缩解压的TURBO-C源程序
上传时间: 2015-02-15
上传用户:cjf0304
资源简介:LZH算法压缩解压的TURBO-C源程序。
上传时间: 2016-04-08
上传用户:zq70996813
资源简介:用于数据流压缩的huffman算法原码,可用于压缩解压的源程序
上传时间: 2013-12-21
上传用户:lvzhr