搜索资源列表
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
16位rle(压缩bmp文件)压缩算法源码 (Dos, 16KB)
- 压缩编码有点用,看看吧-coding using a bit, and let's see it
RLE
- 这是RLE压缩MATLAB算法,可实现的.希望有帮助
RLE
- 图形RLE压缩格式算法介绍-RLE compression format graphics algorithm introduced
RLE
- rle压缩算法程序,简单的说RLE压缩就是将一串连续的相同数据转化为特定的格式达到压缩的目的。
RLE_Arithmetic.rar
- RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
RLE-Bmp
- 行程编码RLE,可进行256位图像的压缩-Run-Length Coding RLE, can be 256-bit image compression
bmpcopression
- 可以实现16位rle(压缩bmp文件)压缩-Can achieve 16-bit rle (compressed bmp files) compression
RLE
- 本程序是对数据的压缩和解压进行操作,用的是visoual c++ 6.0编译器。-This program is a data compression and decompression to operate, using a visoual c++ 6.0 compiler.
rle
- RLE算法,经典的压缩算法,常用于图像压缩-RLE compression algorithm source code
CompressionLZ77-LZ78-HUF-ARI-LZW-RLE
- 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
rle
- rle 压缩程序 ,将文件压缩成占用空间更小的文件-rle compression program, the files compressed into smaller file space
DataCompression
- RLE压缩,解压缩,元阿米,可以运行哦-RLE compression, decompression, Un Ami, you can run Oh! ! ! !
RLE
- 灰度图像的二值化,实现图像的RLE编解码,并计算图像的压缩比。-Gray image binarization, the RLE encoding and decoding of image and calculate the compression ratio.
LZW_Demo
- LZW压缩算法和RLE压缩算法的实现源码及Demo实例-LZW compression algorithm and implementation of RLE compression algorithm and source code examples Demo
rle-matlab
- 低比特图像压缩的 matlab实现,主要是游程编码-Matlab low bit image compression to achieve, mainly RLE
RLE
- RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。-RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.
RLE
- 游程编码,对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。是无损压缩编码的一种。(RLE is a coding method for two valued images, encoding a continuous black and white prime number in different codewords. It is a kind of lossless compression coding.)
RLE
- 对一定长度的数据进行压缩,采用游程编码,对连续重复的数据压缩率高。(For a certain length of data compression, using run length encoding of data, continuous repeated high compression rate.)
RLE
- 游程编码 可以进行压缩解压、图像对比处理,原图像,压缩后,解压后数据长度的对比(run-encoding Compression decompression, image contrast processing, the original image, compression, after decompression data length comparison.)