搜索资源列表
-
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下载:
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 encoding, can encode, decode, print the code file function
-
-
0下载:
多媒体作业——huffman编解码及程序说明文档-mms homework-- include huffman encode and decode c++ file and explaination file
-
-
0下载:
C++程序,实现文件的压缩与解压缩,用霍夫曼树压缩,VS2012平台-C++ program, file compression and decompression, compression Huffman tree, VS2012 platform
-
-
0下载:
This a homework for building huffman tree to encode and decode file.-This is a homework for building huffman tree to encode and decode file.
-
-
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.)
-