搜索资源列表
-
1下载:
一种最新型的压缩算法,即压缩感知(compressive sensing)的介绍文档,深入迁出,对于理解CS这一个新思想有很大的帮助-The latest model of a compression algorithm, that is, perceptual compression (compressive sensing) Introduction of the document in depth to move out, for understanding the CS has a lo
-
-
0下载:
本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分.
压缩算法简介
1. 色彩模型
2. DCT (离散余弦变换)
3. 重排列 DCT 结果
4. 量化
5. 0 RLE 编码
6. 范式 Huffman 编码
7. DC 的编码
解码过程简述
8. 一个数据单元 Y 的解码
9. JPG 文件(Byte 级)里怎样组织图片信息
10. 关于标记
11. JPG 文件中 Haffman 表的储存
-
-
0下载:
范式哈夫曼算法的分析与实现(论文全文)
摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。
-Paradigm Huffman algorithm analysis (full paper)
Abstract: a comprehensive introduction to the theoretical basis and implementation of the parad
-
-
0下载:
范式哈夫曼算法的分析与实现(项目文件)
摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。
-The paradigm Huffman algorithm analysis and implementation (project file)
Abstract: a comprehensive introduction to the theoretical basis and im
-
-
1下载:
静态霍夫曼编码压缩解压源代码。来自经典书籍《数据压缩导论》中的静态压缩算法源代码,可用codeblocks运行制作出exe文件,然后按照说明,使用命令提示符去运行使用。源代码方便大家改写并嵌入到自己的程序中。-fixed Huffman coding compression decompression source code. From the classic book Introduction to Data Compression in the static compression al
-