资源下载
J2ME开发工具
此类别提供J2ME开发工具的下载
J2ME开发工具
类别
排序方式 : 名称 | 日期 | 点击 [ 升序 ]
J2ME斜45度游戏引擎
J2ME斜45度游戏引擎
加入时间: 2007-09-28 点击数: 879

J2ME斜45度游戏引擎 - 代码+文档

Class Summary
Board isoj2me: Board This is the main class.
Character isoj2me: Character This class manages Characters.
Item isoj2me: Item This class manages Items.
Map isoj2me: Character This class manages Maps with load functions to read ascii map files.
Utility isoj2me: Utility This class contains utility methods.
详细信息 下载
 
MathFP.java - 定点库
MathFP.java - 定点库
加入时间: 2007-09-28 点击数: 704
很多时候都能用到的,主要解决CLDC1.0中不支持浮点数的问题,做J2ME开发的朋友应该用得到。
详细信息 下载
 
RMS数据库引擎
RMS数据库引擎
加入时间: 2008-02-13 点击数: 555
作者: rongqing.rao@gmail.com  QQ: 43686904
我的引擎能做的事情是:
1。对表格的操作--添加,删除,暂时不提供对表格的修改。
2。对表格数据的操作--添加,删除,修改,查询(只能对一个关键字进行查询)
下面来看下我的SQL语句。
因为是一个简单而且小型的数据库。所以我把sql也简化了。下面是个完整的操作方法
1。添加表格
create table_name column_1 column_2 column_3 ......
drop table_name
2。对数据的操作
insert table_name column_1 ..... 对于这个操作,然后具体在api调用setString(index, value)
update table_name set ..... where column_1 = key;
select table_name f_id=1;
详细信息 下载
 
JAD文件生成器
JAD文件生成器 hot!
加入时间: 2008-04-05 点击数: 1424

详细信息 下载
 
Sun早期公布的CLDC源代码和文档
Sun早期公布的CLDC源代码和文档
加入时间: 2008-11-22 点击数: 87

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.

详细信息 下载

下载首页
下载首页
搜索文档
搜索文档

登录菜单