搜索资源列表
arithematiccoding
- 实现信息处理与编码理论中的算术编码,编码结果为01序列-Implementation of information processing and coding theory of arithmetic coding, coding sequence of results 01
ac-win32
- arithmetic coding in c-arithmetic coding in cpp
suanshuCode
- 算术编码在图象数据压缩标准(如jpeg,jbig)中扮演了重要的角色。在算术编码中,消息用0到1之间的实数进行编码。算术编码用到了两个基本的参数:符号的概率和它的编码间隔。信源符号的概率决定压缩编码的效率,也决定编码过程中信源符号的间隔,而这些间隔包含在0到1之间。编码过程中的间隔决定了符号压缩后的输出。-Arithmetic Coding
codenew
- Based on the context adaptive arithmetic coding new. CPP -Based on the context adaptive arithmetic coding new. CPP
arithmetic-coding-algorithm
- 左边区间: a..[(b - a) * p] 右边区间: [(b - a) * p + 1]..b 使用这两个公式替换掉上面代码中的等分区间部分,得到了算术编码的算法-Range on the left: a .. [(b- a)* p] the right range: [(b- a)* p+ 1] .. b use two formulas to replace part of the code above decile range, has been arithmetic codi
AC_code
- 算术编码源代码,在VC下可编译直接执行,代码中,首先统计各个数据出现的频率,根据出现的概率进行编码,实现压缩功能。-Arithmetic coding source code can be compiled under the VC directly execute the code, the first statistical frequency of occurrence of each data, based on the probability of coding to achieve
Arithmetic-coding
- 算术编码,实现对任意长度的二进制输出序列的编码-Arithmetic coding, to achieve arbitrary length coding sequence of binary output
Cpp1
- 算数编码,输入一段二进制码,生成其算数编码,简单好学,适合初学者-Arithmetic Coding
suanshuma
- 实现算术编码 用01编码实现 有统计概率过程和计算熵率码长-Implementation of arithmetic coding
suanshubianma
- 本编码是关于算数编码的,使用了matlab来时实现有关算数编码的内容-The code is on arithmetic coding, using matlab realize when related to arithmetic coding content
arithmetic
- Program to perform arithmetic coding on images.
Test
- Using matlab to encode and decode arithmetic coding
dy
- 本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出 (1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成, (2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个 (3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
bianma
- DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过-DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding.
src
- 里边包含java的HelloWorld、ErlangB的实现、LZWcode、算术编码的实现,都是较为基础的。-The HelloWorld, to achieve the ErlangB, LZWcode, comprising arithmetic coding inside java implementation, are more basic.
arithmetic
- binary coding and decoding(c# code for compress and decompress binary files)
modulus
- aritmetic assigment used in java plat
CACM_Moffat_2017125132440649
- 实现算术编码与解码,进行文件的压缩,并伴有上界溢出与下界溢出的处理(Implement arithmetic coding and decoding, and compress files)
170928ArithmeticCoding
- 实现二阶算术编码压缩,压缩率很高,但是压缩时间还需要控制。(The compression rate of the two order arithmetic coding is very high, but the compression time needs to be controlled.)