Welcome![Sign In][Sign Up]
Location:
Search - huffmantree

Search list

[Other resourceHuffmanTree

Description: c++写的HuffmanTree。 有建立HuffmanTree并编码功能
Platform: | Size: 2320 | Author: wangwei | Hits:

[Mathimatics-Numerical algorithmshuffmantree

Description: huffmantr
Platform: | Size: 3072 | Author: 何丢 | Hits:

[source in ebookHuffmanTree123456

Description: 数据结构中的一个经典案例,HuffmanTree 先将其实现,看看,应该还可以-data structure of a classic cases, achieving its first HuffmanTree see, but should also be! !
Platform: | Size: 2048 | 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:

[OtherHuffmanTree

Description: 数据结构的一个很重要的实验,经本人修改调试通过.-Data structure of a very important experiment, as I revise debug through.
Platform: | Size: 191488 | Author: 伍友良 | Hits:

[CSharphuffmantree

Description: 以c++程式用來實現霍夫曼樹,可以用來壓縮-To c++ Program used to realize Hoffman tree, can be used to compress
Platform: | Size: 4096 | Author: | Hits:

[Data structsHuffmanTree

Description: 1.构造对应的哈夫曼树 2.输出字符对应的哈夫曼编码 3.输入一串0 1代码,进行哈夫曼译码-1. Tectonic corresponding Huffman tree 2. Output characters corresponding Huffman 3. Enter the string 0 1 code, the Huffman decoding
Platform: | Size: 280576 | Author: 陈良 | Hits:

[Data structsHuffmanTree

Description: c++ 实现的huffman树的操作,应该会很有帮助-c++ realized huffman tree operation, should be helpful
Platform: | Size: 12288 | Author: 杨光 | Hits:

[Data structsHuffmanTree

Description: 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。-A section of the indiscriminate importation of English, for each character the preparation of their corresponding Huffman coding and use the coding for arbitrary input sequence decoding 0,1. (1) Initialization: read from the terminal section of the English characters, statistical frequency of each character, the establishment of Huffman tree, and the tree into a document (2) Coding: Using the Huffman tree is built on the character encoding, using the list displayed on the screen and coding the results into another document (3) decoder: Using saved Huffman coding, for arbitrary input sequences correctly decode 0,1.
Platform: | Size: 17408 | Author: 侯健 | Hits:

[VC/MFCHuffmantree

Description: 这是个哈夫蔓树,利用C语言编写的,各位试试看,如果有问题,请指教-This is a Man Hough tree, the use of C language, you give it a try, if there are problems, please advice
Platform: | Size: 1024 | Author: hy | Hits:

[Data structsHuffmanTree

Description: c++写的HuffmanTree。 有建立HuffmanTree并编码功能-c++ written HuffmanTree. HuffmanTree has established and coding functions
Platform: | Size: 2048 | Author: wangwei | Hits:

[OtherHuffmanTree

Description: 这是一个数据结构的实验程序源码,以及文档等等,名称是哈夫曼树-This is a data structure of the experimental program source code, as well as documents and so on, the name is a Huffman tree
Platform: | Size: 55296 | Author: 天云 | Hits:

[Compress-Decompress algrithmsHuffmanTree

Description: 程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。 -The main functions of the procedure is to use Huffman coding lossless compression of data to achieve Huffman compression encoder and decoder.
Platform: | Size: 3072 | Author: chen | 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:

[Compress-Decompress algrithmsHuffmanTree

Description: 霍夫曼编码的实现,先输入霍夫曼编码的个数,然后输入编码,然后输入权重,最后输出是霍夫曼编码-Huffman coding to achieve, first enter the number of Huffman code, and then enter the code, then enter the weight, the final output is the Huffman code
Platform: | Size: 5120 | Author: 霍小明 | Hits:

[ELanguagehuffmantree

Description: 自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
Platform: | Size: 195584 | Author: zhengmingchen | Hits:

[JSP/JavaHuffmanTree

Description: 根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
Platform: | Size: 109568 | Author: kkkkkk | Hits:

[Data structsHuffmanTree

Description: 实现用哈夫曼树进行简单的编码译码功能,有助于初学者学习哈夫曼树-Implementation using Huffman coding tree for easy decoding features to help beginners Learn Huffman tree
Platform: | Size: 39936 | Author: www | Hits:

[JSP/JavaHuffmanTree

Description: 用JAVA语言实现的HuffmanTree,实现了文件压缩功能-Implemented with JAVA language HuffmanTree, achieved a file compression feature
Platform: | Size: 2048 | Author: wangjinpeng | Hits:

[Data structsHuffmantree

Description: huffmantree的建立和输出,输出任意权重建立一颗Huffman数,然后将Huffmantree输出,代码可以run,可以直接使用。(The establishment of Huffman tree and output)
Platform: | Size: 1024 | Author: Jenny Zeng | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net