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

Search list

[Compress-Decompress algrithmshuffman

Description: 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
Platform: | Size: 4096 | Author: 陈文杰 | Hits:

[SCMhuffman

Description: 基于单片机的数据压缩算法的实现-Huffman算法-Based on single-chip data compression algorithm Algorithm-Huffman
Platform: | Size: 1024 | Author: caichangxin | Hits:

[Windows Develophuffman

Description: 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
Platform: | Size: 171008 | Author: 何平 | Hits:

[Compress-Decompress algrithmshuffman

Description: 用matlab所撰寫的huffman code,裡面沒有使用matlab內建的函示,完全自己撰寫而成,使和初學者練習參考使用.-Using matlab written huffman code, which did not use the matlab built-in letter that is entirely their own written so that beginners practice and their use and reference.
Platform: | Size: 1024 | Author: 楊於 | Hits:

[Special EffectsHuffman

Description: 图形图像处理之哈夫曼算法完整(VC编译OK)-Graphics Image Processing of Huffman algorithm complete (VC compiler OK)
Platform: | Size: 4096 | Author: 刘海泉 | Hits:

[OtherHuffman

Description: 哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
Platform: | Size: 2048 | Author: 李阳 | Hits:

[OtherHuffman

Description: 介绍了一种改进的Huffman数据压缩算法。针对Huffman算法的不足,首先对编码溢出进行了改进,通过线性链表存储编 码,第二个改进是采用堆排序算法,这种方法可以减少对内存读写的次数,提高系统的响应速度。论文最后采用3个JPG文件对 Huffman*和经典的Huffman进行了对比分析,实验表明改进算法的耗时与经典算法相比要少的多。 关键词:数据压缩 Huffman 编码 字典
Platform: | Size: 63488 | Author: xiake | Hits:

[matlabhuffman

Description: 哈夫曼编码源程序,可以用于数据压缩的用处-Huffman source coding, data compression can be used for the usefulness of
Platform: | Size: 1024 | Author: 张张 | Hits:

[Streaming Mpeg4Huffman

Description: Huffman压缩编码及解码-Huffman coding and decoding
Platform: | Size: 30720 | Author: | Hits:

[2D Graphichuffman

Description: matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)-huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
Platform: | Size: 19456 | Author: lindajillduan | Hits:

[Data structsHUFFMAN

Description: HUFFMAN编码在信息论中的应用实例!-Huffman coding in information theory in the application!
Platform: | Size: 33792 | Author: 王毅诚 | Hits:

[source in ebookHUFFMAN

Description: Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).-Huffman coding algorithm of the C language source code (source code written in C programming language for algorithm of Huffman coding).
Platform: | Size: 1024 | Author: 吴明 | Hits:

[Graph programHuffman

Description: 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码-This document is for huffman coding. Cpp and. H files, realize Huffman Coding
Platform: | Size: 2048 | Author: 冯雪 | Hits:

[Compress-Decompress algrithmsHuffman

Description: Huffman编码,基于VC6.0开发平台,是Huffman于1952年为压缩文本文件建立的。-Huffman coding, based on VC6.0 development platform, is Huffman in 1952 for the compressed text file created.
Platform: | Size: 109568 | Author: shen | Hits:

[Program docHuffman

Description: 通信实验指导:哈夫曼编码的matlab实现,有源码和详细文档-Communication experiment guide: Huffman coding matlab to achieve, there are source code and detailed documentation
Platform: | Size: 63488 | Author: 余未 | Hits:

[Data structsHUFFMAN

Description: 哈夫曼编码和译码,数据结构课程设计的作品-Huffman coding and decoding, data structure course design works
Platform: | Size: 2048 | Author: 又红又专 | Hits:

[Special EffectsHuffman

Description: 实现图像的霍夫曼编码压缩以及解压缩的方法-Huffman coding to achieve image compression and decompression methods
Platform: | Size: 111616 | Author: 王一鸣 | Hits:

[Crack HackHuffman

Description: Huffman 编码 对文件的读入然后根据内容进行编码然后译码-Huffman coding on the document and then read the contents of decoding and then encoding
Platform: | Size: 609280 | Author: jiang zhenhua | Hits:

[Otherhuffman

Description: 哈夫曼编码:输入一个文本文件(英文文本),剔除其中的非英文字符,并将英文字符统一转化为大写字符,然后统计各个字符的出现概率。创建哈夫曼树,给出编码表(即各字符的码字)及编码效率(带权路径长度)-Huffman Coding: Enter a text file (English version), excluding one non-English characters and English characters converted to uppercase characters reunification, and then the emergence of statistical probability of the various characters. Create a Huffman tree, given encoding table (that is, the character code word) and the coding efficiency (with the right path length)
Platform: | Size: 1024 | Author: k332 | Hits:

[Otherhuffman

Description: 哈夫曼的编码译码器, 还附带有压缩跟解压缩的功能。-Huffman coding decoder, but also comes with compression with decompression functions.
Platform: | Size: 44032 | Author: 杨挺 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net