CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - rle

搜索资源列表

  1. Compress

    0下载:
  2. 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4851
    • 提供者:ebeaza
  1. multicompressor

    0下载:
  2. Rle Zeckendorf & Huffman codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:8658
    • 提供者:censo
  1. h

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

    • 发布日期:2017-04-25
    • 文件大小:25111
    • 提供者:saroj
  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_CODING_2METHODS

    0下载:
  2. helps to code using the lossless and lossy forms of rle coding. is specially helpful for fast algorithmic development. there are 2 codes provided.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1167
    • 提供者:Abhishek Sharma
  1. RLE

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

    • 发布日期:2017-03-29
    • 文件大小:63158
    • 提供者:nebras
  1. LZ77-LZ78-HUF-ARI-LZW-RLE

    0下载:
  2. 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2478172
    • 提供者:左岸风景
  1. huffman

    0下载:
  2. huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-27
    • 文件大小:54272
    • 提供者:dawn
  1. rle

    0下载:
  2. rle source pour faire la decomresi et la compression de caratec-rle source pour faire la decomresi et la compression de caratec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:567
    • 提供者:pp
  1. DataCompression

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

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

    0下载:
  2. RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:105790
    • 提供者:choi
  1. dct2

    0下载:
  2. program matlab for encode jpeg picture using dct2, RLE, and huffman encoding
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2323
    • 提供者:Ahmed
  1. RLE

    1下载:
  2. 这是自己用易语言写的RLE无损压缩,可以把单BMP或多个BMP压缩成一种格式-It is written in easy language they used RLE lossless compression, a single BMP can be compressed into one or more BMP format
  3. 所属分类:压缩解压

    • 发布日期:2017-03-29
    • 文件大小:12943
    • 提供者:小刀
  1. tp-deux-compression-rle-lzw

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

    • 发布日期:2017-04-03
    • 文件大小:23453
    • 提供者:k_kimo
  1. compress6

    0下载:
  2. rle 哈弗曼,lzw 三种压缩算法的设计与实现,用java实现-rle hafuma lzw compress on java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:45433
    • 提供者:fengguosen
  1. RLE

    0下载:
  2. 基于小波的图像压缩方法——游程编码,其中包括计算PSNR值,压缩比和运行时间。-Wavelet-based image compression method- RLE, including the calculation of PSNR value, the compression ratio and running time.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:417513
    • 提供者:程擎
  1. rle

    0下载:
  2. 游程编码是一种简单的非破坏性资料压缩法,其好处是加压缩和解压缩都非常快。-RLE is a simple non-destructive data compression method, the added advantage of very fast compression and decompression. The method is to calculate the length of consecutive compression of the data.
  3. 所属分类:matlab

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

    0下载:
  2. RLE无损压缩算法,有参考价值,需要的朋友可以考虑-RLE compress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1281068
    • 提供者:niepeng
  1. RELcode

    0下载:
  2. RLE全称(run-length encoding),翻译为游程编码,又译行程长度编码,又称变动长度编码法(run coding),在控制论中对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。游程编码是一种简单的非破坏性资料压缩法,其好处是加压缩和解压缩都非常快。其方法是计算连续出现的资料长度压缩之。-Run-length encoding (RLE) is a very simple form of data compression in which runs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:2408
    • 提供者:lj
  1. RLE

    0下载:
  2. RLE Image Compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:403179
    • 提供者:Andreas Dony
« 1 23 4 5 6 »
搜珍网 www.dssz.com