Welcome![Sign In][Sign Up]
Location:
Search - HUFFMAN TXT FILE

Search list

[Compress-Decompress algrithms15458462587421556

Description: 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 English (. txt file income), Huffman code stream output (. txt files output), it would be desirable to achieve decoding process. The choice of programming language C, or C VC.
Platform: | Size: 187392 | Author: 吉尔 | Hits:

[Compress-Decompress algrithmshuffman

Description: 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
Platform: | Size: 4096 | Author: 陈文杰 | Hits:

[VC/MFChuffmantree

Description: 哈夫曼编码的源程序,可以使用txt文件进行输入,并且输出到txt文件中。并且可以实现书结构的显示。-Huffman coding of source, you can use the txt file for input and output to txt file. Structure and can realize the book display.
Platform: | Size: 297984 | Author: ligengyu | Hits:

[2D Graphichuffman

Description: 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 (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)-huffman coding matlab realize 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 (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
Platform: | Size: 19456 | Author: lindajillduan | Hits:

[OtherHuffman

Description: 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compressed file name suffix. Cod) in turn, can restore a compressed file into a decoder text file (. txt).
Platform: | Size: 7168 | Author: haitty1009 | Hits:

[File Operatehaffman

Description: 从TXT文件读入字符建立哈夫曼树,编码结果在txt文件输出,从txt文件读出编码,译成字符-TXT file read from the character-building Huffman tree coding results in txt file output from the txt file to read out the codes, to the characters
Platform: | Size: 2048 | Author: 张琳 | Hits:

[Data structsHuffmanTree

Description: huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
Platform: | Size: 9216 | Author: 嘟嘟 | Hits:

[File Operatehuffman

Description: 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
Platform: | Size: 5120 | Author: 吴平波 | Hits:

[File OperateHuffman

Description: This file encode a txt file with the Huffman algorithms. It also reconstruct it.
Platform: | Size: 233472 | Author: Amit Adoni | Hits:

[Windows Develophafuman

Description: 实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
Platform: | Size: 3072 | Author: 许文举 | Hits:

[Otherhuffman

Description: 哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
Platform: | Size: 185344 | Author: lilin | Hits:

[VC/MFCHuffman

Description: 哈夫曼编码 要求完成发送端对待传送数据的编码和接收端对传送来的数据的译码。要实现五个功能:接受原始数据、编码、译码、打印编码规则、将编码、译码存档。通过系统的提示要建立哈夫曼树并对载入的原文件进行编码,并保存到locking.txt文件中,同时输出到屏幕。最后将建立的哈夫曼树用某种树的储存方式储存后输出。 -Huffman coding required to complete the transmitter to transmit data towards the receiving end of the coding and data transmission to decoding. To achieve five functions: receiving raw data, coding, decoding, printing encoding rules, encoding, decoding archive. Prompted by the system and to establish Huffman tree to encode the original file to load and save to locking.txt file, while the output to the screen. Finally, the establishment of the Huffman tree with a tree save the output stored.
Platform: | Size: 173056 | Author: M.T | Hits:

[Windows DevelopHuffman

Description: 用哈夫曼树思想对txt文件和doc文件进行编码压缩,并且可以对压缩后文件进行解压-Huffman tree with the thinking of txt file and doc file encoding, and can extract compressed files
Platform: | Size: 865280 | Author: 张柠 | Hits:

[Compress-Decompress algrithmshuffman

Description: (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishment of a Huffman tree and thus obtain Huffman coding, while Huffman coding into hfmTree.txt file. (2) the use of well-established Huffman encoding to the given document, while deposit CodeFile.txt file. (3) the use of Huffman coding tree and the password file CodeFile.txt decoding. Required to decode the file while the 50 word line of output, and output decoded file.
Platform: | Size: 306176 | Author: 小缪子 | Hits:

[Windows Develophuffman

Description: 霍夫曼编码,可以对txt文件霍夫曼编码并输出、解码输出-Huffman coding, Huffman coding can txt file and output, decoding output
Platform: | Size: 20480 | Author: k | Hits:

[Compress-Decompress algrithmsHuffman

Description: 哈夫曼编码译码器,主要用于学生学习交流使用,可对txt文件进行压缩解压缩。-Huffman decoder, is mainly used for students to learn to share, txt file compression and decompression
Platform: | Size: 2048 | Author: Carl Sun | Hits:

[EditorHuffman

Description: 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至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 occurrence to txt file, build the Huffman tree will also be saved to a txt file .
Platform: | Size: 7667712 | Author: | Hits:

[OtherHuffman

Description: 哈夫曼编码,可以实现对一片txt文件中的26个英文字母计数,并进行哈夫曼编码-Huffman coding, can count the number of 26 letters of the alphabet in a txt file ,and coding them with Huffman method
Platform: | Size: 1024 | Author: longmay chou | Hits:

[Compress-Decompress algrithmsAdaptive-Huffman

Description: 自适应哈夫曼编解码源代码。 生成的可执行文件可以对txt文件进行压缩和解压缩。-Adaptive Huffman coding source code. The generated executable file can compress and decompress the txt file.
Platform: | Size: 2048 | Author: 段宏达 | Hits:

[Windows Develophuffman

Description: 基于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 compression)
Platform: | Size: 1697792 | Author: 岚爻 | Hits:
« 12 3 4 »

CodeBus www.codebus.net