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

搜索资源列表

  1. rle_rld

    0下载:
  2. matlab实现的游程编码的编码与解码过程,rle实现编码,rld实现解码,简单实用-achieve Matlab run-length coding of the coding and decoding process, rle achieve coding, rld decoder, simple and practical
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:郭复胜
  1. shujuyasuoyouchenbianma

    0下载:
  2. 数据压缩游程编码示例,模拟游程编码过程,可以做课程设计使用.-data compression run-length coding examples and simulation run-length coding process can be done using the curriculum design.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:陈玲玲
  1. youcheng

    0下载:
  2. 游程编码的主要部分,对简单的变化缓慢,重复出现的数据有很好的压缩效果
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.92kb
    • 提供者:铭蔚
  1. youcheng

    0下载:
  2. 一般的游程编码,写有要求与运行结果,还有注意事项
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:王静
  1. RLC

    0下载:
  2. 使用C语言实现图像的游程编码压缩,性能优越,代码简单,便于实现。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:荆瑞
  1. 编码

    0下载:
  2. 图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.66kb
    • 提供者:dz
  1. 数据压缩_RLC游程编码

    0下载:
  2. 本程序实现了数据压缩中RLC(游程编码)过程。执行环境为 TC 3.0。-realized by the data compression RLC (RIc) process. The environment for the implementation of TC 3.0.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:14.93kb
    • 提供者:钟祖豪
  1. 二值图像游程编码算法的Matlab实现

    0下载:
  2. 二值图像游程编码算法的Matlab实现,包含源程序代码以及运行结果。,Binary image run-length coding algorithm for the realization of Matlab, including source code, as well as the results.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:18.78kb
    • 提供者:
  1. 对一维、二维等信源进行游程编码

    0下载:
  2. 对一维、二维等信源进行游程编码,形成码流;以及对码流解码恢复-To 1-d, 2-d source such as on the run-length coding, form code flow And to streaming decoding recovery
  3. 所属分类:压缩解压

    • 发布日期:2017-03-24
    • 文件大小:254.32kb
    • 提供者:蜗牛
  1. RLE.rar

    0下载:
  2. 二值图像 游程编码 自己测试过。。。绝对可用,Binary image run-length coding themselves tested. . . Definitely can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:724byte
    • 提供者:龙军
  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. zfbm

    0下载:
  2. 文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。-File compression in the run-length coding source. Have the test. More characters for the duplicate file compression is higher.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:978byte
    • 提供者:谢志超
  1. youchengbianma

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

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

    0下载:
  2. 改进后的游程编码,可以继续量化编码转化为二进制数据流,针对一些较为接近的数,通过合适的阈值设定可以近似,从而大大压缩数据流-The improved run-length coding, can continue to quantify the code into binary data stream, for some of the more close to the number set by appropriate threshold can be approximated, thereb
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6.31kb
    • 提供者:丁匡正
  1. binaryimagecoding

    0下载:
  2. 这个一个用matlab写的关于二值图像游程编码的实例-binary image coding
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:675byte
    • 提供者:晓丹
  1. Benny

    0下载:
  2. 游程编码的编码与解码 用matlab语言实现-code and decode
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:121.88kb
    • 提供者:张彤
  1. youchengbianjiema

    0下载:
  2. 游程编码 输入一个一维数组,会将其内容进行编码,编码程序中包含十进制与二进制之间的相互转换。解码为其逆过程-RLE enter a one-dimensional array, its contents will be encoded, encoding process includes the interaction between decimal and binary conversion. Decode its reverse process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.45kb
    • 提供者:长乐
  1. youchengbianma

    0下载:
  2. 这是一个实现对图像进行游程编码的matlab程序。直接调用该函数即可实现游程编码。(This is a realization of the image run length coding matlab program. Directly call this function to achieve run length coding.)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:goodllo
  1. RLE

    1下载:
  2. 游程编码 可以进行压缩解压、图像对比处理,原图像,压缩后,解压后数据长度的对比(run-encoding Compression decompression, image contrast processing, the original image, compression, after decompression data length comparison.)
  3. 所属分类:压缩解压

    • 发布日期:2019-10-31
    • 文件大小:222kb
    • 提供者:啦啦啦1啦1
  1. 游程编码

    1下载:
  2. 文件中有两个编码程序,一个是简单的游程编码仿真实现,另一个是图像的游程压缩编码实现(There are two coding programs in the file. One is a simple run-length coding simulation implementation, the other is the image run-length compression coding implementation.)
  3. 所属分类:压缩解压

    • 发布日期:2019-10-31
    • 文件大小:79kb
    • 提供者:一根呆毛
« 12 3 4 »
搜珍网 www.dssz.com