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

搜索资源列表

  1. ImageCoding

    0下载:
  2. 图像压缩编码 霍夫曼 香农费诺 算术编码 游程编码 位平面编码 预测编码-ImageCoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:419786
    • 提供者:lynn
  1. runlengthencoding

    0下载:
  2. 游程解码,可以对经过游程编码之后的图像恢复-RUNLENGTHDECODING,it can reconstruct the encoding image ,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:652
    • 提供者:郭雄伟
  1. RLEhiding

    0下载:
  2. 通过游程编码的方式,进行图像信息隐藏,此方法适用于二值图像的隐藏-Length coding by the way the image information hiding, this method is suitable for binary image of the hidden
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:653
    • 提供者:zhangdongyue
  1. vlccomression

    0下载:
  2. RLC游程编码程序,matlab可直接运行-RLC routine
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:779
    • 提供者:zyy
  1. runlength

    0下载:
  2. 游程编码是一种常用的压缩编码方法,为压缩文本文件建立的,用于文本文件压缩。-RLE compression is a commonly used method for compressing a text file created, for text file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1254
    • 提供者:zhangli
  1. rle-matlab

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

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

    0下载:
  2. 基于游程编码的bmp格式图像压缩,关键字 二值化,游程编码压缩,VC-Bmp length coding based on image compression formats, keyword, binarization, RLE compression, VC
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:450194
    • 提供者:沈小响
  1. youcheng

    0下载:
  2. 通过实验进一步掌握游程编码的原理; 用C/C++语言实现游程编码。-Experiment to further understand the principle of run-length coding with C/C++ language RLE.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:721
    • 提供者:guoxiang
  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. code

    0下载:
  2. 实现图像的游程编码,有示例,希望大家喜欢-The run-length encoding of image, there are examples, I hope you like
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:48248
    • 提供者:李卿卿
  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. 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. Compress

    0下载:
  2. 游程编码压缩与解压缩,实现如 a,a,a,a,a,a,b,b,b,b,b到<a,5>,<b,5>的相互转换过程-Compress & Decompress the codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:291771
    • 提供者:zhudi
  1. suanfa

    0下载:
  2. 通过例证来实现熵编码的各种算法 如:霍夫曼编码、算术编码和游程编码-Illustration to a variety of entropy coding algorithms: Huffman coding, arithmetic coding and RLE
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3821228
    • 提供者:xiqoqing
  1. RLEBmp_demo

    0下载:
  2. 本程序主要是实现图像的游程编码。游程编码是JPEG等图形图像标准中常用的熵编码方案-This program is run-length coding of the image. RLE is used in JPEG and other graphic images standard entropy encoding scheme
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20386
    • 提供者:吴广哲
  1. source

    0下载:
  2. 1.计算256灰度级lenna图像中的相对冗余信息. 2.设计一个游程编码算法, 并编程序对一幅二值图像进行编码,计算压缩比.-1 Calculate the relative redundant information in the 256 gray-scale image of lenna. 2 Design a run-length coding algorithm, encoding, and programmed to a binary image and calculate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:24828
    • 提供者:Xucheng
  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  1. youchengbianma

    0下载:
  2. 这是我用matlab写的一个简单的实现游程编码和解码的程序,可以读入一个图片,进行游程编码,编码后再解码输出显示。-
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1447
    • 提供者:stormyw
  1. youcheng

    0下载:
  2. 改进了的游程编码,提高了编码效率,采用纪录0的个数和1的位置的方法。-Improved run-length coding to improve coding efficiency, the record of the number 0 and 1 location.
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:1953
    • 提供者:孙亚荻
  1. RunLength

    0下载:
  2. 信息论课程当中的关于游程编码的源代码。可用此编码方法对图像等可用数组表示的文件进行压缩-Information theory course which the source code of the RLE
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:278596
    • 提供者:ChengXYY
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com