readme.txt

来自「一个详尽的算术编码的matlab仿真程序。」· 文本 代码 · 共 26 行

TXT
26
字号
In this program set, two types of arithmetic coding has been implemented.

1) Arithmetic Coding with Scaling

		To implement this method 4 programs has been used in the set. The programs are 

	a)  arithscale.m
	b)  probmodel.m
	c)  arithscalecod.m
	d)  arithscaledecod.m

	To test the program two text files are given with names seq.txt and seq1.txt.



1) Integer Arithmetic Coding

		To implement this method 4 programs has been used in the set. The programs are 

	a)  arithint.m
	b)  countmodel.m
	c)  arithintcod.m
	d)  arithintdecod.m

	To test the program two text files are given with names seq.txt and seq1.txt.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?