搜索资源列表
-
0下载:
huffman字符编码的java实现,可将英文文本压缩为huffman编码,也可将压缩后的huffman编码解压缩为英文文本-Huffman coding characters java realized, English text can be compressed to Huffman coding, can also be compressed Huffman coding compression solutions for the English version
-
-
0下载:
用JAVA写的对文件进行压缩的Huffman编码-with JAVA written document to the Huffman compression coding
-
-
0下载:
哈夫曼编码 文件压缩 使用java语言对文件进行编码压缩-Huffman encoding files compressed using java language to document coding
-
-
0下载:
用JAVA实现哈夫曼编码,能进行插入等操作,Huffman Coding with JAVA to achieve, can be inserted, such as operation
-
-
1下载:
用Java实现哈夫曼编码,大家可以多学习学习-Huffman coding using Java to achieve
-
-
0下载:
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
-
-
0下载:
这个是用java语言来实现数据压缩算法中的哈夫曼编码算法程序-This is done using java language to implement data compression algorithm, Huffman coding algorithm program
-
-
0下载:
信息论与编码理论中赫夫曼编码的JAVA源码,自己写的,不是多好,但是用起来很方便,仅供参考.-Information theory and coding theory, Huffman coding JAVA source code, their own writing, and is not especially good, but it is easy to use for reference purposes only.
-
-
0下载:
JAVA利用霍夫曼编码实现文件压缩与解压缩功能-Using Huffman coding to achieve compression and decompression functions
-
-
0下载:
利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,试用java语言设计一个哈夫曼编码系统。通过本课程设计,应使学生掌握哈夫曼编码的特点、储存方法和基本原理,培养学生利用java语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time informati
-
-
0下载:
Java实现的Huffman编码程序,Eclipse 开发-Java implementation of the Huffman coding process, Eclipse Development
-
-
0下载:
哈弗曼编码 使用JAVA实现 精确简洁 使用最小的空间实现最全的功能-The Huffman coding using JAVA achieve accurate and simple to use minimal space to achieve the most complete functionality
-
-
0下载:
java 实现读取英语文章,建立二叉树,程序自动统计每个个字母的使用频率(中序遍历输出每个字符),最后输出所有字母的以二进制表示的哈夫曼编码。-java read articles in English, the establishment of a binary tree, the program automatically statistical frequency of use of each letter (the preorder output for each character),
-
-
0下载:
huffman coding and decoding useful for begining java
-
-
0下载:
java实现huffman编码,主要追对字符串,可以输出每层细节和码的权值-java achieve huffman coding, the main chase string, you can output the right values in each detail and code
-
-
0下载:
对任意输入的字符串,生成哈夫曼树,并进行哈夫曼编码。-To implement Huffman coding on Java.
-
-
0下载:
this practice is Huffman coding in Java-Huffman coding in Java practice. simply implemented in Java to see the general principle of Huffman coding
-
-
0下载:
Huffman算法是一种用来构造最优前缀码(Huffman编码)的贪心算法,java实现-Huffman algorithm is a kind of used to construct the optimal prefix code greedy algorithm (Huffman coding), the Java implementation
-
-
0下载:
java语言实现哈夫曼编码的过程,算法设计与分析课程中一个重要的算法源代码-Process java language Huffman coding, algorithm design and analysis course is an important algorithm source code
-