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

搜索资源列表

  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. 16位rle(压缩bmp文件)压缩算法源码 (Dos, 16KB)

    0下载:
  2. 压缩编码有点用,看看吧-coding using a bit, and let's see it
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:16613
    • 提供者:肖剑
  1. RLE

    2下载:
  2. 这是RLE压缩MATLAB算法,可实现的.希望有帮助
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:崔跃利
  1. RLE

    0下载:
  2. 图形RLE压缩格式算法介绍-RLE compression format graphics algorithm introduced
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:10560
    • 提供者:团党委
  1. RLE

    0下载:
  2. rle压缩算法程序,简单的说RLE压缩就是将一串连续的相同数据转化为特定的格式达到压缩的目的。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4535
    • 提供者:langlang
  1. RLE_Arithmetic.rar

    0下载:
  2. RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:34723
    • 提供者:jorn ham
  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. 本程序是对数据的压缩和解压进行操作,用的是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. CompressionLZ77-LZ78-HUF-ARI-LZW-RLE

    2下载:
  2. 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-07-06
    • 文件大小:1624434
    • 提供者:wupeng
  1. rle

    0下载:
  2. rle 压缩程序 ,将文件压缩成占用空间更小的文件-rle compression program, the files compressed into smaller file space
  3. 所属分类:Document

    • 发布日期:2017-03-24
    • 文件大小:14395
    • 提供者:张璐
  1. DataCompression

    0下载:
  2. RLE压缩,解压缩,元阿米,可以运行哦-RLE compression, decompression, Un Ami, you can run Oh! ! ! !
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:3306
    • 提供者:lele
  1. RLE

    0下载:
  2. 灰度图像的二值化,实现图像的RLE编解码,并计算图像的压缩比。-Gray image binarization, the RLE encoding and decoding of image and calculate the compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2368104
    • 提供者:rubygj
  1. LZW_Demo

    0下载:
  2. LZW压缩算法和RLE压缩算法的实现源码及Demo实例-LZW compression algorithm and implementation of RLE compression algorithm and source code examples Demo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:23883
    • 提供者:madud00015
  1. rle-matlab

    0下载:
  2. 低比特图像压缩的 matlab实现,主要是游程编码-Matlab low bit image compression to achieve, mainly RLE
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1145169
    • 提供者:沈小响
  1. RLE

    0下载:
  2. RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。-RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:369686
    • 提供者:朱棣
  1. RLE

    0下载:
  2. 游程编码,对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。是无损压缩编码的一种。(RLE is a coding method for two valued images, encoding a continuous black and white prime number in different codewords. It is a kind of lossless compression coding.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:圆豌豆
  1. RLE

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

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:宁徛
  1. RLE

    1下载:
  2. 游程编码 可以进行压缩解压、图像对比处理,原图像,压缩后,解压后数据长度的对比(run-encoding Compression decompression, image contrast processing, the original image, compression, after decompression data length comparison.)
  3. 所属分类:压缩解压

    • 发布日期:2019-10-31
    • 文件大小:227328
    • 提供者:啦啦啦1啦1
« 12 3 4 5 6 »
搜珍网 www.dssz.com