搜索资源列表
h_weight
- 哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding informa
Huffman解码编码
- 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
动态哈夫曼的改进
- 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
m_数据结构
- 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
flash2005
- 哈夫曼编码,用c++编辑的,可以实现哈夫曼编码-Huffman coding, using c editor, can achieve Huffman coding
haffumanshu
- 程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance.
HuffmanCodec
- 这是本人编写的一个Huffman压缩算法,压缩效率最好能达到%20左右,已将所有的编码串转换成为二进制码-This is the one I prepared Huffman compression algorithm, the best compression efficiency can reach about 20%, All the coding has become a string of binary code
45eeee
- matlab de huffman 行编程实现过程-de Huffman OK Matlab programming proce
HuffmanTest
- 有关huffman的程序对大家学习数据结构有好处但不是所有人都用得上-the learning process for all data structure is good but not all useful
wemjiam
- 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for HUF fman Coding Algorithm
200642313193840533
- 哈夫曼编/译码器(3) 哈夫曼编/译码器(3) 哈夫曼编/译码器-Huffman encoder / decoder (3) Huffman encoder / decoder (3) Huffman Encoder / Decoder
Hzy_huffman
- 实现霍夫曼编码,按照信源的概率分布对其进行霍夫曼编码,可供信息论的初学者研究学习-Huffman coding to achieve, according to the source probability distribution of its coding Hoffman, for information, beginners Studies
huffmancode
- 我编的一个哈夫曼编码-Part I of a Huffman coding
Huffman
- huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }hnodetype
Huffman文件压缩与解压
- 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
Huffman
- 这是一个巧妙的实现了哈夫曼编码的程序,想必会有用的-This is a clever realization of the Huffman coding procedure, must be used
huffman
- A file containing source code of building huffman tree in C from an array.
huffman
- 用Huffman编码实现加密解密,以文本的形式输出-Encryption and decryption using Huffman Coding
mfc-huffman-data
- mfc可视化界面实现的哈夫曼数据压缩编码程序,可以打开文件进行哈夫曼编码压缩,压缩后文件可以存储。-mfc visual interface to achieve data compression Huffman coding procedures, you can open the file for Huffman coding compression, the compressed files can be stored.
4.Huffman
- 哈夫曼树编码和解码,可以通过字符和字符串2种方式建树。-Huffman tree encoding and decoding, the character and string 2 ways of contribution.