搜索资源列表
huffmancode
- 我编的一个哈夫曼编码-Part I of a Huffman coding
huffmancode
- 一个huffman 树的完整算法。用链表实现的c++源程序
HuffmanCode
- 实验3:二叉树的应用--构造赫夫曼树 1、实验目的:掌握二叉树的性质及赫夫曼树的构造。 2、实验要求:根据任意给定若干结点的权值,构造一棵最优二叉树并给出对应的编码。
huffmancode
- 哈夫曼编码程序,实现计算编码学中哈夫曼编码程序的源代码。
HuffmanCode
- 本算法的作用是利用建立的huffman编码进行编码和译码。首先要建立huffman树,其主要的思想是权大的外结点靠近根,权小的远离根。大体的算法是在n个结点中不断的选取两个相对小的结点建立huffman树,直到全部结点都在huffman树中。-The role of this algorithm is the use of established code huffman encoding and decoding. First of all, to establish huffman tree
HuffmanCode
- 哈夫曼编码完整代码 数据库学习中使用 仅供参考-huffman code platform visrual c++ visrual studio
c
- 这是哈弗曼吗的编码与译码程序,下载之后用visual c++ 打开-this is a program about HuffmanCode。please use visual c++ to open it.
HuffamnCode
- hufffmanCode 可以完成任意长度的编码-HuffmanCode
HuffmanCode
- 通过哈夫曼树对字符进行编码,并能把哈夫曼码解码成比特流-Through the Huffman coding tree for the characters, and can decode Huffman codes into a bit stream
huffmancode
- 哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码-Havermann coding. Enter the desired case characters can be encoded in various character encoding obtained
HuffmanCode
- 哈夫曼编码,可以编码几乎所有的字符,同时还可译码-Huffman coding, can be coded almost all of the characters, while also decoding
huffmancode
- 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
huffmancode
- 哈弗曼编码、解码,使用vc++实现,输入字符串得出树形并编码-Havermann coding, decoding, using vc++ implementation and coding input strings drawn tree
HuffmanCode
- 利用Huffman编码实现对文件的的高效压缩,包括全部的编解码程序-Huffman Coding Using efficient compression of files, including all the coding and decoding process
HuffmanCode
- (1)鼠标输入一个待压缩短文本文件,统计文本文件中各字符的个数作为权值,生成哈夫曼树。 (2)将文本文件利用哈夫曼树进行编码。 (3)把哈夫曼编码用二进制位紧缩到一个变量中,利用位运算进行真正的数据压缩。 (4)界面友好,易于操作,采用菜单方式进行选择。 -(1) the mouse to enter a short text file to be compressed, statistics text file as the number of characters in t
HuffmanCode
- 给定任意个不同权值,使用最优二叉树得到前缀码,实现赫夫曼编码-Given any number of different weights, the optimal binary tree of prefix codes, the Huffman coding
Huffmancode
- 一个强大的例子。简洁的窗体和类设计非常适合新手c#实现的huffman编码与压缩-A powerful example. Huffman encoding and compression simple form and class design is ideal for novice c#
HUFFMANCODE
- program HUFFMANCODE uses algorithm Gzip and dflate compression. you can check algorith
Huffmancode
- 对一批数据进行数据压缩,采用的方法是常规的huffmancode-The batch of data for data compression, the method is a conventional huffmancode