搜索资源列表
用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码
- 用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码,只需在对话框中选择功能就可以实现
huffchanonDPCMcoding
- imagecoding ,包括霍夫曼编码,香农编码,DPCM编码-imagecoding, including Huffman coding, Shannon coding, coding DPCM
shannonsource1
- 信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。-information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.
shannonsource2
- 信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。-information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.
coding_xn
- 根据输入的概率进行香农编码,然后输出必要的参数和编码的结果。其中有嵌套程序。-Probability under the Importation of Shannon coding, and then output the necessary parameters and the coding results. Which have nested procedures.
Shannon
- 香农编码,源文件是在工程文件夹下,当程序运行后,压缩文件会在工程文件夹下生成-Shannon code, source files in the project folder, when the program runs, the compressed file will be generated under the project folder
1
- 使用链表编写的香农编码 其他人不需帐号就可自由下载此源码 -List prepared by the use of Shannon coding other people without accounts can download this free source
Shannon
- 香农编码器,可以通过输入指定符号的概率 , 然后自动生成对应的香农编码-Shannon encoder can be specified by entering the probability of symbols, and then automatically generate the corresponding Shannon coding
xiangnong
- 用C++实现香农编码过程,对各概率排序,计算码字,码长,最后实现编码-With C++ Achieve Shannon coding process, on the probability of sorting, calculating codeword, code length, and finally to achieve coding
xnbm
- 香农编码程序,实现计算机编码学中的的香农编码的实现。-Shannon coding procedures, the realization of computer science in the coding of the realization of the Shannon coding.
22181205896
- 数字图像处理,包括哈夫曼编码,香农编码以及将bmp图像转为img镜像文件-Digital image processing, including Huffman coding, Shannon coding and bmp image to image file img
xindao
- 一 实验目的、掌握通过计算机实现香农编码 二实验要求 对于给定的信源的概率分布,按照香农编码的方法进行计算机实现. -One experiment was to master the computer coding realize Shannon Second experimental requirements for a given source probability distribution, in accordanc
fano
- 用vc++实现香农编码、费诺编码、哈夫曼编码-With vc++ Achieve Shannon coding, Fenno coding, Huffman coding
shannong
- 用vc++实现香农编码、游程编码、和算术编码-With vc++ Achieve Shannon coding, run-length coding and arithmetic coding
shannon
- 香农信源编码,实现了其基本功能。采用二进制香农编码-Shannon source coding to achieve its basic features. Shannon used a binary encoding
AAA
- 用C++来实现香农编码,用C++的开发软件来实现香农编码来压缩信源-With C++ To achieve Shannon coding, using C++ The development of software to achieve the Shannon source coding to compress
ShannonCommunicationMathTheory
- 通信原理经典文章,香农的通信文章,很强大-Communication Principle classic articles, Shannon communications articles, very strong
XIANGNONG
- 香农—费诺编码的MATLAB实现,程序已在,可直接运行-Shannon- Fenno encoded MATLAB realization of the process had been in the direct operation
shannon-report
- 这是一篇英文文献,文章题目是Claude Shannon and "A Mathematical Theory of Communication".是香农的《通信的数学理论》一文的读书报告。内容包括:香农的生平背景、消息、信息、熵函数、信源编码、信道编码等。-This is an English literature article entitled Claude Shannon and " A Mathematical The
ImageCoding
- 图像编码,包括霍夫曼编码,香农编码,位平面编码等