搜索资源列表
Arithmetic.rar
- 利用算术编码的方法实现文件的压缩与解压缩。,The use of arithmetic coding method to achieve the file compression and decompression.
Coding.rar
- 用Java编写的编码算法,包括行程编码,算术编码,哈弗曼编码,Prepared to use Java coding algorithm, including the Run-Length Coding, arithmetic coding, coding哈弗曼
arithmetic-coding
- using c programming language realized aritemetic coding and decoing
arthcoder
- 实现算术编码的功能,完成对字符的压缩和解压缩,可以实现编码和译码-Arithmetic coding to achieve the functions of characters to complete the compression and decompression, encoding and decoding can be achieved
adaptive_arithmetic
- 自适应算术编码 自适应算术编码的解码-Adaptive Arithmetic Coding Adaptive arithmetic coding decoder
TestMQCoder
- JPEG里MQ算术编码测试程序 编解码器 C-MQ arithmetic coding in JPEG test procedure codec C
AC_Encoding
- 程序为一种二进制算术编码程序,其概率模型为JBIG采用的编码模型,。-Procedures as a binary arithmetic coding procedures, the probability model used for JBIG coding model.
ACmod
- This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
AVIRIS_LP
- 一种基于线性预测和算术编码的高光谱图像压缩方法,希望对您有用。-Based on linear prediction and arithmetic coding of hyperspectral image compression, and I hope useful for you.
arithmeticCoding
- 该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
arithmetic_coding
- Arithmetic coding: encoding and decoding. Note: change the file path for the compressing picture before running.
arithmetic
- arithmetic coding 的壓縮和解壓縮,回先寫入test.txt在使用壓縮,得到的壓縮值會在筆記本內-arithmetic coding for compression and decompression, back to first write test.txt using compression, the compression values obtained within the notebook
Arithmetic_coding_for_data_compression
- Arithmetic coding for data compression
Arithmetic-coding
- 算术编码,MATLAB数字图像处理中的代码-Arithmetic coding, MATLAB code for digital image processing
Arithmetic-coding
- 实现算数编码,算术编码要真真实现需要很大的内存,所以本程序只能做一个近似的编码。-Achieve arithmetic coding, arithmetic coding to achieve Barbara takes a lot of memory, so the program can only do a similar code.
arithmetic-coding
- 算术编码,一种更现代的编码,比霍夫曼更有效-Arithmetic coding, coding a more modern, more effective Bihuofuman
arithmetic-coding-and-encoding
- 算术编码是一个现代的方法比霍夫曼更有效。-Arithmetic coding is a more effective modern methods Bihuofuman
Arithmetic-coding
- 一个算术编码的源代码,实现基本的算术编码功能,对做基于上下文内容的编码算法的人很有帮助-arithmetic coding
Arithmetic-coding
- 算数编码的多个示例程序,用于教学,有大量程序注释,方便学生自学。-Arithmetic coding
arithmetic-coding
- 此为二值自适应算术编码,算法是在论文《无乘法二值算术编码及其应用_赵风光》里看到的,并且修复了里面的一个漏洞。-This is the two value adaptive arithmetic coding.