搜索资源列表
-
0下载:
本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the beginners to understand and grasp
-
-
0下载:
自适应算术编码 C语言This package was adapted from the program in \"Arithmetic Coding for
Data Compression\", by Ian H. Witten-adaptive arithmetic coding C language This package was adapted from t he program in "Arithmetic Coding for Data Compr ession &
-
-
0下载:
数据压缩算术编码-data compression arithmetic coding
-
-
0下载:
Data compression using a word-based model and revised arithmetic coding method.
-
-
0下载:
转自德国Eric Bodden的数据压缩算术编码专著。有极强的学术价值。-switched from Germany Eric Bodden data compression arithmetic coding monographs. Have a strong academic value.
-
-
0下载:
本程序实现了数据压缩中“算术编码”的全过程。执行环境为 TC 3.0。-realized by the data compression "arithmetic coding" of the entire process. The environment for the implementation of TC 3.0.
-
-
1下载:
数据压缩 算术编码,用c++实现,已经运行成功,绝对OK-Arithmetic Coding data compression, using c++ to achieve, has been running successful, absolutely OK
-
-
0下载:
一个算术编码的算法,多媒体技术的基础算法程序,可以对数据进行无损压缩。-An arithmetic coding algorithm, multi-media technology is based algorithms process the data can be lossless compression.
-
-
0下载:
本文由香农熵理论和统计编码的原理开始,逐步展开对基于算术编码的数据压缩的研究与应用的讨论:从算术编码的原理、产生条件、以及研究算术编码的目的意义等,到具体算术编码方案的分析比较以及其C++语言的实现方案-This Yuka agricultural entropy coding theory and statistical theory began to gradually expand the data based on arithmetic coding compression resear
-
-
0下载:
Arithmetic coding for data compression
-
-
0下载:
数据压缩算法介绍,包含:LZ77算法、LHA算法、算数编码arith算法、Zip算法。仅供学习参考。-Data compression algorithm descr iption, including: LZ77 algorithm, LHA algorithm, arithmetic coding, arith algorithm, Zip algorithm. Study reference purposes only.
-
-
1下载:
算术编码是信源编码中的一种,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding is a source coding, image compression is one of the main algorithms. Is a lossless data compression method, but also a method of entropy coding.
-
-
0下载:
Brief explanation with respect to Arithmetic coding an application in Data Compression, is given
-
-
0下载:
用C语言对信息论中算术码进行数据压缩,然后再进行解压-Using C language to information theory of arithmetic coding for data compression, and then extracting
-
-
0下载:
一个基于命令行操作的通用数据压缩程序,使用的是静态字典+LZ77+算术编码的算法。,Universal data compression program, a command-line-based operation is the static dictionary+LZ77+ arithmetic coding algorithm.
-
-
0下载:
算术编码,利用算术编码进行数据压缩,用C语言实现,程序简单,已跑通-Arithmetic coding, the use of arithmetic coding for data compression, using C language, the procedure is simple, has run through
-
-
0下载:
基于算术编码实现数据压缩arithmetic coding for data compression-Data compression based on arithmetic coding arithmetic coding for data compression
-
-
0下载:
Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
-
-
0下载:
物理马尔可夫链通常用来建模排队理论和统计学中的建模,还可作为信号模型用于熵编码技术,如算术编码(著名的LZMA数据压缩算法就使用了马尔可夫链与类似于算术编码的区间编码)。马尔可夫链也有众多的生物学应用,特别是人口过程,可以帮助模拟生物人口过程的建模。隐蔽马尔可夫模型还被用于生物信息学,用以编码区域或基因预测-Physical Markov chains are typically used to model queuing theory and statistics in modeling, b
-
-
0下载:
数据压缩导论的对应软件代码.其中包括huffman decode /encode ,算术编码等。-Introduction to Data Compression soft code,includle huffman decode /encode, and arithmetic coding.
-