CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - run length encoding

搜索资源列表

  1. RLE

    0下载:
  2. 游程编码示例,可以有效进行游程编码,属熵编码的一种,希望对大家有用。-RLE example, you can effectively run length encoding, entropy coding is a kind of hope for all of us.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2589
    • 提供者:tianxia
  1. jpeg

    0下载:
  2. 利用游程编码和哈弗曼编码实现灰色图片的压缩和解码,压缩比可达15倍-Using run-length encoding and Hafu Man Coding and decoding of gray image compression, the compression ratio up to 15 times
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:28115
    • 提供者:邢旭
  1. source9

    0下载:
  2. 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Function is run length encoding, JPEG compression (basic system) command-line compiler as foll
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:239056
    • 提供者:ZD
  1. yssj

    0下载:
  2. 一个简单的一维行程编码压缩工具,从而实现栅格数据的压缩-A simple one-dimensional run length encoding compression tools, in order to achieve compression of raster data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1930743
    • 提供者:
  1. RLE

    0下载:
  2. Run Length Encoding Algorithm Sample written in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3655
    • 提供者:KalEl
  1. code

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

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

    0下载:
  2. 里面是JPEG的标准变换过程,含有离散余弦变换,哈弗曼编码和行程编码-Inside the JPEG standard transform, DCT, Hafu Man coding, run length encoding
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:477244
    • 提供者:wudi
  1. Standard-of-JPEG

    0下载:
  2. 里面是JPEG的标准变换过程,含有DCT变换,哈弗曼编码-Inside the JPEG standard transform, DCT, Hafu Man coding, run length encoding
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:131859
    • 提供者:wudi
  1. New-Text-Document

    0下载:
  2. wolfRLE // A run-length encoding compression program // This is a very simple compression technique that might not work
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2273
    • 提供者:徐书立
  1. urunn_length_s

    0下载:
  2. <p>用verilog 开发应用于图像压缩编码中使用行程长度编码(run lengthencoding,RLE)对交流系数(Aa)进行编码。</p> -<p> With verilog development for image compression using run length encoding (run lengthencoding, RLE) coding to encode the exchange coefficient (Aa). <
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:9379
    • 提供者:举例
  1. RLE

    0下载:
  2. Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the origi
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1021
    • 提供者:Premnath D
  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. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. rijndael-alg-fst

    0下载:
  2. Check return value double.The ESCAPE character is used during run-length encoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:7521
    • 提供者:piuzekeng
  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. qqq

    0下载:
  2. 基于行程编码的图像压缩,及其实现。用matlab语言-Image compression based on run-length encoding, and its implementation. Matlab language
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:505731
    • 提供者:luyati
  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. RLE

    0下载:
  2. 在vs2005环境下开发的代码,用行程编码(REL)实现单目标物体跟踪-In vs2005 code developed using run-length encoding (REL) to achieve single target object tracking
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:4828241
    • 提供者:太阳花
  1. chap10_8

    0下载:
  2. 利用行程编码方法对二值图像进行编解码,具体实现的MATLAB代码-Using run length encoding method for binary image codec, concrete realization of MATLAB code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:963
    • 提供者:冷君阁
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com