搜索资源列表
HPL-2004-76
- 快速算术编码原理及实践,英文版,是目前效率较高的压缩算法-fast arithmetic coding theory and practice, the English version, which is more efficient compression algorithm
介绍几种压缩算法及《笨笨数据压缩教程》
- 数据压缩方面的入门读物, 里面的Huffman编码和算术编码的原理讲的很容易懂.
FastAC_code
- 算术编码快速算法文档和源代码,VC版本,欢迎使用-arithmetic coding algorithm for rapid documentation and source code, VC version Welcome
HPL-2004-76
- 快速算术编码原理及实践,英文版,是目前效率较高的压缩算法-fast arithmetic coding theory and practice, the English version, which is more efficient compression algorithm
DATACOMPRESSION
- 算术编码的实现,设计算术编码器,考虑如何编码实现,如何解决数据输出,说明原理。 算术编码在图象数据压缩标准(如jpeg,jbig)中扮演了重要的角色。在算术编码中,消息用0到1之间的实数进行编码。算术编码用到了两个基本的参数:符号的概率和它的编码间隔。信源符号的概率决定压缩编码的效率,也决定编码过程中信源符号的间隔,而这些间隔包含在0到1之间。编码过程中的间隔决定了符号压缩后的输出。 算术编码需要输入的是符号,各个符号的概率
arth_code_Delphi6
- 算术编码算法,用于图像压缩或者文本压缩(原理: 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间)-Arithmetic coding algorithm for image compression, or text compression (Principle: arithmetic coding is to a source is expressed as the real axis b
ArithmeticCoding_pdf
- 算术编码算法的分析与实现(论文全文) 摘要:分析了算术编码的理论基础,着重介绍WNC算法的实现方式。详细讨论了算术编码原理、正规化操作、WNC算法代码实现等技术。给出了一个切实可行的应用程序。 -Analysis of arithmetic coding algorithm (full paper) Abstract: This paper analyzes the theoretical basis of the arit
codeanddecode
- 关键字:多媒体;算法;LZW编码解码;自适应算术编码解码 本代码描述了LZW的编码原理和自适应编码的原理-multimedia algorithm LZW code and decode Adaptive arithmetic code and decode
Arithmetic-coding
- 编写一个关于算术编码的程序,进一步深入理解算术编码算法的原理,加强多媒体的学习和运用。 -Prepare a report on arithmetic coding procedures, further in-depth understanding of arithmetic coding algorithm principle, strengthen the study and application of multimedia