Welcome![Sign In][Sign Up]
Location:
Search - HUffman

Search list

[Compress-Decompress algrithmsHuffman

Description: 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
Platform: | Size: 8514560 | Author: Jim | Hits:

[Data structshuffman

Description: 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [选做内容] 将所建立的哈夫曼树以直观的方式(树或凹入形式的表)显示。 -huff_tc.c, can only run at tc, because using the add tc intuitive graphical interface to draw tree code [Objective] To construct the input symbols (and the right value) of the Huffman tree, and use the tree to derive the coded symbols, in-depth understanding of the concept of optimal binary tree and its characteristics. [Problem Description] read into the various symbols and their weights, and Huffman coding of the symbols. [Basic requirements] (1) read into the various symbols and their weights, Huffman tree set up (2) the use of the Huffman tree for the set up of the symbol encoding, output encoding results. [Does the content of the election] will be set up by the Huffman tree to intuitive way (tree or indentations in the form of the table) shows.
Platform: | Size: 3072 | Author: 李霄逍 | Hits:

[Otherhuffman

Description: huffman编码的实现,里面包含有源码和实验报告。-huffman-coded implementation, which contains source and experimental report.
Platform: | Size: 21504 | Author: 傅其龙 | Hits:

[Special EffectsHuffman

Description: 利用霍夫曼编码对图像的冗余度进行压缩,以利于传输。采用霍夫曼编码来得到比较好的压缩比。-Use Huffman code redundancy of images compressed in order to facilitate transmission. Huffman code used to get relatively good compression ratio.
Platform: | Size: 939008 | Author: liuyaxin | Hits:

[ELanguagehuffman

Description: 实现用huffman编码的编码译码器,用C++和vc6.0实现-With implementation of the huffman encoding codecs
Platform: | Size: 1038336 | Author: 张文宇 | Hits:

[JSP/JavaHuffman

Description: Huffman Algorithm: 用于文字压缩,通信等领域,是算法学习的必学章节-Huffman Algorithm: Being used in compressed area
Platform: | Size: 1189888 | Author: 荆江 | Hits:

[Compress-Decompress algrithmsHuffman

Description: MATLAB编写的huffman编解码程序,程序中计算了压缩比。-MATLAB prepared huffman codec procedures, procedures to calculate the compression ratio.
Platform: | Size: 4096 | Author: 胡婕 | Hits:

[JSP/Javahuffman

Description: java 实现的 huffman 编码 ,可用于图像压缩-huffman encode
Platform: | Size: 4096 | Author: zz | Hits:

[Compress-Decompress algrithmshuffman

Description: 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
Platform: | Size: 1024 | Author: yang long | Hits:

[matlabHuffman

Description: Huffman Coding & Decoding for Text Compression
Platform: | Size: 59392 | Author: Saranya | Hits:

[Compress-Decompress algrithmshuffman

Description: 哈弗曼程序,能够实现编码和解码,还能计算权重-huffman
Platform: | Size: 1024 | Author: 靳超 | Hits:

[JSP/JavaHuffman

Description: 一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长码进行比较-A set of instructions to carry out Huffman code, and output the final results of the encoding length of the script evaluation. With the expansion of the operation code and compare the code length
Platform: | Size: 2048 | Author: 神仙 | Hits:

[Compress-Decompress algrithmshuffman

Description: 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
Platform: | Size: 13312 | Author: dyg | Hits:

[Compress-Decompress algrithmsHuffman

Description: 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full description of the encoding of the entire process, including several case studies
Platform: | Size: 1024 | Author: Leonard | Hits:

[Compress-Decompress algrithmshuffman-adaptive

Description: huffman coding and decoding adaptive huffman coding and decoding it is a assignment from my course and code is main-c decode is main-e hope it is useful for everybody
Platform: | Size: 2509824 | Author: yuyu | Hits:

[Graph programhuffman-coding

Description: 小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
Platform: | Size: 2048 | Author: yanhaifeixue | Hits:

[Compress-Decompress algrithmshuffman

Description: Huffman编解码完整代码,可支持文件读写。-Huffman coding and decoding. Both reading file and writing file are supported.
Platform: | Size: 5120 | Author: Yang | Hits:

[Windows Develophuffman

Description: c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
Platform: | Size: 5120 | Author: James | Hits:

[Compress-Decompress algrithmshuffman

Description: 实现哈夫曼树算法,用VS2005开发,并附有详细的文本说明!-Huffman
Platform: | Size: 9216 | Author: 成涛 | Hits:

[Data structsHuffman

Description: 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman code corresponding to write documents, files compression.
Platform: | Size: 816128 | Author: 郭峰 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net