登录
首页 » Java » Source_WS

Source_WS

于 2009-09-06 发布 文件大小:1790KB
0 176
下载积分: 1 下载次数: 6

代码说明:

  国外J2ME游戏代码,附带midp1,midp2,nokia等库(Foreign J2ME game code, incidental midp1, midp2, nokia and other library)

文件列表:

Source_WS
.........\build.bat
.........\build.properties
.........\build.xml
.........\clean.bat
.........\gpl.txt
.........\lib
.........\...\midpapi10.jar
.........\...\midpapi20.jar
.........\...\nokiaapi.jar
.........\...\siemensapi.jar
.........\path.properties
.........\README.txt
.........\res
.........\...\Motorola_C650
.........\...\.............\icon.png
.........\...\Motorola_V300
.........\...\.............\icon.png
.........\...\Nokia_S30
.........\...\.........\icon.png
.........\...\Nokia_S40
.........\...\.........\icon.png
.........\...\Nokia_S60
.........\...\.........\icon.png
.........\...\readme
.........\...\Samsung_D500
.........\...\............\icon.png
.........\...\Samsung_X450
.........\...\............\icon.png
.........\...\SE_F500
.........\...\.......\icon.png
.........\...\SE_K700
.........\...\.......\icon.png
.........\...\SE_P800
.........\...\.......\icon.png
.........\...\SE_S700
.........\...\.......\icon.png
.........\...\SE_T610
.........\...\.......\icon.png
.........\...\Sharp_GX10
.........\...\..........\icon.png
.........\...\Sharp_GX20
.........\...\..........\icon.png
.........\...\Siemens_C65
.........\...\...........\icon.png
.........\...\Siemens_S65
.........\...\...........\icon.png
.........\src
.........\...\Dynamic.java
.........\...\Frame.java
.........\...\Main.java
.........\...\WinterSports.java
.........\util
.........\....\ProcessJad.class
.........\....\ProcessJad.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 安卓开发板点亮LED
    安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。安卓开发板点亮LED的java程序,非常好学。
    2022-01-21 19:19:07下载
    积分:1
  • bucketsort
    说明:  用java实现的桶排序程序,本科期间java的实习(used to achieve the barrels sequencing procedures, undergraduate internships during java)
    2006-04-17 22:00:57下载
    积分:1
  • microservice-discovery-eureka
    分布式架构设计案例之eurka,使用微服务实现分布式,解除代码之间的耦合度,降低系统性能消耗(Case of distributed architecture design eurka)
    2017-12-16 17:37:08下载
    积分:1
  • WebApplication1
    Code to create a webaplication very basic on java
    2018-08-22 07:09:44下载
    积分:1
  • fox smartserver java
    fox smartserver java 源码    nio  服务器通讯框架   可扩展 fox smartserver java 源码    nio  服务器通讯框架   可扩展
    2023-01-18 03:35:03下载
    积分:1
  • 推箱子小游戏
    用java开发的一个小游戏,对初学者有很好的帮助和启发
    2022-04-13 02:26:44下载
    积分:1
  • ObjectSNMP searchDevice
    开发环境准备:将 zhtelecombasis.jar 文件加载到 Java 开发环境的 ClassPath 中。 一. 初始化 ObjectSNMP API Java/SNMP 网关本地初始化: SNMPFactory.init(SNMPFactory.Mode_Local, null,0);//本地初始化 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//本地获取 SNMP API 服务  Web Service 网关服务端初始化: SNMPFactory.init(SNMPFactory.Mode_Server_Local, null,0);//启用 RMI 服务 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//服务端在本地获取 SNMP API 服务  Web Service 网关客户端初始化: ObjectSNMP Java SNMP 软件   8 SNMPFactory.init(SNMPFactory.Mode_Client, “WebServerIP”,80);//连接到 Web 服务器。 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//获取 SNMP API 服务   RMI 网关服务端初始化: SNMPFactory.init(SNMPFactory.Mode_Server_RMI_Local, null,0);//启用 RMI 服务 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//服务端在本地获取 SNMP API 服务  RMI 网关客户端初始化: SNMPFactory.init(SNMPFactory.Mode_Client_RMI, rmiServerIP,1099);//连接到 RMI 服务端。 SNMPAPI snmpapi = SNMPFactory.getSNMPAPI();//从 RMI 服务端
    2023-04-14 01:15:04下载
    积分:1
  • Java DVD管理器 基础示例代码下载
    Java DVD管理器 基础示例代码下载
    2017-04-03下载
    积分:1
  • jBatttleTank1a
    java实现的坦克大战游戏源码,学习javaa游戏源码编程与开发的能参考参考。 可直接使用。 (Battle City game source code, implemented in Java learning javaa game source programming and development can refer to the reference. Can be used directly.)
    2012-07-10 16:47:55下载
    积分:1
  • Java servlets jsp, and the Software Development Kit. Servlet2.1 jsp1.0 and suppo...
    Java 的servlets和jsp的软件开发包。支持jsp1.0以及servlet2.1。版本比较旧,不过用它学服务端的应用开发还是比较容易,特点是配置比较简单。 在LINUX和WINDOWS下都可以简单地安装和使用。 摘自 源码中国 www.Cn700.com-Java servlets jsp, and the Software Development Kit. Servlet2.1 jsp1.0 and support. The older version, but use it to the school server or application development easier, and there is a relatively simple configuration. In under Windows and Linux can be simple to install and use. From China www.Cn700.com FOSS
    2022-02-02 17:10:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载