CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - huffman compression in java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - huffman compression in java - List
[
JSP
]
xsjl
DL : 0
用java实心的哈夫曼编码 可以对文件进行无损压缩的新方法-with solid Huffman coding can document the new lossless compression method
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zy
[
Other
]
huffmantreeandheap
DL : 0
HUFFMAN和HEAP的JAVA实现。 用来实现文件压缩的基本部分。-HUFFMAN HEAP and JAVA. Documents used to achieve a fundamental part of compression.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
姚维
[
JSP/Java
]
HuffmanCoding1
DL : 0
用JAVA写的对文件进行压缩的Huffman编码-with JAVA written document to the Huffman compression coding
Update
: 2025-02-17
Size
: 3kb
Publisher
:
呜呜呜
[
JSP/Java
]
HuffmanCompress-java
DL : 0
利用霍夫曼树实现文本压缩。如果是文本可以压缩到40%的大小,其他的不行。-Huffman tree to achieve the use of text compression. If the text can be compressed to 40 of the size, the other not.
Update
: 2025-02-17
Size
: 29kb
Publisher
:
肖超伟
[
JSP/Java
]
compress
DL : 0
用java编写的压缩程序,界面美观,算法为霍夫曼编码思想,数据结构课程设计时编写,请大家指点。-Prepared by compression using java program, interface aesthetics, the algorithm for the Huffman code of thought, data structure courses designed to prepare, please advice.
Update
: 2025-02-17
Size
: 415kb
Publisher
:
陈端金
[
Compress-Decompress algrithms
]
huffman
DL : 0
/** * 显示输入提示压缩或解压缩 继承了InputStream类,装有输入流。 */ public class HZIPInputStream extends InputStream { /** * HZIPInputStream 类的构造函数,定义了huffman树,输入流。 * * @param in 输入流。 * @throws IOException:如果发生I/O错误则抛出异常。 */-/*** Show input prompts compression or decompression InputStream inherited categories, with input streams.*/public class HZIPInputStream extends InputStream (/*** HZIPInputStream class constructor, the definition of a huffman tree, enter the stream.** @ Param in input stream.* @ Throws IOException: if there is I/O error is thrown.* /
Update
: 2025-02-17
Size
: 74kb
Publisher
:
stone
[
JSP/Java
]
HuffmanTree
DL : 0
根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
Update
: 2025-02-17
Size
: 107kb
Publisher
:
kkkkkk
[
Compress-Decompress algrithms
]
Huffman_compersion
DL : 0
this a source code for data compression using Huffman s coding-this is a source code for data compression using Huffman s coding
Update
: 2025-02-17
Size
: 28kb
Publisher
:
kratika
[
Compress-Decompress algrithms
]
LZW_Copmersion
DL : 0
this a source code for data compression using Huffman s coding-this is a source code for data compression using Huffman s coding
Update
: 2025-02-17
Size
: 34kb
Publisher
:
kratika
[
Other
]
Documents
DL : 0
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Update
: 2025-02-17
Size
: 93kb
Publisher
:
Ho Joon Lee
[
JSP/Java
]
huffmancodeimplementation
DL : 0
Huffman s compression algorithm implemented in JavaScript. 2009-06-02 implemented Huffman s compression algorithm in JavaScript. Here is a wiki link describing what Huffman coding is: http://en.wikipedia.org/wiki/Huffman_coding My working example: http://tom-ash.net/blogs/Programming/huffman_coding.html And its source code without the alerts is attached
Update
: 2025-02-17
Size
: 1kb
Publisher
:
sandra
[
JSP/Java
]
Huffman1
DL : 0
huffman compression in java
Update
: 2025-02-17
Size
: 33kb
Publisher
:
bambang
[
JSP/Java
]
Huffman2
DL : 0
source code huffman compression in java
Update
: 2025-02-17
Size
: 113kb
Publisher
:
bambang
[
JSP/Java
]
Huffman3
DL : 0
source code huffman compression in java
Update
: 2025-02-17
Size
: 3kb
Publisher
:
bambang
[
Compress-Decompress algrithms
]
huffman-0.4
DL : 0
source code for file compression using Huffman coding in java
Update
: 2025-02-17
Size
: 46kb
Publisher
:
sakshi
[
JSP/Java
]
viewer-src
DL : 0
sourse code to view various tree algorithm as well as file compression using huffman codding in java
Update
: 2025-02-17
Size
: 34kb
Publisher
:
sakshi
[
Compress-Decompress algrithms
]
Huffman-algorithm--experiments
DL : 0
基于Huffman算法的压缩软件设计实验,介绍了相关Huffman算法原理,并利用Java进行实现,有相应实验图作为对照!-Compression software design experiments based on the Huffman algorithm, introduced the Huffman algorithm principle, and use the Java implementation, as a control to the corresponding experiment in Figure
Update
: 2025-02-17
Size
: 112kb
Publisher
:
独角之灵
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.