搜索资源列表
huffman(c++)
- 这是我们的课程设计,采用了7位压缩,可压缩英文 文本。功能蛮强的。-This is our curriculum design, using a seven compression, compressible and English texts. Function pretty strong.
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_CFile
- implementation in C++ for huffman code
heffman
- 熟悉的赫夫曼树的C程序实现,插入,删除,自动生成最小赫夫曼树的程序-Familiar with the Huffman tree C program to achieve, insert, delete, automatically generated procedures for the smallest Huffman tree
hefuman
- 赫夫曼树的建立 c实现文档 有源代码 还有设计流程-Huffman tree establishment c Document
codes.zip
- various codes in c++ on huffman,mst tree,various codes in c++ on huffman,mst tree
imfbm1
- a、b、c霍夫曼编码,它们的概率是0.6、0.3、0.1。并以此对符号串ababaacbaa编码和译码。-a, b, c, Huffman encoding their probability is 0.6,0.3,0.1. And use of the symbol string ababaacbaa encoding and decoding.
3
- 对一篇由英文字母、空格、标点符号构成的文档,进行Huffman编码 数据输入: 由文件input.txt给出输入数据。 输入文件示例 input.txt A priority queue is a queue where each element has a priority and the element with the highest priority is at the front of the queue and will be the first elemen
Huffman
- Huffman code developed in c-Huffman code developed in c++
ASD
- 霍夫曼编码的C++实现,通过输入一段字符串显示出需要编译的霍夫曼编码-Huffman coding C++ achieved by entering a string shows the need to compile Huffman coding
Huffman_Code
- Huffman code, using heap sort written in c-Huffman code, using heap sort written in c++