搜索资源列表
RLE
- 对图象压缩采用RLE算法,可以很容易实现预定的目标
RLE
- RLE算法:可进行图象压缩,图象编码,本程序为一改进的RLE算法
RLE
- 实现RLE算法,包含编码和解码,适用多种图像格式。
8位的RLE编码算法
- Run Length Encoding compressor program 8 bit header version
16位rle(压缩bmp文件)压缩算法源码 (Dos, 16KB)
- 压缩编码有点用,看看吧-coding using a bit, and let's see it
RLE
- 图形RLE压缩格式算法介绍-RLE compression format graphics algorithm introduced
advancedrle
- advancedrle是关于rle算法的改进,里面提出了一个很好的改进思想,有参考价值-advancedrle on eps, algorithm, they made a very good improvement ideas, reference value
lzwvsrledemo
- lzwvsrledemo是关于rle和lzw算法的性能比较,程序写得很详细,界面也不错,实用性很好-lzwvsrledemo on eps, and 4,558,302 algorithm performance, very detailed written procedures, and the interface is good, practical, well
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,
RLE
- 对图象压缩采用RLE算法,可以很容易实现预定的目标-For image compression using RLE algorithm, can easily achieve the desired goal
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
FLib
- FCDib封装DIB操作的类;FCDibEffect 32Bit-DIB特效处理; FCImage图像文件处理操作,支持Jpg, Gif, Bmp, Pcx, Tga, Png格式;FCLzwLZW算法编/解码类。RLE算法 RLE算法编/解码。-DIB operation FCDib package type FCDibEffect 32Bit-DIB treatment effects FCImage image file ha
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
- 用于FPGA的变长编码算法的HDL编码,包括VHDL及Verilog代码。可用于JPEG及MPEG压缩算法。-Variable-length encoding for FPGA HDL coding algorithms, including VHDL and Verilog code. Can be used in JPEG and MPEG compression algorithms.
STBGWX
- Lzw数据压缩算法的源代码,使用c语言实现的 .包括Huffuman算法,RLE算法,LZ算法-Data compression algorithm Lzw source code, use the c language of implementation. Huffuman algorithm include, RLE algorithm, LZ algorithm
pck35
- 突袭游戏PCK工具。。BMP压缩,RLE算法等-SS 1.0-2.3 TOOLS
rle
- RLE算法,经典的压缩算法,常用于图像压缩-RLE compression algorithm source code
RLE
- RLE编码算法 用8*8的矩阵来模拟,在TextBox中输入每一行的RLE编码结果-RLE encoding algorithm uses 8* 8 matrix to simulate the