-
more efficient, but after all, as WinRAR, winzip, etc.
效率较高,但毕竟不如winrar,winzip等-more efficient, but after all, as WinRAR, winzip, etc.
- 2022-05-12 16:58:22下载
- 积分:1
-
# 61,548 to complete the basic compression and decompression functions# 61,548 d...
能够完成基本的压缩与解压缩文件功能
能够一次加入多个文件
能够给出压缩比等信息
-# 61,548 to complete the basic compression and decompression functions# 61,548 documents to a file by adding a number of# 61,548 is given to the compression ratio and other information
- 2022-03-07 13:21:02下载
- 积分: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
-
这是一个用Delphi7开发的Windows下的压缩我解压缩源码。大小为1.46M。...
这是一个用Delphi7开发的Windows下的压缩我解压缩源码。大小为1.46M。-This is a development with Delphi7 under Windows I decompress compressed source. The size of 1.46M.
- 2022-11-20 19:00:03下载
- 积分:1
-
AD7705 and the use of thermistor to detect the actual temperature
利用AD7705与热敏电阻来检测实际的温度-AD7705 and the use of thermistor to detect the actual temperature
- 2023-07-13 19:05:04下载
- 积分:1
-
JPEG2000 ADI BLACKFIN compression decompression procedures
JPEG2000 ADI BLACKFIN 压缩解压程序-JPEG2000 ADI BLACKFIN compression decompression procedures
- 2022-11-10 04:10:03下载
- 积分:1
-
DSP28X communication program
DSP28X通信程序
- 2022-03-05 13:06:20下载
- 积分:1
-
压缩解压缩类源码
压缩解压缩类源码-decompress compressed source category
- 2022-08-25 02:27:21下载
- 积分:1
-
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串...
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether a given grammar sentence.
- 2023-07-09 00:45:03下载
- 积分:1
-
利用哈夫曼编码压缩)
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
-) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The
- 2022-02-27 02:39:35下载
- 积分:1