搜索资源列表
-
0下载:
霍夫曼算法编码、解压encode\\decode-Huffman coding algorithm, unpacked encode \\ decode
-
-
0下载:
huffman编码.
把一个英文字母,空格,句号.一共有28个 character.
先求每个字符出现的频率.
然后用频率对这个文件进行哈夫曼编码.
然后再进行解码.
运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt
然后把英文文件放到E盘里.名叫samole.txt,
还有在E里新件2个txt文件.名叫encode.txt,decode.t
-
-
0下载:
huffman 编码和解码, 它详细的写出了编解码的过程, 有助于你的学习哦-huffman encode and decode
-
-
0下载:
用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
-
-
0下载:
Entropy and Huffman coding pdf explain some important steps to make encode and decode huffman code
-
-
0下载:
自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
-
-
0下载:
This a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.-This is a program to encode and decode huffman code for strings. The input should be a text file with two dimentional str
-
-
0下载:
哈夫曼编码 对电文进行编码 和解码功能
Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
-
-
0下载:
数据结构程序,用于通过哈夫曼树进行编码和译码。-Data structure program used to encode and decode Huffman tree.
-
-
0下载:
huffman编码,可以实现编码,解码,打印代码文件功能-huffman encoding, can encode, decode, print the code file function
-
-
0下载:
基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
-
-
0下载:
给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。
-Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files
-
-
0下载:
多媒体作业——huffman编解码及程序说明文档-mms homework-- include huffman encode and decode c++ file and explaination file
-
-
0下载:
哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
-
-
0下载:
用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。
一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。
-Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
-
-
0下载:
霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
-
-
0下载:
C++程序,实现文件的压缩与解压缩,用霍夫曼树压缩,VS2012平台-C++ program, file compression and decompression, compression Huffman tree, VS2012 platform
-
-
0下载:
数据压缩导论的对应软件代码.其中包括huffman decode /encode ,算术编码等。-Introduction to Data Compression soft code,includle huffman decode /encode, and arithmetic coding.
-
-
0下载:
包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)
-
-
0下载:
霍夫曼编码的压缩解压,获得码长方法是moffat法。(The encode and decode with huffman code.)
-