搜索资源列表
RLE
- 图形RLE压缩格式算法介绍-RLE compression format graphics algorithm introduced
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,
My-RLE
- 倾心奉献RLE编码,请各位同行参与讨论,如有问题请联系。-sincere dedication RLE encoding, please peer participation in the discussion, please contact if there are questions.
RLE
- 对图象压缩采用RLE算法,可以很容易实现预定的目标-For image compression using RLE algorithm, can easily achieve the desired goal
RLE
- RLE compression and decompression utility
RLE
- RLE游程长度编码,基于VC6.0平台,应用于图形图像编码,为常用编码法。-RLE Run-length encoding, based on VC6.0 platform graphics image coding used for the commonly used coding method.
RLE
- 图像处理中RLE编码,主要针对灰度图像,主要针对灰度图像-RLE encoded image processing, mainly for gray-scale images, mainly for gray image
RLE
- RLE算法:可进行图象压缩,图象编码,本程序为一改进的RLE算法-RLE algorithm: can image compression, image coding, the procedures for the improvement of the RLE algorithm
RLE
- 这是RLE压缩MATLAB算法,可实现的.希望有帮助-This is the RLE compression algorithm MATLAB can be achieved. Would like to have help
RLE
- RLE.c 本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩-RLE.c the demo provides a run-length coding method of compression and decompression functions, and to realize the image file compression and decompression
RLE
- rle压缩算法程序,简单的说RLE压缩就是将一串连续的相同数据转化为特定的格式达到压缩的目的。-rle compression algorithm procedures, said a simple RLE compression is the same as a string of continuous data into a specific format to achieve the purpose of compression.
RLE
- 实现RLE算法,包含编码和解码,适用多种图像格式。-Realize RLE algorithm, including encoding and decoding, the application of a variety of image formats.
RLE
- c语言环境下的 RLE编码的串行程序-c language environment RLE encoded serial procedures
RLE
- compression with rle algorithm
RLE-Bmp
- 行程编码RLE,可进行256位图像的压缩-Run-Length Coding RLE, can be 256-bit image compression
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