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

搜索资源列表

  1. RLC1

    0下载:
  2. 游程编码是是一种有效的信源编码,能够实现对二值化的图像或者二元序列进行压缩,且具有较好的压缩率。-this program is a good kind of RLC. It could come out rlc, and could compression binary sequences and image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1414066
    • 提供者:马帅
  1. run_length_disturb

    0下载:
  2. 游程编码:对于以给定的0、1序列,计算出其中的各种游程数量-RLE: The number of 0,1 sequence of the given figure out which of a variety of run-length
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1156
    • 提供者:陈威
  1. bianma

    0下载:
  2. 游程编码,Shannon编码,Elias编码,huffman编码-RLE, Shannon coding, Elias coding, huffman coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2048
    • 提供者:陆鸣
  1. arrlle_rldc

    0下载:
  2. matlab实现的游程编码的编码与解码过程,,rle实现编码,rld实现解码,简单易懂实用 -matlab implementation of RLE encoding and decoding process, rle. achieve coding, rld achieve decoding, simple and easy to understand practical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1073
    • 提供者:利益
  1. youcheng

    0下载:
  2. 用C语言实现的游程编码 所属课程为本科 数据压缩课程 包括黑白游程编码的替换编译 因为是大学实验用 黑白游程编码表只写入了一部分 后面可自行补充-C language run-length coding belongs courses for undergraduate data compression programs include black and white run-length encoding replace compile University experiment
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:537
    • 提供者:Alice
  1. picture

    0下载:
  2. 基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:108544
    • 提供者:wmt
  1. yc

    0下载:
  2. 游程编码程序,输入一个01序列,将它转换成游程编码-Runlength encoding procedure, the input of a 01 sequence, and convert it into the run-length coding
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:225279
    • 提供者:林小夏
  1. RunLength_Compression

    0下载:
  2. 游程编码的一个演示程序, 用VC写的Demo程序, -Run Length Coding时很好的参考资料.-Run-length coding of a demo program with VC wrote Demo procedures, Run Length Coding learn when a good reference.
  3. 所属分类:Game Program

    • 发布日期:2017-11-17
    • 文件大小:15818
    • 提供者:观察者
  1. xcbm

    0下载:
  2. 行程编码(Run-Length Encoding) 仅存储一个像素值以及具有相同颜色的像素数目的图象数据编码方式称为行程编码,或称游程编码,常用RLE(Run-Length Encoding)表示。该压缩编码技术相当直观和经济,运算也相当简单,因此解压缩速度很快。RLE压缩编码尤其适用于计算机生成的图形图像,对减少存储容量很有效果。 -Run-length encoding (RLE) is a very simple form of data compression in which
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:76340
    • 提供者:孔珺
  1. DigitalVideo

    0下载:
  2. 完成bmp文件到jpeg文件的压缩,使用DCT变换然后进行游程编码以及哈弗曼编码 实现完整的jpeg压缩过程,最后写成jpeg文件-Bmp files to jpeg complete file compression
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:20630967
    • 提供者:吴梅
  1. youcheng

    0下载:
  2. 游程编码 可运行自己亲测 有函数图像以及编码前和编码后的图像对比-RLE can run their own pro-test as well as a function of the image before encoding and the encoded image contrast
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:42432
    • 提供者:陈冲
  1. siftedkey

    0下载:
  2. 游程编码C++代码,可以用于信号的无损压缩,并且其压缩比能接近理论极限值-run-length encoding for C++,with a high compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1042
    • 提供者:hitbin
  1. jpeg_decoder

    0下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:982377
    • 提供者:颖风
  1. jpeg_decode

    1下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:60300
    • 提供者:颖风
  1. RLE-watermark

    0下载:
  2. 二值图像信息隐藏,采用游程编码的方式隐藏水印信息。-Binary image information hiding, using run-length coding method hidden watermark information.
  3. 所属分类:Special Effects

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

    0下载:
  2. 初学者的游程编码,可以进行小图像的压缩,可以以此为基础进行编码和参考-RLE beginner, you can make small image compression, can be encoded as a basis and reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:453031
    • 提供者:郝艳玲
  1. RLC

    0下载:
  2. 游程编码--二值图像的游程编码--matlab程序,-RLE- RLE binary image- matlab program,
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:60837
    • 提供者:邢彩荣
  1. ImageCoding

    0下载:
  2. 这是图像编码的源代码,包括霍夫曼编码,算数编码,游程编码等-This is the image coding source code, including Huffman coding, arithmetic coding, run-length coding, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:233547
    • 提供者:mt
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. run_length_rumtime

    0下载:
  2. 个人在学习《信息论与编码》的时候写的,基于费诺(Fano)和游程编码的图像编码程序。-An image processing program based on Fano coding and long-length coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4795
    • 提供者:吴楚豪
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com