搜索资源列表
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
My-RLE
- 倾心奉献RLE编码,请各位同行参与讨论,如有问题请联系。-sincere dedication RLE encoding, please peer participation in the discussion, please contact if there are questions.
RLE
- 对图象压缩采用RLE算法,可以很容易实现预定的目标
RLE
- RLE compression and decompression utility
RLE
- RLE游程长度编码,基于VC6.0平台,应用于图形图像编码,为常用编码法。
RLE
- 图像处理中RLE编码,主要针对灰度图像,主要针对灰度图像
RLE
- RLE算法:可进行图象压缩,图象编码,本程序为一改进的RLE算法
RLE
- 这是RLE压缩MATLAB算法,可实现的.希望有帮助
RLE
- 图形RLE压缩格式算法介绍-RLE compression format graphics algorithm introduced
RLE-Bmp
- 行程编码RLE,可进行256位图像的压缩-Run-Length Coding RLE, can be 256-bit image compression
RLE
- compression with rle algorithm
RLE
- RLE=Run Lenght Coding for image.
rle
- RLE算法,经典的压缩算法,常用于图像压缩-RLE compression algorithm source code
RLE
- RLE编码算法 用8*8的矩阵来模拟,在TextBox中输入每一行的RLE编码结果-RLE encoding algorithm uses 8* 8 matrix to simulate the
rle
- rle 压缩程序 ,将文件压缩成占用空间更小的文件-rle compression program, the files compressed into smaller file space
RLE
- RLE行程编码-RLE length encoding
COMPRESS-RLE
- Gray code and RLE compression.
RLE
- 灰度图像的二值化,实现图像的RLE编解码,并计算图像的压缩比。-Gray image binarization, the RLE encoding and decoding of image and calculate the compression ratio.
rle-matlab
- 低比特图像压缩的 matlab实现,主要是游程编码-Matlab low bit image compression to achieve, mainly RLE
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.)