文件名称:compression
介绍说明--下载内容均来自于网络,请自行研究使用
Introduction to Data Compression
In this chapter we will use the generic term message for the objects we want to compress,
which could be either files or messages. The task of compression consists of two components, an
encoding algorithm that takes a message and generates a “compressed” representation (hopefully
with fewer bits), and a decoding algorithm that reconstructs the original message or some approximation
of it from the compressed representation. These two components are typically intricately
tied together since they both have to understand the shared compressed representation.
In this chapter we will use the generic term message for the objects we want to compress,
which could be either files or messages. The task of compression consists of two components, an
encoding algorithm that takes a message and generates a “compressed” representation (hopefully
with fewer bits), and a decoding algorithm that reconstructs the original message or some approximation
of it from the compressed representation. These two components are typically intricately
tied together since they both have to understand the shared compressed representation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
compression.pdf