搜索资源列表
Huffman
- Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
Huffman
- Huffman算法的C实现,非可视化程序,可直接运行输出-Huffman algorithm to achieve C, non-visualization process, can be directly run output
Huffman
- 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
huffman-c
- huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
3
- 我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除-I write small programs, are data structures when the experiment took effort, and mainly includes a number of binary tree traversal algorithm (both non-recursive implement
datastructure
- 文件中包含一些算法,如哈夫曼算法,排序法,线索化二叉树等。还有迷宫问题。-File contains a number of algorithms such as Huffman algorithm, sorting method, Threaded binary tree and so on. There are mazes.
2008145279
- prim算法、哈弗曼算法、拓扑排序算法。 -prim algorithm, Huffman algorithm, topological sorting algorithm.
huffmanyasuo
- 哈夫曼压缩,一个简单的压缩程序,可以把文本文件用哈夫曼算法压缩。-Huffman compression, compression program, a simple text file can be compressed using Huffman algorithm.
1.huffman-CPP
- huffman algorithm in C-huffman algorithm in C++
Huffman
- 实现了Huffman算法,能够输出一个字符串序列对应的每个自字符对应的Huffman编码值01串。-The file implements the Huffman algorithm in C++ ,which will output a sequence of strings corresponding to the frequency of each character in the string to the Huffman coding since the character corre
Huffman
- C++编写的算法,利用Huffman对文件编码解码,压缩包中包括源代码和输入文件示例-C++ written algorithm using Huffman codec file compression package including source code and sample input file
HUFFMAN
- 数据结构之HUFFMAN算法, 数据结构之HUFFMAN算法-The data structure HUFFMAN algorithms, data structures HUFFMAN algorithms, data structures, the HUFFMAN algorithm of
huffyuvDecode
- Huffyuv是一个免费的、速度相当快的avi codec,Huffyuv采用了Huffman算法的无损压缩Codec-Huffyuv is a free, very fast avi codec, Huffyuv lossless compression Codec Huffman algorithm
halfman-yasuo
- 这是我们课程设计的作品,利用哈夫曼算法实现的压缩软件。仅供参考。-This is our curriculum design works Huffman algorithm to achieve the compression software. For reference only.
huffman
- 这是关于huffman编码的算法,输入权值,自动给出编码-This is about huffman coding algorithm, the input weights automatically given coding
huffman
- 进行霍夫曼(Huffman)编码的实用C/C++程序,对于构建Huffman树的算法已经优化,可以在消耗内存最小的情况下提升编码速度. 对ASCII码字符串进行Huffman编码.-An C/C++ program that demonstrates how to construct a Huffman tree through which Huffman Code can be realized. The algorithm has been optimized to work under
Algorithm-analysis
- 算法分析中经典例子,例如有Huffman编码、排列树、图等的详细代码。-The classic example of algorithm analysis, for example, Huffman coding, arranged trees, graphs and other details of the code.
Huffman
- this code helps us to compress a text using huffman algorithm
Huffman
- Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
huffman
- 数据结构实现的对一个字符串的Huffman压缩算法实验报告,内涵源代码-Data structure to achieve Huffman compression algorithm for a string of experiment report, the connotation of the source code
