搜索资源列表
huffmancode
- 信息论与编码理论中赫夫曼编码的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.
HuffmanCode
- huffman code by java language yo will insert your text and you will output resulte-huffman code by java language yo will insert your text and you will output resulte
ImageChange
- 图像处理的java程序,可以对图像进行傅里叶变换,锐化,反转,霍夫曼编码,像素颜色值量化,获取像素表格等-Java image processing program, you can Fourier transform the image, sharpen, invert, Huffman coding, pixel color values to quantify, such as access to pixel form
HuffmanCode
- 一个基于JAVA的huffman编码压缩源码。-Huffman code.
HuffmanCode
- 哈夫曼编码,java写的程序,能够让读者很明白编码的过程,迅速掌握其精髓所在-huffman coding
HuffmanCode
- 对任意输入的字符串,生成哈夫曼树,并进行哈夫曼编码。-To implement Huffman coding on Java.