|
|
三星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.
|
|
|
|
|
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.. |
|
|
|
|
Sun早期公布的MIDP源代码和文档
hot!
|
|
加入时间: 2008-11-22 |
点击数: 2441 |
|
MIDP Reference Implementation Version 2.0 FCS
(November, 2002)
| Document |
Description |
| Release Notes |
Holds last-minute information about this release, including known bugs |
| Installing MIDP |
Describes how to install the MIDP Reference Implementation 2.0 FCS on
the supported platform. |
| Using MIDP |
Describes how to run the MIDP Reference Implementation 2.0 FCS, including
reference documentation in man-page format for the commands and tools. |
| Porting MIDP |
Describes how to move the MIDP Reference Implementation 2.0 FCS to a new
platform and how to build it |
| Example Overview |
Briefly describes the example MIDlets included with this release, including
screen shots |
| API Reference |
Specifies the CLDC and MIDP APIs; it was generated with the
Javadoc™ tool |
| Creating MIDlet Suites |
Describes how to create, package, publish, and test a MIDlet. |
Copyright ©
2002 Sun Microsystems, Inc. All rights reserved. |
|
|
|
|
Sun早期公布的CLDC源代码和文档
hot!
|
|
加入时间: 2008-11-22 |
点击数: 1368 |
|
CLDC Reference Implementation Version 1.1 (March, 2003)
| Document |
Description |
| Release Notes |
Provides summary information about this release. |
| KVM Porting Guide |
Gives detailed advice on how to port the CLDC 1.1 Reference Implementation
and the KVM to a new platform. |
| KWDP Specification |
The Specification of the KVM Debug Wire Protocol. |
| KNI Specification |
The Specification of the K Native Interface. |
| API Reference |
Specifies the CLDC 1.1 APIs. (Generated with the Javadoc™ tool.) |
Copyright © 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
California 95054, U.S.A. All rights reserved. |
|
|