搜索资源列表
huffman(c++)
- 这是我们的课程设计,采用了7位压缩,可压缩英文 文本。功能蛮强的。-This is our curriculum design, using a seven compression, compressible and English texts. Function pretty strong.
zz00
- 哈夫曼编码的C程序代码 不知道是不是正确的 是我转载别人的程序-Huffman coding in C code do not know if I am correct procedures reproduced others
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
- 哈弗曼编码和解码的C程序,可用于图像的压缩处理-Havermann encoding and decoding of the C program can be used for image compression processing
Huffman_CFile
- implementation in C++ for huffman code
c
- 在资讯时代,随着人们对数据的大量需求以及计算机使用时间的增加,计算机磁盘需要存储的数据越来越多、增长速率越来越快。如何让有限的磁盘空间容纳更多的数据成为需要解决的问题。一方面,高速发展的存储技术以提高磁盘容量来解决这样的需求,但随着网络环境下数据传递的产生以及带宽的限制,大容量数据问题日益突出。在这两种需求的推动下,对数据压缩的需求产生了。数据存在大量的冗余,在不影响使用的情况下,对数据进行压缩,可以在有限的空间存储更多的数据。本文主要将所学的数据结构和算法知识应用于实践,对几种数据压缩算法加以
Huffman
- 里面是Huffman编译码实验的实验报告,是用C编写的-Huffman encoding and decoding experiments inside the experimental report is written in C
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.
Huffman
- 霍夫曼无损编码的C++实现,字符串手工输入,屏幕上要能显示编码结果-The Hoffman lossless coding C++ achieved string entered manually on the screen to be able to display the coding results
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++
7.15
- c++,哈夫曼树的建立与哈夫曼树的编码,数据结构,课程设计-c++, coding Huffman tree establishment and Huffman tree data structure, curriculum design
ASD
- 霍夫曼编码的C++实现,通过输入一段字符串显示出需要编译的霍夫曼编码-Huffman coding C++ achieved by entering a string shows the need to compile Huffman coding
hafuman
- 一个哈夫曼编码的c++程序,用VC运行即可,是用来明文与密文转换的,简单易懂-C++ a Huffman coding procedures, with VC can be run, is used to convert the plaintext and ciphertext, easy to understand
Huffman
- 根据赫夫曼编码的原理,编写一个程序建立英文字母的赫夫曼编码。下面是英文字母使用频率表( ): A 8.19 B 1.47 C 3.83 D 3.91 E 12.25 F 2.26 G 1.71 H 4.57 I 7.10 J 0.14 K 0.41 L 3.77 M 3.34 N 7.06 O 7.26 P 2.89 Q 0.09 R 6.85 S 6.36 T 9.41 U 2.58 V 1.09 W 1.59 X 0.21 Y 1.58 Z 0.08 -Accord
Huffman_Code
- Huffman code, using heap sort written in c-Huffman code, using heap sort written in c++
Cyuyanchenhgxu
- C语言基础实现大小写字母转换,实现哈夫曼编码。对学习C用处大-C language based case conversion, Huffman encoding. Useful for learning C