搜索资源列表
Java_SRC_1-3
- 源代码使用说明 本书全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。 注意有些实例只提供了部分模块,因此运行时需要添加其他代码。 光盘中的.java文件可以用任何文本编辑器打开。如果要执行,则使用如下方法: 使用jdk: 编译所有文件,然后仅执行一次有main的文件。 使用jb: 若已有一个空工程存在,则将所需文件添加到工程(jb9版本)中,然后按F9键。-source code for use on all of the code in JDK al
diyufengbao
- 一个在PC机上流行的游戏,这是JAVA文件,供JAVA编程爱好者学习参考。-a PC on the popular game, this is Java, for the lovers to learn Java programming reference.
bodezhimen
- 一个在PC机上流行的游戏,这是JAVA文件,供JAVA编程爱好者学习参考。-a PC on the popular game, this is Java, for the lovers to learn Java programming reference.
kaotaersaiche
- 这是一个在PC机流行的游戏,提供JAVA文件,供JAVA爱好者学习和参考-This is one of the popular PC game, Java, Java enthusiasts for learning and reference
bosiwangzi
- 这是一个在PC机流行的游戏,提供JAVA文件,供JAVA爱好者学习和参考-This is one of the popular PC game, Java, Java enthusiasts for learning and reference
java聊天室有头像源代码
- 该项目由Eclipse所写 包说明: gui:图形包,客户端界面 Images:表情包 net:网路包,提供网络连接和服务交互数据的方法 net.Message:消息包,表示在网络相互传输数据时候封装的消息 Snake:待扩展的游戏包 test:备用测试包 files:配置文件 该项目是简单聊天室的实现 编写工具:Eclipse3.2(图形界面:NetBeans 6.5) 主要功能: 用户登陆(用户名不能重复,密码随便) 载入用户列表(可动态载入,删除) 发送群聊信息,发送私聊信息(可发送给指定
j2mertsp.zip
- 一个j2me编写的手机播放 rtsp协议传输流媒体文件的例子,The preparation of a cell phone j2me player rtsp protocol transport stream media files example
paopao_K750
- K750手机游戏泡泡龙源代码,资源文件比较全,生成有JAR和JAD文件,导入手机可运行,源文件可试着编译一下,你需要有K750的手机游戏开发包。 -K750 Mobile Games Bubble Bobble source code, resource files relatively complete, generate a JAR and JAD files, import mobile phones can run, the source document can try to co
j2meSVG
- j2me手机应用开发环境下的svg动画程序,可以打开矢量格式的svg文件-j2me mobile application development environment svg animation process, you can open the svg vector format files
FileBrowser
- FileBrowser:手机文件浏览器,(eclipse)-FileBrowser
ImageDemo
- 此文件是J2ME图像编程。载入画面的基本代码。-This document is a J2ME programming images. Included in the basic code screen.
27189_J2ME
- 《J2ME手机高级编程》从J2ME手机平台的当前主流应用和发展趋势出发,立足实际的开发案例,介绍了J2ME手机平台开发的实用技术和应用模式。本书的内容主要包括:手机文件系统、网络通信、无线通信(短信通信、彩信通信和蓝牙通信)、底层用户界面应用(游戏开发和电子地图浏览)、多媒体编程(音乐播放器、视频播放器和摄像头视频采集等)、持久化应用、移动商务应用(对象数据库Db4o和嵌入式关系型数据库Derby)和XML模型应用等。-" J2ME mobile high-level programmi
BattleCity
- 用j2me实现的一款坦克大战游戏,.rar文件中含完整源码-Educational management system source code
game1[1].0
- J2me横版动作游戏源代码,在手机上可以运行,如果电脑上安装有MIDP支持的话,也可以运行,附有源文件和资源文件。本游戏带格斗、奔跑、物体碰撞等游戏编程要点,可以作为一个学习资料。 -Wang J2me source code version of action games, mobile phones can run, if the computer is equipped with MIDP support, he can run with the source file and res
http
- j2me上传图片到服务器,本源码包括客户端、服务器端和资源文件等。-j2me upload pictures to the server
Hanoi
- J2ME 汉诺塔(hanoi)小游戏 ,堆栈实现,包括源码及资源文件 风格独特,操作简单,初学J2ME 就算是个设计作业吧。-J2ME Tower of Hanoi (hanoi) games, stack implementation, including source code and resource files unique, simple, even beginners just a design job.
fileconnection
- 手机系统目录管理,查看手机上的文件目录结构。java j2me-Phone system directory management, and view the file directory structure on the phone. java j2me
JavaMagic_2
- java magic很好用的文件。能制作适合java的手机软件屏幕大小。-java magic
java-programme-test
- java 编程练习题,文件格式为doc格式-java programming exercises, file format doc format
java 画板
- java实现的简易画板,可选择颜色,线段出息,保存和打开文件,有各种图形可以绘制,java简单画板程序。