CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - rle compression

搜索资源列表

  1. mfc_rle

    1下载:
  2. mfc框架下的对图像的rle压缩和解压缩的源码,是不错的实验框架-mfc under the framework of image compression and decompression eps, the source is good experimental framework
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:61699
    • 提供者:孟庆洋
  1. LZW_Demo

    0下载:
  2. WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46942
    • 提供者:张细细
  1. RLE

    0下载:
  2. RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14893
    • 提供者:tangxin
  1. RLEBmp_src

    0下载:
  2. 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.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4884
    • 提供者:李登煇
  1. RLE-Bmp

    0下载:
  2. 行程编码RLE,可进行256位图像的压缩-Run-Length Coding RLE, can be 256-bit image compression
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-26
    • 文件大小:24109
    • 提供者:王艳群
  1. bmpcopression

    0下载:
  2. 可以实现16位rle(压缩bmp文件)压缩-Can achieve 16-bit rle (compressed bmp files) compression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:16613
    • 提供者:lxz
  1. RLE

    0下载:
  2. 本程序是对数据的压缩和解压进行操作,用的是visoual c++ 6.0编译器。-This program is a data compression and decompression to operate, using a visoual c++ 6.0 compiler.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:142406
    • 提供者:za19881212
  1. rle

    0下载:
  2. RLE算法,经典的压缩算法,常用于图像压缩-RLE compression algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3808
    • 提供者:王枫
  1. 11912927wavelet_transf

    0下载:
  2. 本实验主要利用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).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1711
    • 提供者:嘿度
  1. 115157689RLE

    0下载:
  2. 本实验主要利用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).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1265
    • 提供者:嘿度
  1. RLEcoding

    0下载:
  2. 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:388527
    • 提供者:韦一
  1. rRlee_Source_l

    0下载:
  2. 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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1101565
    • 提供者:smms
  1. Cllzzf_como

    0下载:
  2. 对LZSS压缩进行改进, 提高了LZSS对对连续编码的效果.相当于LZSS + RLE. -LZSS compression and thus improve the LZSS the effect of continuous coding. Equivalent LZSS+ the RLE.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14717
    • 提供者:hjmhjm11
  1. lllzzf_com1z

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:20000
    • 提供者:hjmhjm11
  1. RLE

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1021
    • 提供者:Premnath D
  1. ERDVVLzipa

    0下载:
  2. 简单易懂的远程桌面实现源码实例,包含3个部分:1、一个COM对象,极快的完成Huffman编码与RLE压缩,基本上以汇编语言开发,运行稳定。2、RemoteDessktopService 远程桌面服务3、RemmoteDesktop 远程桌面客户端没有使用MirrorDriver技术,简单易懂抓屏,异或对比,RLE压缩传递。 -Straightforward remote desktop source code examples, and consists of three parts: 1
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:87177
    • 提供者:weimingmm
  1. shangpinguanlixitong

    0下载:
  2. 1.RLE.LZW算法实现数据压缩;2.商品管理系统:商品信息的添加.删除.查询.修改.指定位置插入.按金额排序。3.网络通信编程:使用socket接口实现一个网络通信软件。4.图书管理系统:结合MySQL数据库设计而成的数据库管理系统,可以对图书信息进行添加、删除、修改、查询等操作。-The 1.RLE.LZW algorithm for data compression merchandise management system: Product information Add delet
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:739973
    • 提供者:郑期尹
  1. CODE_UPLOAD61825282000

    0下载:
  2. RLE Compression for Visual Basic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6379
    • 提供者:qongtdfo
  1. 139607

    0下载:
  2. This is a RLE compression routine, written in MFC I wrote thi()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:qexnezi
  1. RLE

    0下载:
  2. 对一定长度的数据进行压缩,采用游程编码,对连续重复的数据压缩率高。(For a certain length of data compression, using run length encoding of data, continuous repeated high compression rate.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:宁徛
« 12 »
搜珍网 www.dssz.com