资源列表
VideoCoolala-src
- 我们提供的VideoIM手机自动拍照上传器J2ME版本[开源]就是这么一种概念: 一个可以下载到手机(例如Nokia7610已经确实可以下载安装并正常运行)的Java应用程序,用来自动驱动你的手机摄像头定时拍摄一张图像(默认是Jpeg格式,数据量很小)。然后,后台线程将Jpeg图像(很小,大约几KB)上传到服务器上。手机默默地拍照,默默地上传照片,不用手工干预,比如你可以设置每隔三分钟拍一张照片,然后上传到Flickr这个著名的图片共享站点上,全世界都会看到你的慢速视频。 -VideoI
Bowling3D
- 一个3D的保龄球的源代码,既有j2me 的,也有Brew 的,j2me的可以使用SonyEricsson的K700编译,Brew可以使用LGVX8000编译-a 3D bowling source code, both J2ME, Brew is, the use J2ME SonyEricsson K700 compiler, Brew compiler can use stuff
3Dprograming4
- j2me的游戏学习代码,可以供想学游戏开发的人入门练习-learning J2ME code of the game, trying to learn the game for the development of entry to practice
3Dprograming42
- 这是有关J2ME 3D编程的源程序,是学习3D开发的极佳入门例子-This is the 3D J2ME programming source is studying the development of 3D entry excellent example
3Dprogramingtutorial32src
- 这是有关J2ME 3D编程的源程序,是学习3D开发的极佳入门例子-This is the 3D J2ME programming source is studying the development of 3D entry excellent example
3Dprogramingtutorial22src
- 这是有关J2ME 3D编程的源程序,是学习3D开发的极佳入门例子-This is the 3D J2ME programming source is studying the development of 3D entry excellent example
itemset
- 一个游戏中物品的类,里面有物品的各种属性,及设置。-a game goods category, there are various items of property, and install.
GamePuzzle
- J2me类windows 菜单的实现,以及拼图游戏-J2me category windows menu realized and pieces of the jigsaw
Hawk
- MIDP 2.0 下的一个打飞机的例子,主要是运用了2.0中比1.0多出来的GameCanvas类,还Game包,通过这个例子可以总结一下MIDP2.0比1.0在开发游戏方面的优势.-under an aircraft example, the use of more than 2.0 out of more than 1.0 GameCanvas class, but also Game packets, this example can summarize MIDP2.0 than 1.0
vipaspshop
- java 典型应用,jsp技术应用,j2ee框架学习例程-java typical application, jsp technology applications, creates framework for learning routines
sms-clientandserver
- 一个sms 客户端和服务器端的例子,J2ME初学者不错的例子-waving a client and server side of the case, J2ME beginners a good example
handb
- handb是一个纯Java编写的小型的关系数据库管理系统。 其中的“数据处理核心”由一为MIDP设计的关系数据查询程序更改而来; 数据存储管理在MIDP系统中由系统提供,而在该系统中提供一简单的实现; SQL语句解析部分,采用拆分和取关键字的方式实现,支持SQL-92中常用的一些语句; 用户接口由一简单的Java服务器更改而来,能够应付普通的访问; 请求调度部分的主要原则是以表为中心,保证表的原子访问。-handb is a pure Java prepared by