搜索资源列表
BAC_code
- 这是BAC(二值算数编码) 这是我自己提供的 主要是可是可适应性的编码功能
多值自适应算术编码
- 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
FastAC
- 开源的、真正可商用级的快速算数编码器,我曾用于大型遥感影像的压缩中。 -Open source, commercial-grade real fast arithmetic coder, I have used in large-scale remote sensing image compression.
encoding1
- 在VC的开发环境下,编制代码实现对文本的算数编码。-Development environment in the VC, the preparation of code count on the text encoding.
decoding1
- 在VC的开发环境下,编制代码实现对文本算数编码的解压。-Development environment in the VC, the preparation of code for extracting text encoding counts.
arith_code
- 自适应算数编码和解码源程序,自适应算数编码和解码源程序。-arithmetic arithmetic arithmetic
DataCompressionDescribetion
- 数据压缩算法介绍,包含:LZ77算法、LHA算法、算数编码arith算法、Zip算法。仅供学习参考。-Data compression algorithm descr iption, including: LZ77 algorithm, LHA algorithm, arithmetic coding, arith algorithm, Zip algorithm. Study reference purposes only.
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-encoding
- matlab中应用算数编码进行图像压缩,比较在对不同大小的像素组压缩时的性能。-Arithmetic coding for image in matlab Compare the diffence while encode different size of pixels block
Arithmetic-coding
- 算数编码的多个示例程序,用于教学,有大量程序注释,方便学生自学。-Arithmetic coding
arith_code_one_symbol
- 算数编码的matlab程序,主要用于压缩txt文本,(文本里面是英文字符),主要文件为encoder.m和decoder.com,并带有概率更新。-Arithmetic coding matlab program, mainly used to compress txt text (text which is in English characters), the main document is encoder.m and decoder.com, and with probability u
arith_code_use_entrop
- 算数编码的matlab程序,主要用于压缩txt文本,(文本里面是英文字符),主要文件为encoder.m和decoder.com,并带有概率更新,最主要的是考虑前一个符号,运用熵编码。-Arithmetic coding matlab program, mainly used to compress txt text (text which is in English characters), the main document is encoder.m and decoder.com, and
coode
- huffman shannon feno 以及算数编码 及其编码效率的计算-huffman shannon feno and arithmetic coding and coding efficiency calculation
Arithmetic_cmd
- 算数编码,简单可实现,由vc++ 6.0编写,按照算法步骤自行编写-Arithmetic simple cmd code by vc++ 6.0
Code
- 算数编码和LZ78字典编码的联合MFC程序,程序有界面,简单易行-The code is designed by vc++ 6.0,which is simple and convenient
524a2a40c760a588584fb6d0a95637f4
- 完整的算数编码和解码,十分好用,拿来和大家分享-Complete arithmetic encoding and decoding, very easy to use, and we used to share
ssbm
- 该程序为算数编码,可输入任意字符进行压缩,只有编码,没有解码。-The program is arithmetic coding, compression can enter any characters, only coding, no decoding.
newhuff
- 算数编码,能够实现对图片或矩阵的算数编码程序。-some code of math
code
- 包含霍夫曼编码,算数编码,LZ编码以及GUI界面-Include Huffman coding, arithmetic coding, LZ coding and GUI interface
ssbm
- 用C++实现简单的字符串的算数编码功能和译码功能。(The arithmetic coding and decoding functions of simple strings are realized with C++.)