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

搜索资源列表

  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. 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. rle-0.2.zip

    0下载:
  2. This archive contains simple and readable ANSI C implementations of run length encoding and decoding (RLE). ,This archive contains simple and readable ANSI C implementations of run length encoding and decoding (RLE).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:26965
    • 提供者:Han
  1. Bitmap2Rle

    0下载:
  2. 1、分析BMP格式文件头 2、将BMP格式装换为RLE格式 -1, analysis BMP format file header 2, the BMP format to RLE format
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2342238
    • 提供者:cohenfeng
  1. RLE-Bmp

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

    • 发布日期:2017-03-27
    • 文件大小: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. it is used for vc++ developers
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1069985
    • 提供者:murugan
  1. bmp2rle

    0下载:
  2. 使用java实现对BMP图形文件向RLE图形文件的转换-BMP files to RLE files by java
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-27
    • 文件大小:18630
    • 提供者:李飞
  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-04-01
    • 文件大小:142406
    • 提供者:za19881212
  1. rle

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

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

    0下载:
  2. I have written Run Length Encoder Decoder program which compress files with RLE algorithm.
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1677357
    • 提供者:Elif
  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. RLE

    0下载:
  2. Run length encoding program
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:825
    • 提供者:Siva
  1. rle

    0下载:
  2. rle algoritm on borland c++ 3.1-rle algoritm on borland c++ 3.1
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1184
    • 提供者:sylar156
  1. RLE

    0下载:
  2. rle code par la langue c
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3039
    • 提供者:1google
  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-04-01
    • 文件大小:388527
    • 提供者:韦一
  1. run-length-encoding-RLE

    0下载:
  2. 基于C++的游程长度编码RLE,希望对大家提供帮助-Based on C++ run-length encoding RLE
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:24283
    • 提供者:yaolisha
  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. rle

    0下载:
  2. RLE TRANSFORM IN VHDL LANGUAGE
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4834
    • 提供者:Mehdi Souri
« 12 3 4 »
搜珍网 www.dssz.com