-
cab文件压缩、解压程序源代码
cab文件压缩、解压程序源代码-cab document compression, decompression source code
- 2022-09-29 18:45:03下载
- 积分:1
-
Charmsoft公司的JPEG2000开发包
Charmsoft公司的JPEG2000开发包-Charmsoft Corporation s JPEG2000 development package
- 2023-09-08 05:25:05下载
- 积分:1
-
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩...
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩-lZW a compression algorithm based on the efficient realization can be used for data and image compression efficiency
- 2023-01-12 12:45:04下载
- 积分:1
-
用vb制作安装程序的源码,开发环境vb6.0,非常好的源码哦
用vb制作安装程序的源码,开发环境vb6.0,非常好的源码哦-production with the installation procedures vb source code, development environment vb6.0, very good source Oh! !
- 2022-12-24 18:35:04下载
- 积分:1
-
【文本与二值图像的游程】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
-
视频格式转换的程序
视频格式转换的程序-video format conversion process
- 2022-01-25 19:26:30下载
- 积分:1
-
Digital Potentiometers replace mechanical potentiometers WOSDOFEODF
用数字电位器替代机械式电位器WOSDOFEODF-Digital Potentiometers replace mechanical potentiometers WOSDOFEODF
- 2022-02-15 12:25:32下载
- 积分:1
-
一个兼容pkzip的文件/内存压缩算法
一个兼容pkzip的文件/内存压缩算法- A compatible pkzip document/memory compression algorithm
- 2022-03-18 07:36:06下载
- 积分:1
-
C语言的Huffman编码的逆过程,掌握数据压缩…
用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
- 2022-02-03 02:17:56下载
- 积分:1
-
霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码...
霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundant code of the most commonly used methods. It is Huffman in 1952 made a coding method, and its basic tenets are frequently used data with the code instead of a shorter, less use of the data over a longer period instead of the code, the code for each data-not the same. Sometimes referred to as the best coding, the general called on Huffman coding. Below prove a theorem, the theorem guarantees by the characters emerging probability distribution yards long, will enable the shortest average yards long.
- 2022-03-26 01:11:34下载
- 积分:1