搜索资源列表
-
1下载:
根据信源压缩编码——Huffman编码的原理,制作对英文文本进行压缩和解压缩的软件。要求软件有简单的用户界面,软件能够对运行的状态生成报告,分别是:字符频率统计报告、编码报告、压缩程度信息报告、码表存储空间报告。-According to source coding- Huffman coding theory, the production of English text compression and decompression software. Require a simple soft
-
-
0下载:
用MATLAB实现Hamming码的编码和译码,并设计了友好的互动界面,是学习信息论与编码很好的例子。-Hamming code with MATLAB to achieve encoding and decoding, and a friendly interactive interface design, information theory and coding to learn a good example.
-
-
0下载:
信息论与编码这门课程中哈夫曼编码理论对于通信工程的学生来说很重要,此程序代码可以验证编码方法的正确性。-Huffman coding theory information theory and coding of this course is very important for the students of communications engineering, this code can verify the correctness of the encoding method.
-
-
0下载:
此程序能实现信息论中信源的编码和解码,采用的是固定算术编码方法。-This process can realize encoding and decoding of information theory CITIC source, using fixed arithmetic coding method.
-
-
0下载:
用C语言对信息论中算术码进行数据压缩,然后再进行解压-Using C language to information theory of arithmetic coding for data compression, and then extracting
-
-
0下载:
采用C++语言实现的信息论课程设计,香农霍夫曼编码-Information theory curriculum design with C++ language, Shannon Huffman coding
-
-
0下载:
C语言,利用信息论与编码中的霍夫曼的原理实现文件的编码和解码,对txt和ppt文件测试成功-C language, the use of information theory and coding to achieve the principle of Huffman encoding and decoding files, txt and ppt files on the test was successful
-
-
0下载:
哈夫曼解码
(3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。
程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
-