搜索资源列表
huffman
- java语言数据结构中,霍夫曼编码源代码
Huffman
- 如 题, 哈夫曼函数的java代码,网上找到的,在此和大家分享。
Huffman
- Huffman编码的java实现。含实验报告。
Huffman_java
- java huffman tree 实现,算法简单明白,包括注释-java huffman tree algorithm
huffman
- JAVA上使用,具有很强大的功能,具有很容易的操作,小巧玲珑-JAVA use, have a very strong function, with very easy operation, small and
HuffmanTree
- 根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
Huffman
- Huffman Algorithm: 用于文字压缩,通信等领域,是算法学习的必学章节-Huffman Algorithm: Being used in compressed area
huffman
- java 实现的 huffman 编码 ,可用于图像压缩-huffman encode
Huffman
- 一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长码进行比较-A set of instructions to carry out Huffman code, and output the final results of the encoding length of the scr ipt evaluation. With the expansion of the operation code and compare the code length
JAVA_huffman
- 用Java实现哈夫曼编码,大家可以多学习学习-Huffman coding using Java to achieve
huffman
- 该压缩包是描述数据结构与算法中的哈弗曼树的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source tree哈弗曼can be directly into Eclipse to see the effect of
Huffman
- huffman code using java
huffman
- JAVA哈弗曼算法,对初学者有帮组,其实哈弗曼树比较容易懂。-JAVA Havermann algorithm, there are help groups for beginners, in fact, relatively easy to understand Havermann tree.
huffmancodinginjava
- this for development of huffman encoding and decoding in java in java swings.-this is for development of huffman encoding and decoding in java in java swings.
huffmancodeimplementation
- Huffman s compression algorithm implemented in Javascr ipt. 2009-06-02 implemented Huffman s compression algorithm in Javascr ipt. Here is a wiki link describing what Huffman coding is: http://en.wikipedia.org/wiki/Huffman_coding My working e
Ha
- 这个是用java语言来实现数据压缩算法中的哈夫曼编码算法程序-This is done using java language to implement data compression algorithm, Huffman coding algorithm program
HUFFMAN
- 基于JAVA的HUFFMAN编码和解码仿真-HUFFMAN
HuffmanTree.java
- Java程序:哈夫曼树,文本中有源码,供Java学习者使用-Java program: Huffman tree, the text in source code for Java learners
huffman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,试用java语言设计一个哈夫曼编码系统。通过本课程设计,应使学生掌握哈夫曼编码的特点、储存方法和基本原理,培养学生利用java语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time informati
Huffman tree generation
- 使用java语言编程,编写Huffman树的生成算法代码(Huffman tree generation)