-
【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示...
【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image-- an outbound trip. Yu Cheng text compression principle on repeated field using three symbols logo Act : (a) repeat prompt, such as @,#, etc.; (2) Run-length parameters, or the number of repeat, if using a byte, the largest the length of 255 to repeat the word; (3) repeat characters. More than three as part of a repeat factor. Visibility to gain compression efficiency, duplication of characters in three more. 2. Run-image compression for the principle of two binary images, a zero original data matrix, progressive compression deal with the matrix : (1) n a row, n; (2) consecutive n 0, expressed as-n.
- 2022-05-06 21:11:33下载
- 积分:1
-
进行软件分析的一个模板。
进行软件分析的一个模板。-software for the analysis of a template.
- 2022-01-29 03:43:09下载
- 积分:1
-
可以实现对信号的存储和读取 !! 信号可以自己设置
可以实现对信号的存储和读取 !! 信号可以自己设置 -Can be achieved for signal storage and reading! ! Signal can be its own set
- 2022-07-20 01:18:14下载
- 积分:1
-
cmi encoder
and decoder
ok in Quartus ii 5.1
cmi encoder
and decoder
ok in Quartus ii 5.1
- 2022-03-09 10:31:42下载
- 积分:1
-
G.723_24C代码
G.723_24C代码-G.723_24C code
- 2022-03-22 12:24:44下载
- 积分:1
-
判断输入的数字串是否为偶数,用mod 2完成
判断输入的数字串是否为偶数,用mod 2完成-importation of judgment whether the series is even, complete with mod 2
- 2022-05-01 00:18:51下载
- 积分:1
-
各种常见的运动估计方法。应用于视频编解码中。方法全面的让你喜出望外。...
各种常见的运动估计方法。应用于视频编解码中。方法全面的让你喜出望外。-this source code includes all usually motion search methods. it must make you crazy.
- 2023-05-15 04:35:02下载
- 积分:1
-
ADPCM音频编解码器,使用标准的C语言编程,实现了G.711,g.72 3,…
音频ADPCM编解码器,采用标准C语言编程,实现G.711,G.72 3,16K,24K,32K算法-ADPCM audio codec, using standard C language programming, realize G.711, G.72 3,16 K, 24K, 32K Algorithm
- 2022-01-25 18:36:54下载
- 积分:1
-
数据压缩源代码和一个用的演示,可以在内存中压缩数据。
数据压缩源代码和VC中使用DEMO,能够压缩内存数据。- Data compression source code and a demo by VC that can compress data in memory.
- 2023-05-17 21:35:03下载
- 积分:1
-
本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点...
本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman
- 2022-11-11 03:25:04下载
- 积分:1