搜索资源列表
mfc_rle
- mfc框架下的对图像的rle压缩和解压缩的源码,是不错的实验框架-mfc under the framework of image compression and decompression eps, the source is good experimental framework
LZW_Demo
- WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
RLEBmp_src
- This is a RLE compression routine, written in MFC. I wrote this because I cannot find handy code for such a thing.-This is a RLE compression routine, written in MFC. I wrote this because I can not fin d handy code for such a thing.
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
11912927wavelet_transf
- 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
115157689RLE
- 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
RLEcoding
- 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
rRlee_Source_l
- rle静态图片压缩DELPHI代码,能对DEPHI程程序源码员了解有非常大帮助 可直接使用。 已通过测试。 -the rle static image compression DELPHI code that can DEPHI process program code member to understand a very big help that can be used directly. Has been tested.
Cllzzf_como
- 对LZSS压缩进行改进, 提高了LZSS对对连续编码的效果.相当于LZSS + RLE. -LZSS compression and thus improve the LZSS the effect of continuous coding. Equivalent LZSS+ the RLE.
lllzzf_com1z
- lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 能用于于嵌入式代码压缩.压缩率比LZSS要大, 速度与LZSS稍慢, 如果不用huffman,, 速度与LZSS差不多. -lzss+ RLE+ huffman. huffman coding in order to maintain a relatively fast speed, only the Flag can be used in the embedded code comp
RLE
- Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the origi
ERDVVLzipa
- 简单易懂的远程桌面实现源码实例,包含3个部分:1、一个COM对象,极快的完成Huffman编码与RLE压缩,基本上以汇编语言开发,运行稳定。2、RemoteDessktopService 远程桌面服务3、RemmoteDesktop 远程桌面客户端没有使用MirrorDriver技术,简单易懂抓屏,异或对比,RLE压缩传递。 -Straightforward remote desktop source code examples, and consists of three parts: 1
shangpinguanlixitong
- 1.RLE.LZW算法实现数据压缩;2.商品管理系统:商品信息的添加.删除.查询.修改.指定位置插入.按金额排序。3.网络通信编程:使用socket接口实现一个网络通信软件。4.图书管理系统:结合MySQL数据库设计而成的数据库管理系统,可以对图书信息进行添加、删除、修改、查询等操作。-The 1.RLE.LZW algorithm for data compression merchandise management system: Product information Add delet
CODE_UPLOAD61825282000
- RLE Compression for Visual Basic
139607
- This is a RLE compression routine, written in MFC I wrote thi()
RLE
- 对一定长度的数据进行压缩,采用游程编码,对连续重复的数据压缩率高。(For a certain length of data compression, using run length encoding of data, continuous repeated high compression rate.)
