搜索资源列表
0240302314jiangwei13852910295
- 游程长度编码非常简单,编码、解码速度快,应用广泛。本文主要介绍了游程长度编码的原理和实现技术,对游程长度编码技术做了较为全面地研究。包括游程压缩模型、数据压缩、解压缩过程,并给出了流程图和相应的程序。 关键词:编码;解码;游程长度编码;压缩;解压缩。 -run-length coding is very simple, encoding, decoding speed, widespread use. This paper describes a run-length coding
TxtCompress[xtulbd,050228]
- 对文本进行游程压缩-right way outbound text compression
文本与二值图像的游程压缩[xtulbd,050418]
- 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t
数据压缩_RLC游程编码
- 本程序实现了数据压缩中RLC(游程编码)过程。执行环境为 TC 3.0。-realized by the data compression RLC (RIc) process. The environment for the implementation of TC 3.0.
jpeg.rar
- 对图像进行JPEG压缩,并使用哈弗曼和游程编码,显示压缩后的图像,JPEG
zfbm
- 文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。-File compression in the run-length coding source. Have the test. More characters for the duplicate file compression is higher.
Zip_RLE8_b
- RLE8压缩的LabVIEW源程序,这个是游程压缩算法-LabVIEW source RLE8 compression, this is a run-length compression algorithm
RunLength_finsh
- 利用vc 开发平台实现游程编码的算法,文件中有详细的代码,可以得出压缩比。里面也有运行程序的结果。-Vc development platform to use to achieve run-length coding algorithm, the document in detail the code compression ratio can be drawn. There is also the result of running the program.
MZ
- MH编码是用于黑白二进制文件传真的数据压缩。文件传真是指一般文件、图纸、手写稿、表格、报纸等文件的传真。他们是黑白二值的,也就是信源是二元信源q=2。 MH编码是一位编码方案,即对一行一行的数据进行编码,它将游程编码和霍夫曼编码想结合,是一种标准的改进霍夫曼码。 -MH encoded binary files are used for black-and-white facsimile data compression. Document refers to the general f
image_compression_final(jpeg)
- JPEG图像压缩和解压MATLAB程序,使用了DCT2、线性量化编码、zigzag变换和游程编码理论-JPEG image compression and decompression MATLAB procedures, using DCT2, linear quantization coding, zigzag transform and run-length coding theory
compression
- 对图像进行压缩,包括DCT变换,量化,游程编码。有良好的压缩比和压缩率。-Image compression, including DCT transform, quantization, run-length coding. A good compression ratio and compression ratio.
HDAd
- 游程编码与哈弗曼编码的联合压缩技术,PDF格式的 供参考-Run-length coding and joint coding哈弗曼compression technology, PDF format for reference
ImageProcess
- 使用VC++对图像处理,以及游程编码及其解压缩-The use of VC++ for image processing, as well as run-length coding
youchengbianma
- 数据压缩 游程编码 用c++实现,能运行的,绝对正确-Run-length encoding data compression
encode
- 改进后的游程编码,可以继续量化编码转化为二进制数据流,针对一些较为接近的数,通过合适的阈值设定可以近似,从而大大压缩数据流-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
CHENGXU
- 实现图像游程编码的MATLAB程序,对二值图像压缩效果明显。-RLC
12
- 本文所研究的二值图像游程编码数据压缩,就是一种具有高压缩比的无损数据压缩技术,它是应用游程编码的原理对二值图像进行数据压缩的编码技术,其编码非常简单,编码和解码速度快,因此其应用范围广泛。-This paper studied binary image run-length encoding data compression, is a high compression ratio of lossless data compression technology, which is the app
行程编码(又名游程编码)
- 行程编码又名游程编码,是无损压缩的一种,本文件用于图像压缩及解压,压缩前后图像完全一样(Run length coding, also known as run length coding, is one of lossless compression. This file is used for image compression and decompression. The image is exactly the same before and after compression)
RLE
- 游程编码 可以进行压缩解压、图像对比处理,原图像,压缩后,解压后数据长度的对比(run-encoding Compression decompression, image contrast processing, the original image, compression, after decompression data length comparison.)
游程编码
- 文件中有两个编码程序,一个是简单的游程编码仿真实现,另一个是图像的游程压缩编码实现(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.)