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

搜索资源列表

  1. huff0645345

    0下载:
  2. This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-enco
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:24.81kb
    • 提供者:金金
  1. run-length_encode.tar

    0下载:
  2. 實現基本的資料壓縮演算法的參考,以run-length編碼的的演算法機制,所得出的源碼-achieve basic data compression algorithm reference a run-length encoding algorithm mechanism, derived from the source
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:余少仁
  1. RLEencoding

    0下载:
  2. A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:829byte
    • 提供者:阳关
  1. rl_c

    0下载:
  2. 資料壓縮技術與應用-變動長度編碼壓縮及解壓縮(Run Length Encoding) 整數採用固定長度一個位元組表示法 對於只出現一次的位元組S亦用iS取代
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:student
  1. rl_I_c

    0下载:
  2. 資料壓縮技術與應用-變動長度編碼壓縮(Run Length Encoding)~ 整數採用固定長度一個位元組表示法~ 對於只出現一次的位元組S亦用iS取代~
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:student
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:177.04kb
    • 提供者:liliang
  1. RLC.rar

    0下载:
  2. Run-length encoding游程编码,实现对二值图像的压缩与解压缩。,Run-length encoding Run-length encoding, the realization of two-valued image compression and decompression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1.11mb
    • 提供者:star
  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. shangbianma

    0下载:
  2. 对BMP进行的熵编码图象压缩,包括哈夫曼编码、算术编码、游程编码.-BMP for the entropy coding of image compression, including Huffman coding, arithmetic coding, run-length encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:Claire
  1. RLC_MATLAB

    0下载:
  2. 一个用于演示游程编码的Matlab程序,具有编码和解码功能-A Matlab program for the demonstration of the run-length coding , with the encoding and decoding functions
  3. 所属分类:matlab

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

    0下载:
  2. This the code about run length encoding-This is the code about run length encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:91.25kb
    • 提供者:john smith
  1. MZ

    0下载:
  2. MH编码是用于黑白二进制文件传真的数据压缩。文件传真是指一般文件、图纸、手写稿、表格、报纸等文件的传真。他们是黑白二值的,也就是信源是二元信源q=2。 MH编码是一位编码方案,即对一行一行的数据进行编码,它将游程编码和霍夫曼编码想结合,是一种标准的改进霍夫曼码。 -MH encoded binary files are used for black-and-white facsimile data compression. Document refers to the general f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:952.02kb
    • 提供者:张继红
  1. rle

    0下载:
  2. Run length Encoding code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:547byte
    • 提供者:hussain
  1. rle_encoding

    0下载:
  2. run length encoding in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:638byte
    • 提供者:prashanth
  1. youchengbianma

    0下载:
  2. 数据压缩 游程编码 用c++实现,能运行的,绝对正确-Run-length encoding data compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:725byte
    • 提供者:彬源
  1. jpeg_encode+decoderhojoon

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.87kb
    • 提供者:Ho Joon Lee
  1. encoding

    0下载:
  2. 运用C++按照一维游程编码原理进行数据的压缩转换-Using C++ in accordance with the principle of one-dimensional run-length encoding data compression conversion
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:345.32kb
    • 提供者:附近
  1. Run_length_encoding_compressing_bmp_file

    0下载:
  2. 一个用游程编码实现对BMP文件的压缩,收藏。-A Run-length encoding method compressing a bmp file for storage
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:3.91kb
    • 提供者:陆坤
  1. 12

    0下载:
  2. 本文所研究的二值图像游程编码数据压缩,就是一种具有高压缩比的无损数据压缩技术,它是应用游程编码的原理对二值图像进行数据压缩的编码技术,其编码非常简单,编码和解码速度快,因此其应用范围广泛。-This paper studied binary image run-length encoding data compression, is a high compression ratio of lossless data compression technology, which is the app
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:33.02kb
    • 提供者:杜秋国
  1. Run-length encoding?(RLE)

    0下载:
  2. run length encoding的Matlab程序,纯原创,请勿抄袭!(This is a Matlab program for run length encoding.)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-25
    • 文件大小:49kb
    • 提供者:海涵
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com