Welcome![Sign In][Sign Up]
Location:
Search - shannon fano coding

Search list

[Compress-Decompress algrithms统计压缩算法

Description: 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as well as from the definition files for compression and decompression, of the test results. 2. Using C/C programming
Platform: | Size: 35840 | Author: 陆俊 | Hits:

[matlabshannonsource1

Description: 信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。-information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.
Platform: | Size: 1024 | Author: 天方夜 | Hits:

[Algorithmshannonsource2

Description: 信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。-information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.
Platform: | Size: 1024 | Author: 天方夜 | Hits:

[Special EffectsImageCoding

Description: 这是关于图像压缩编码的VC源代码,该代码可实现Huffman编码、Shannon-Fano编码、算术编码以及位平面编码等算法。对作图像压缩编码的同仁是个很好的参考代码。代码来自《数字图像处理典型算法及实现》。-This is the image compression coding on the VC source code, the code can be realized Huffman coding, Shannon-Fano coding, arithmetic coding and bit-plane coding algorithm. For image compression coding of the Tongren is a good reference source. Code from the
Platform: | Size: 233472 | Author: 李白云 | Hits:

[Special EffectsImage_CompressionCoding

Description: 各类图像压缩编码的VC++综合程序,包含了霍夫曼编码、香农-费诺编码、算术编码、游程编码、位平面编码等压缩编码的子程序源代码,非常适合学习用-Various types of image compression coding VC++ Comprehensive program, including the Huffman coding, Shannon- Fenno coding, arithmetic coding, run-length coding, bit plane coding and other coding subroutine source code, very suitable for learning to use
Platform: | Size: 238592 | Author: 刘勇 | Hits:

[Special Effectsimagecompress

Description: 包括:霍夫曼编码、Shannon-Fano编码、算术编码、位平面编码预测编码-Include: Huffman coding, Shannon-Fano coding, arithmetic coding, bit plane coding prediction coding
Platform: | Size: 235520 | Author: 刘伟 | Hits:

[OtherShannon

Description: 香农编码器,可以通过输入指定符号的概率 , 然后自动生成对应的香农编码-Shannon encoder can be specified by entering the probability of symbols, and then automatically generate the corresponding Shannon coding
Platform: | Size: 29696 | Author: 杨挺 | Hits:

[Special EffectsImageCoding

Description: 此段代码是关于图像压缩的,融入了Huffman编码,Shannon-Fano编码等技术!-This code is on the image compression, and integrated into the Huffman coding, Shannon-Fano coding techniques!
Platform: | Size: 229376 | Author: zhanghf | Hits:

[Special EffectsImageCode

Description: 图像压缩编码实例程序,包括霍夫曼编码、香农-费诺编码、算术编码、位平面编码、预测编码,对图像处理中需要编码操作时有参考价值。注意仅针对256色位图。-Examples of image compression coding procedures, including Huffman coding, Shannon- Fenno coding, arithmetic coding, bit plane coding, predictive coding of image processing operations that need to encode a valuable reference. Attention to only 256 colors bitmap.
Platform: | Size: 270336 | Author: | Hits:

[Windows Developfano

Description: 用vc++实现香农编码、费诺编码、哈夫曼编码-With vc++ Achieve Shannon coding, Fenno coding, Huffman coding
Platform: | Size: 2048 | Author: 李明 | Hits:

[Windows Developshannon

Description: 香农信源编码,实现了其基本功能。采用二进制香农编码-Shannon source coding to achieve its basic features. Shannon used a binary encoding
Platform: | Size: 1024 | Author: zl | Hits:

[Program docshannon-report

Description: 这是一篇英文文献,文章题目是Claude Shannon and "A Mathematical Theory of Communication".是香农的《通信的数学理论》一文的读书报告。内容包括:香农的生平背景、消息、信息、熵函数、信源编码、信道编码等。-This is an English literature article entitled Claude Shannon and " A Mathematical Theory of Communication" . Are Shannon' s " Mathematical Theory of Communication," one man, reading the report. Include: the context of Shannon' s life, message, information, entropy function, source coding, channel coding.
Platform: | Size: 259072 | Author: yuan | Hits:

[Otherfano

Description: 信息论中变长编码的香农编码程序,大家可以互相学习-Variable-length coding in information theory Shannon coding procedures, we can learn from each other
Platform: | Size: 1024 | Author: 傅绍伟 | Hits:

[Windows DevelopShannonFanocoding

Description: 香农费诺编码输入为+7个信源符号,其概率分布为:(其中信源符号用A+B、、G表示)A_0.2++B_0.19++C_0.18++D_0.17++E_0.15++F_0.10++G_0.01然后输入程序中得到结果(详细文档,值得一下)香农-费诺编码-Shannon Fenaux+7 encoded input source symbols, the probability distribution as follows: (where source symbols with the A+ B,, G indicated) A_0.2++ B_0.19++ C_0.18++ D_0.17++ E_0.15++ F_0.10++ G_0.01 and then enter the program to get results (detailed documentation, it is worth it) Shannon- Fano coding
Platform: | Size: 4096 | Author: 高燕 | Hits:

[matlabHuffmanandShannon-Fanosourcecoding

Description: Huffman and Shannon-Fano source coding
Platform: | Size: 3072 | Author: pooori | Hits:

[Compress-Decompress algrithmsShannon-fano

Description: A source code of Shannon-fano coding in C++. Sometimes also known as prefix coding
Platform: | Size: 1024 | Author: Bhaskar | Hits:

[matlabShannon_fano_Elias

Description: This technique doesn t involve sorting of probabilities as in Shannon-Fano coding. The following formula is used to calculate F (x) which in turn generates the code F (x) = F(x) + p(x) / 2, where F(x) is cummulative sum of probabilities p(x). It can be further understood with the following C code
Platform: | Size: 1024 | Author: hazhiriq200 | Hits:

[Crack HackSHANNON-FANO-CODE

Description: shannon fano code in c. one of the most commonly used coding techniques
Platform: | Size: 9216 | Author: desai | Hits:

[Compress-Decompress algrithmsSHANNON

Description: Simple Shannon-Fano coding for data compression
Platform: | Size: 1024 | Author: sarahs | Hits:

[3D GraphicEntropy-coding-source-program

Description: 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母,根节点代表使用的位元。除这个对每个要编码的数据产生一个特别的表格的方法外还有使用固定的编码表的方法。比如加入要编码的数据中符号出现的机率符合一定的规则的话就可以使用特别的变长编码表。这样的编码表具有一定的系数来使得它适应实际的字母出现机率。-Entropy coding (entropy encoding) is a kind of use data of statistical information compression without semantic data flow of nondestructive coding. This chapter first introduces the basic concept of entropy, and then introduce Shannon- occupies (Shannon- Fano) coding, Huffman (Huffman) coding, arithmetic coding (arithmetic coding), stroke encoding (RLE) and LZW encoding used entropy coding method. Huffman encoding suggest a bit carry into integer algorithm, but this algorithm in specific cases not to achieve the best results. Therefore some improved, providing the best integer bit number. This algorithm using binary tree to set up a code. The binary tree terminal node representing the code letters, on behalf of the root node used bits. In addition to this for each to coded data to create a special form of the method and use fixed code table method. Such as join to coding data symbols appear probability accord with certain rules words can use special variable ChangBian chart. This code
Platform: | Size: 18688000 | Author: 杨飞帆 | Hits:
« 12 3 4 »

CodeBus www.codebus.net