搜索资源列表
6.10
- 这是我做的毕业设计,是基于DSP的数字图象压缩系统的实现。本系统能很好的压缩图象,系统运行时间快,压缩比也比较高。其中采用JPEG标准对图象进行压缩,使用了Huffman算法。-This is what I am doing graduate design is based on the DSP digital image compression system is achieved. The system can be a very good image compression, faster
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
lzwnhuffman
- The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
huffman_src
- I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
huffman2005112
- 8种基本的哈夫曼算法-eight basic types of Huffman Algorithm
huffman_delphi
- HUFFMAN 算法,delphi用huffman算法实现图象的压缩.-HUFFMAN algorithm, delphi Huffman algorithm using image compression.
哈夫曼算法源程序
- 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
wbs
- 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
Huffman树
- 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
04051b33刘奏
- 一个哈夫曼算法.具体题目如下: 题目要求:1)建立一正文文件(本程序中建立的文件名文test.txt),向其中输入字符(本程序中可输入任意ASCII值) 2)通过哈夫曼算法求出文件中字符的相应编码 3)建立一与正文文件(test.txt)对应的编码文件(本程序中为bainma.txt)-a Huffman algorithm. Specific topics are as follows : Subject : 1) the establishment of a text document (t
Huffman编码的算法及其实现。
- Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
JPEG哈夫曼算法
- 这个是JPEG的C++语言编写的简单程序,是通过哈夫曼算法实现的-JPEG is the C language the simple procedure, through the Huffman Algorithm
guide.rar
- 校园导航系统,c语言,主要运用哈夫曼算法,输入两个地点,输出最短路径,Campus navigation system, c language, the main use of Huffman algorithm, the importation of two locations, the output the shortest path
CompressDecompress.rar
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
Huffman-coding
- 用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
Huffman_java
- java huffman tree 实现,算法简单明白,包括注释-java huffman tree algorithm
Huffman
- Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
huffman
- 比较简单的C++程序来实现huffman的压缩算法,-A simple C++ procedures to implement the huffman compression algorithm,
Huffman_Arithmetic
- 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
Cpp源代码
- 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.