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

搜索资源列表

  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
    • 文件大小:14.54kb
    • 提供者:tangxin
  1. RLE

    0下载:
  2. RLE compression and decompression utility
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12.81kb
    • 提供者:蝴蝶
  1. RLE

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

    • 发布日期:2008-10-13
    • 文件大小:10.31kb
    • 提供者:团党委
  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
    • 文件大小:33.91kb
    • 提供者:jorn ham
  1. RLE

    0下载:
  2. matlab 实现游程编码(RLE)的压缩编码和解码, 对于二值图像具有很好的效果。自己做的作业,可以用-matlab run-length encoding (RLE) compression encoding and decoding, and has a good effect for the binary image. Their own job to do, can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:700byte
    • 提供者:王垠骐
  1. RLE-Bmp

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

    • 发布日期:2017-03-27
    • 文件大小:23.54kb
    • 提供者:王艳群
  1. RLE

    0下载:
  2. compression with rle algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:777.11kb
    • 提供者:ionel
  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
    • 文件大小:139.07kb
    • 提供者:za19881212
  1. rle

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

    • 发布日期:2017-04-06
    • 文件大小:3.72kb
    • 提供者:王枫
  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
    • 文件大小:1.55mb
    • 提供者:wupeng
  1. rle

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

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

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

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

    0下载:
  2. Gray code and RLE compression.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:907byte
    • 提供者:Lusa Elena
  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
    • 文件大小:2.26mb
    • 提供者:rubygj
  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
    • 文件大小:379.42kb
    • 提供者:韦一
  1. rle-matlab

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

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:沈小响
  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
    • 文件大小:361.02kb
    • 提供者:朱棣
  1. rle

    0下载:
  2. rle compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:11.42kb
    • 提供者:ghoualmi
  1. compression RLE

    0下载:
  2. RLE compression for images
  3. 所属分类:matlab例程

    • 发布日期:2014-02-05
    • 文件大小:22.9kb
    • 提供者:k_kimo
  1. rle

    0下载:
  2. this for rle compression-this is for rle compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:551byte
    • 提供者:teguh
« 12 3 4 5 6 »
搜珍网 www.dssz.com