搜索资源列表
0240302314jiangwei13852910295
- 游程长度编码非常简单,编码、解码速度快,应用广泛。本文主要介绍了游程长度编码的原理和实现技术,对游程长度编码技术做了较为全面地研究。包括游程压缩模型、数据压缩、解压缩过程,并给出了流程图和相应的程序。 关键词:编码;解码;游程长度编码;压缩;解压缩。 -run-length coding is very simple, encoding, decoding speed, widespread use. This paper describes a run-length coding
shujuyasuoyouchenbianma
- 数据压缩游程编码示例,模拟游程编码过程,可以做课程设计使用.-data compression run-length coding examples and simulation run-length coding process can be done using the curriculum design.
youcheng
- 游程编码的主要部分,对简单的变化缓慢,重复出现的数据有很好的压缩效果
RLC
- 使用C语言实现图像的游程编码压缩,性能优越,代码简单,便于实现。
yasuo
- 采用离散小波变换方法(Mallat算法),实现对语音信号的双通道子带压缩编码。将语音信号中,C125Hz的低频区信号完全保留,在125Hz飞KHz频段的语音信号用小波分解逐级进行较为精确的量化并进行滤波,而将高频部分采用游程编,进而达到在保证语音信号原有特性的前提下大幅度的压缩语音信号的传输数据量
yasuo
- RLE压缩,完成文本文件的压缩,运用游程长度编码算法
RLE
- 可运行,运用游程长度编码法进行压缩和解压缩图象文件。
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.
zfbm
- 文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。-File compression in the run-length coding source. Have the test. More characters for the duplicate file compression is higher.
MZ
- MH编码是用于黑白二进制文件传真的数据压缩。文件传真是指一般文件、图纸、手写稿、表格、报纸等文件的传真。他们是黑白二值的,也就是信源是二元信源q=2。 MH编码是一位编码方案,即对一行一行的数据进行编码,它将游程编码和霍夫曼编码想结合,是一种标准的改进霍夫曼码。 -MH encoded binary files are used for black-and-white facsimile data compression. Document refers to the general f
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
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
YOUC
- MFC实现TXT数据读取、一位游程压缩与解压-MFC achieve TXT data read, a run-length compression and decompression
REL
- 变种的游程压缩算法,能完整地对文件进行压缩和解压-Variants of the run-length compression algorithm that can complete the file compression and decompression
LR
- 行程压缩算法,也叫游程压缩算法,是一种无损压缩算法。-Stroke compression algorithm
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.)