搜索资源列表
Huffman Coding
- Huffman coding for image Arithmetic Coding for image
huffman
- 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
huffman
- huffman编码的实现,里面包含有源码和实验报告。-huffman-coded implementation, which contains source and experimental report.
huffman
- c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
huffman
- very fast huffman code
huffman
- 用java和c++实现的huffman编码解码程序,压缩效率高,且无损。-A Huffman code and decode program Using language java and C++ for compression and depressrion of characters.
Huffman
- This file encode a txt file with the Huffman algorithms. It also reconstruct it.
Huffman
- 我做的课程设计,一个简单的C++实现的用于解决霍夫曼编码译码问题!~-I do curriculum design, a simple C++ implementation of the Huffman codec used to solve the problem! ~
Huffman
- HUFFMAN编码。对一片文章进行HUFFMAN编码,并计算它的信源熵,与编码后的平均码长进行比较。-HUFFMAN coding. Of an article to HUFFMAN coding, and calculate the entropy of its source, and the encoded average code length for comparison.
huffman
- 哈夫曼编码实现压缩与解压缩 整体设计流程清晰 算法简洁-Huffman coding to achieve compression and decompression algorithm for the overall design process clear and concise
huffman
- huffman编码译码的实现,通过huffman编码可以达到较高的编码效率-huffman code decoding to achieve, through the huffman coding can achieve higher coding efficiency
Huffman~
- 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
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压缩
- 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)
Huffman树
- huffman树的建立及编码,真的是恩生命的看到(Establishment and coding of Huffman tree)
Huffman
- 哈夫曼编码小程序,可以对数据进行编码和解码,简单易上手(Huffman encoding small program, you can code and decode the data, easy to use)
Huffman树
- 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)
huffman
- 输入一段字符,符号,然后对这一串字符进行Huffman编码,然后输入一串电文可以翻译成对应的字符(Enter a paragraph of characters, symbols, and then the string of characters for Huffman encoding, and then input a string of messages can be translated into the corresponding characters)
Huffman
- 基于二叉树的Huffman编码框架,可以自行取用。(The frame of Huffman with binary tree.)
Huffman
- 哈夫曼编码实现,通过二叉树数据结果实现,就这些了。(THE REALIZE OF HUFFMAN CODE BY C/C++.)