搜索资源列表
15458462587421556
- Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
huffman
- 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
huffman
- matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (dem
huffman
- 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
hfm
- 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
Huffman
- This file encode a txt file with the Huffman algorithms. It also reconstruct it.
TestZip
- 用huffman编码实现对文件的压缩以及解压。其中有四个功能,分别用-f、-d等参数,压缩文件为txz文件、原文件规定问txt文件-use the Huffman coding the file compression and decompression. Of these, four features were used-f,-d and other parameters, compressed file txz document, the provisions of the origina
hafuman
- 实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
huffman
- 哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
feno
- 进行香农、费诺和赫夫曼信源编码 对离散信源,如一段中文或者英文文字(txt文件)进行分析,统计信源空间,然后进行编码,存储编码码表; 根据编码码表进行信源译码 -To Shannon, fees Novo Huffman source coding for discrete sources, as a Chinese or English text (txt file) for analysis and statistical information source space, an
Huffman
- 用哈夫曼树思想对txt文件和doc文件进行编码压缩,并且可以对压缩后文件进行解压-Huffman tree with the thinking of txt file and doc file encoding, and can extract compressed files
huffman
- (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishment of a Huffman tree and thus
huffman
- 霍夫曼编码,可以对txt文件霍夫曼编码并输出、解码输出-Huffman coding, Huffman coding can txt file and output, decoding output
Huffman
- 哈夫曼编码译码器,主要用于学生学习交流使用,可对txt文件进行压缩解压缩。-Huffman decoder, is mainly used for students to learn to share, txt file compression and decompression
Huffman
- 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
Huffman
- 哈夫曼编码,可以实现对一片txt文件中的26个英文字母计数,并进行哈夫曼编码-Huffman coding, can count the number of 26 letters of the alphabet in a txt file ,and coding them with Huffman method
Adaptive-Huffman
- 自适应哈夫曼编解码源代码。 生成的可执行文件可以对txt文件进行压缩和解压缩。-Adaptive Huffman coding source code. The generated executable file can compress and decompress the txt file.
huffman
- 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
huffman
- 基于赫夫曼树的压缩算法 二进制读入文件,对txt有较好压缩效果,而对MP4、pdf等已经被处理过的文件格式效果不不明显。但是是初学者很好的学习资料。(The compression algorithm based on Huffman tree Binary read into the file, TXT has a better compression effect, and MP4, PDF has been processed file format effect is not not
huffman
- 实现哈夫曼编码,要求对一个.txt文件(为测试方便,不允许有中文和全角字符出现)进行编码,生成一个只有0和1字符的编码文件。(The realization of Huffman encoding, requirements for a.Txt file (for convenient test, does not allow Chinese and full width characters) encoding, generating a only 0 and 1 character enco