资源列表
socket_communicate
- 用java实现Socket通信程序名称:socket_communicate 运行环境:Win XP;Jbuilder 7 注意事项:-with java Socket Communication Program Name : socket_communicate operating environment : Win XP; Jbuilder 7 Note :
j2meReader
- 手机终端阅读器,支持标记,字体缩放,换行,换页-a cell reader, support many functional
tiledlayer-demo
- pindah menu pada j2me mobile
java_chat
- 基于Java的文件传输,有客户端和服务器端-Java-based file transfer, a client and server side
TimeTrialDemo
- 这个TimeTrialDemo系统是由J2ME开发实现的,其中包含四个类-the TimeTrialDemo system is the realization of J2ME development, which includes four categories
用J2ME与ASP建立数据库连接
- 用J2ME与ASP建立数据库连接 J2ME是利用HttpConnection建立HTTP连接,然后获取数据,ASP也是利用HTTP协议,因而可以利用J2ME与ASP建立连接,从而访问数据库。 -use J2ME and ASP to establish database connections using J2ME HttpConnectio n establishing HTTP connections, and then access data, ASP is used HTTP p
Mobile-Agent-Sample
- 移动Agent实例:使用RMI实现移动Agent-This set of files illustrates the use of a transportable object (a mobile agent) on one computer only.
FirstTest
- 这是我第一次开始尝试J2ME平台的程序编写,希望对初学者有用!-This is the first time I started trying to J2ME platform for programmers, and I hope to beginners useful!
line
- J2ME utility class to create thick lines in J2ME. Also includes polygon class for creating and drawing filled polygon.
tchuan
- J2ME是为了那些使用有限的能源、有限的网络连接 (常常是无线连接)以及有限图形用户界面能力的设备开发的。-J2ME is limited to those who use the energy, limited network connection (often wireless connectivity), and limited graphical user interface development capabilities of the equipment.
ClippingTest
- J2ME程序中进行图形切割来处理图象的工具程序, 很有用-J2ME proceedings to deal with graphic images of cutting tools procedures, very useful
snake
- 贪吃蛇手机游戏 贪吃蛇是一款非常经典的手机游戏,本文将使用MIDP实现这款著名的游戏。首先我将介绍下主要用到的七个类: WormMain:最主要的类,控制所有其它类的运行和销毁。 WormPit:处理键盘输入事件并实例化Worm类和WormFood类的。 Worm:抽象了贪吃蛇的属性和动作 WormFood:抽象了食物的属性和动作 WormScore:用来纪录分数的类 WormLink:抽