|
|
三星JAVA传输免刷机软件(附教程)
hot!
|
|
加入时间: 2009-07-16 |
点击数: 7086 |
|
免刷机传JAVA软件 - 适用于Samsung D508和D608机型 ( 附带详细教程 )
 |
|
|
|
|
[phoneME]CLDC与MIDP底层JAVA实现代码
hot!
|
|
加入时间: 2009-02-03 |
点击数: 2313 |
|
本代码集取自Sun开源项目phoneME
可以根据此代码集研究JavaME在底层的Java代码实现
注: 本代码集已删除了其余代码
如想获得其他代码,请访问: java.net 下载全部代码
phoneME™ Feature is an open source version of the Sun Java™ Wirless Client
Software, a high-performance platform, based on an optimized implementation of
the Connected Limited Device Configuration (CLDC) and Mobile Information Device
Profile (MIDP) software stack, which includes support for many Java
Specification Requests (JSRs).
features:
MIDP/CLDC - The fundamental platform stack that makes up the core of the phoneME
Feature software.
|
|
|
|
|
Jazzlib - LZ77派生压缩算法实现
hot!
|
|
加入时间: 2008-11-26 |
点击数: 1407 |
|
PNG图像的IDAT数据块是使用了LZ77派生压缩算法生成的。
这里提供这个实现库,原网址: http://jazzlib.sourceforge.net
A pure java implementation of the java.util.zip library
This project provides an implementation of the java.util.zip classes.
The code is pure java (no native code is used), and we aim to be compatible with existing java.util.zip implementations. Some code was borrowed from libgcj, almost all the rest was written by Jochen Hoenicke. |
|
|
|
|
ZipMix - Zip合并工具
hot!
|
|
加入时间: 2008-11-22 |
点击数: 1263 |
|
ZipMix.exe WIN32 command line 8,704 bytes (02/21/2007)
Sometimes, when you run 2 different .ZIP programs on the same data
(PKZIP & KZIP for example), some files get compressed better in one
program, while other files get compressed better in the other. ZIPMIX
will take the best files from each one and create a new output file,
which is guaranteed to be equal to or smaller in size to both of the
input files. ZIPMIX can also be used to perform boolean operations on
ZIP files, such as merging 2 ZIP files together, or updating a new file
(with some tricks).
ZipMix.c The source code 4,759 bytes (02/21/2007)
RekZip.bat WIN32 command line 379 bytes (07/06/2006)
Here's a little batch file I wrote for KZIP to directly re-compress an
existing ZIP file. I have tried to make the batch file as safe as
possible - meaning you shouldn't lose the original file if there's an
error during one of the steps. I think the worst that can happen is you
end up with a harmless temporary sub-directory - and that's only if
your computer freezes! If you really want to feel cool, you can
re-compress a whole directory of ZIP files using this command: "for %i
in (*.zip) do rekzip %i" : ) Someday, I might actually get around to
integrating this functionality into KZIP.EXE.. |
|
|
|
|
PngOut - PNG极限压缩工具
hot!
|
|
加入时间: 2008-11-22 |
点击数: 2720 |
|
WIN32 command line 40,960 bytes ( 11/20/2008 )
PNGOUT optimizes the size of .PNG files losslessly. It uses the same
deflate compressor I wrote for KZIP.EXE (see below). With the right
options, it can often beat other programs by 5-10%. That includes
pngcrush -brute, optipng -o7, advpng -z4, etc.. PNGOUT is a great tool
for optimizing the size of web pages or squeezing game content onto
mobile devices. Almost all .PNG files on my website were optimized with
PNGOUT. For a detailed description of the options, please check out thePNGOUT tutorial written by Kerry Watson. Click here for license.
虽然本版本在J2ME领域作为Png压缩工具..但是还有其他许多的功能..自己研究一下吧 |
|
|