decoder for RLE-implementation
标签: RLE-implementation decoder for
上传时间: 2014-02-14
上传用户:wqxstar
Huffman/RLE archivator
标签: archivator Huffman RLE
上传时间: 2017-09-24
上传用户:1079836864
·数字图像处理--行程编码算法的设计与实现(完整报告版本)目 录1 绪论 22 需求分析 32.1设计题目 32.2设计目的 32.3设计要求 32.4 开发环境介绍 43 概要设计 53.1图像编码相关理论 53.2 行程编码(Run-Length Encoding,RLE) 63.21 RLE
上传时间: 2013-05-30
上传用户:ljthhhhhh123
实现JPEG压缩,并用RLE编码传递并解压的过程
标签: JPEG
上传时间: 2015-04-21
上传用户:hjshhyy
N多的压缩解压源代码,包括compress、LZW、LZ77、RLE、哈夫曼
上传时间: 2015-07-07
上传用户:asdkin
matlab实现的游程编码的编码与解码过程,RLE实现编码,rld实现解码,简单实用
上传时间: 2013-12-20
上传用户:
This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes out of my HuffComp source code. I won t add these ones in the next time.
标签: compress console utility program
上传时间: 2015-08-27
上传用户:lili123
请将您需要的文件或目录拷贝到硬盘中。当\Source目录下的源文件被拷贝到硬盘上时,源文件的属性可能变为只读的,在编译之前应该将它们的属性改为可读写的。 \Source目录中的vcip.dsw包含了全书的所有项目,在Visual C++中打开它就能控制全部的代码。 光盘中各目录的内容如下所示: \Bin 本书所有示例的可执行文件,可直接在光盘中运行 \Images 用于图像处理测试的图像文件 \Source\ShowDIB 第2章2.5节示例的源程序 \Source\ViewDIB 第3章3.4节示例的源程序 \Source\EffectShow 第4章4.10节示例的源程序 \Source\TransformShow 第5章5.7节示例的源程序 \Source\ColorProcess 第6章6.10节示例的源程序 \Source\ImageProcess 第7章7.14节示例的源程序 \Source\Huffman 第8章8.1节示例的源程序 \Source\LZW 第8章8.1节示例的源程序 \Source\RLE 第8章8.1节示例的源程序 \Source\ViewImage 第8章8.7节示例的源程序 \Source\ImageLib 第9章9.1节图像工具库ImageLib的源程序 \Source\ImageBoard 第9章9.2节图像处理工具ImageBoard的源程序
上传时间: 2013-12-22
上传用户:jiahao131
A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = RLE(originalData) Decompression: originalData = RLE(compressedData)
标签: compression Compression Encoding program
上传时间: 2015-12-24
上传用户:远远ssad
几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
标签: coding Arithmetic Huffman LZ
上传时间: 2014-01-18
上传用户:caozhizhi