搜索资源列表
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
m_数据结构
- 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
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
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
MYHUFFMANCODING
- C语言链表实现的huffman编码,有文本菜单,功能齐全,可以添加删除节点-C language Chain achieve Huffman coding, a text menu, complete functions, delete nodes can be added
Huffman_Arithmetic2
- 自己用C编写的Huffman编码通信系统应用,包括与不等长编码对比。详细注释。-own Huffman coding prepared by the communication system applications, including long-range and contrast coding. Notes detail.
tchf
- 本程序运用哈夫曼编码原理对数据进行二进制编码压缩。 进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。 然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。 敲回车显示字符和对应二进制编码。 键入?显示帮助信息。 键入#进行编码数据输入与二进制数据输入的切换。 键入tree显示图形二叉树。 键入huff显示编码信息。 键入reset刷新缓冲区,重新输入要求编码的数据。 键入exit退出程序。 在TC2.0上运行。 注意正确配置图形驱动路径
TRSFORM
- 图象处理的一些源代码,包括FFT,IFFT,DCT,HUFFMAN-image processing some of the source code, including FFT, IFFT, DCT, Speed HUFFMAN
hfmm
- 本程序是用哈夫曼树来实现哈夫曼编码译码的。-this procedure is used to achieve the Huffman tree Huffman encoding decoding.
哈夫曼tree
- 哈夫曼编码,建立哈夫曼树-Huffman coding, establishing Huffman tree
tree_hfm_graphi
- 哈夫曼数图形输出,建立,查询,删除,课程设计资料-Huffman few graphics output, the establishment of inquiries, delete, curriculum design information
huffman
- 课程设计: 任务 :建立最优二叉树函数。 要求:可以建立函数输入二叉树,并输出其赫夫曼树。 -Course Design : Mission : To establish the optimal binary tree function. Requirements : function can be established Binary Tree imported and exported its Hefuman tree.
huffmancode
- 一个huffman 树的完整算法。用链表实现的c++源程序
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