搜索资源列表
suanshubianma
- 算术编码源代码,适用于视频压缩,网络监控等条件下。-arithmetic coding source code, apply to video compression, network monitoring and other conditions.
lzw-hafuman
- 图像编码与均衡化规定化、 examplehaffuman.m 哈夫曼应用实例 examplepalar2.m 平面一般分割 examplepalar.m 平面分割 1-D 游程编码应用实例 lzwexample.m lzw编码的应用实例 erzhifenjie.m 平面的分割8层 suanshubianma.m 算术编码 code1.m 图像直方图均衡化处理 code2.m 图像直方图规定化处理
suanshubianma
- 算术编码是一种到目前为止编码效率最高的统计熵编码方法,
suanshubianma
- MATALAB的算术编码应用
suanshubianma
- 另外一个简单的算术编码压缩程序 可以压缩10个字符 供大家参考
lzw-hafuman
- matlab写的lzw和huffman的编码,希望对大家有用-matlab write LZW and huffman encoding, in the hope that useful
suanshubianma
- 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
suanshubianma
- 假设信源符号为{a,b,c,d},这些符号出现的概率分别为{0.2,0.2,0.4,0.2}写出对信源符号bdadc进行算术编码和解码的过程。-Assumptions for the source symbols (a, b, c, d), the probability of emergence of these symbols were written on (0.2,0.2,0.4,0.2) bdadc source symbols for arithmetic coding and de
suanshubianma
- 数据压缩 算术编码,用c++实现,已经运行成功,绝对OK-Arithmetic Coding data compression, using c++ to achieve, has been running successful, absolutely OK
suanshubianma
- 和其它熵编码方法不同的地方在于,其他的熵编码方法通常是把输入的消息分割为符号,然后对每个符号进行编码,而算术编码是直接把整个输入的消息编码为一个数-And other entropy coding method is that different places, other entropy coding method is to input the message is usually divided into symbols, and then encode each symbol, whil
suanshubianma
- 可以实现对简单字符的算术编码(abcde) -Characters can be achieved for simple arithmetic coding (abcde)
suanshubianma
- 这个是算术编码的实验报告,也是用C编写的-This is the arithmetic coding of the lab report is written with C
a
- 用C++编程实现信息论与编码技术中算术编码-suanshubianma
suanshubianma
- 算术编码的算法,使用VC++实现,多媒体的一个作业-Arithmetic coding algorithm, using VC++ implementation of a multimedia work
suanshubianma
- 本程序是信息论与编码课程中常见的一种编码方式,即算术编码。这是一种最基本的简单编码-Information theory and coding of this procedure is a common curriculum in the encoding that the arithmetic coding. This is a basic simple coding
suanshubianma
- 算术编码的实现 对于初学者来说还是比较好用的 -算术的实现 对于初学者来说还是比较好用的
suanshubianma
- 算术编码, 将被编码的一则消息或符号串(序列)直接编码成[o,1)区间上的一个浮点小数。 -Arithmetic coding
suanshubianma
- 算术编码算法,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding algorithm, image compression is one of the main algorithm. Is a lossless data compression method, but also a method of entropy coding.
suanshubianma
- 这个是基于matlab的算术编码,可以-Here we re-encode the message NMLNNNKKNML using the same frequency algorithm as in figure 1, but using an encoding algorithm that encodes individual letters in storage of width less than 1000.
suanshubianma
- 算术编码是用符号的概率和它的编码间隔两俩个基本参数来描述的。算术编码可以是静态的或是自适应的。-Arithmetic coding to both of two basic parameters to describe the probability of the symbol and its coding interval. Arithmetic coding can be static or adaptive.