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

Search list

[Otherhuffman

Description: 利用huffman原理实现对文件的压缩,希望有帮助。-Principle to achieve the document using huffman compression, want to help.
Platform: | Size: 502784 | Author: xiaolu | Hits:

[matlabMATLAB

Description: MATLAB仿真作业。 1.Huffman编码 2.qpsk调制与解调 3.hamming信道编码-MATLAB simulation of operation. 1.Huffman coded modulation and demodulation 2.qpsk channel coding 3.hamming
Platform: | Size: 206848 | Author: gudeyi | Hits:

[Data structsHuffman-code-decode

Description: test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded results.
Platform: | Size: 19456 | Author: Felix | Hits:

[Other3

Description: 我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除-I write small programs, are data structures when the experiment took effort, and mainly includes a number of binary tree traversal algorithm (both non-recursive implementation), Huffman coding, as well as mixed polynomial operations, including the addition and subtraction multiplication and division
Platform: | Size: 326656 | Author: remote | Hits:

[OtherHuffman

Description: 哈夫曼编码,输入一个字符串,自动编码并输出-Huffman coding, enter a string, automatic coding and output
Platform: | Size: 180224 | Author: Edward | Hits:

[Data structsHuffman

Description: 霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码-Huffman coding, according to the weight given to create Huffman codes, showing how each step and the resultant code
Platform: | Size: 1024 | Author: 张三 | Hits:

[Program docadaptivehuffman.m.tar

Description: Adaptive Huffman Coding and Decoding for Data Compression in MATLAB
Platform: | Size: 4096 | Author: Ibraham | Hits:

[Compress-Decompress algrithmsHuffman

Description: 哈弗曼编码的C++实现,包括多个实用头文件-Huffman-coded C++ implementation, including a number of practical header files
Platform: | Size: 367616 | Author: Richard | Hits:

[OtherHuffman

Description: Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
Platform: | Size: 315392 | Author: liujianye | Hits:

[Windows DevelopHuffman

Description: 哈夫曼编码(数据结构与算法分析课程设计实验源代码)-Huffman(Code ForData Structures)
Platform: | Size: 367616 | Author: 冯川 | Hits:

[Otherhuffman

Description: 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the destination file
Platform: | Size: 17408 | Author: 刘军 | Hits:

[JSP/Javahuffmancodeimplementation

Description: Huffman s compression algorithm implemented in JavaScript. 2009-06-02 implemented Huffman s compression algorithm in JavaScript. Here is a wiki link describing what Huffman coding is: http://en.wikipedia.org/wiki/Huffman_coding My working example: http://tom-ash.net/blogs/Programming/huffman_coding.html And its source code without the alerts is attached
Platform: | Size: 1024 | Author: sandra | Hits:

[Otherhuffman

Description: Huffman的编码和译码,东西比较简单-Huffman encoding and decoding
Platform: | Size: 7168 | Author: 王浩然 | Hits:

[Linux-UnixALGORITHME-HUFFMAN

Description: Ce code compresse les données selon l algorithme de huffman en essayant de construire l arbre du bas-en-haut (buttom-up) pour éviter toute récursivité.
Platform: | Size: 109568 | Author: najlae6 | Hits:

[Otherhuffman

Description: 实现C++下的Huffman编码译码功能-failed to translate
Platform: | Size: 3072 | Author: 王枭雄 | Hits:

[Windows DevelopHuffman

Description: 一个简单的huffman的c语言程序,程序写的较为简单,重点利用数据结构中的二叉树算法。初学者可以看看,作为不同的思路。-A simple huffman c-language program, the program written in relatively simple, focusing on the use of the binary tree data structure algorithms. Beginners can see, as a different way of thinking.
Platform: | Size: 4030464 | Author: xiongjun | Hits:

[Windows Develophuffman

Description: 霍夫曼树的C++描述,对树的理解更加深刻,且算法经典-huffman tree
Platform: | Size: 2048 | Author: king | Hits:

[Mathimatics-Numerical algorithmshuffman

Description: 用于数据流压缩的huffman算法源代码,比较实用.-For data stream compression huffman algorithm source code, more practical.
Platform: | Size: 16384 | Author: 353 | Hits:

[Otherhaffman

Description: 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Description: Using the Huffman coding, compression and decompression to achieve the basic requirements: For a given set of characters, can be carried out in accordance with their weights Huffman coding, and can output the corresponding Huffman tree and Ha Huffman coding to achieve Huffman decoding to improve requirements: (1) to analyze documents, statistics of characters appear in the file, then encode the file to achieve the file compression and decompression (2) to the file compression ratio for the statistical ( 3) to print the file
Platform: | Size: 193536 | Author: dian | Hits:

[Multimedia Develophuffman

Description: 1.赫夫曼编码实现给定信源的编码. 2.在输入信源的概率后,输出各自的编码-this is a huffman code
Platform: | Size: 1024 | Author: aman | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net