搜索资源列表
MyPanel
- 本游戏运行在java环境下,解压缩后需要compile在执行,是一个打字类的小游戏,测测你的打字速度。-run of the game in java environment, the need to decompress after the implementation compile, is a typing class of small game, Test your typing speed.
shaorei
- 用JAVA编写的扫雷游戏,包含CLASS文件-used to prepare the mine JAVA games, document contains CLASS
扫雷java
- 扫雷 用java编写的,先编译成.class文件,然后再运行就会出现游戏界面了。-mine used to prepare the first compiled. Class document, and then there will be running the game interface.
java-Tetris
- 这是JAVA课设做的,所以里面的代码都有比较详细的注释,很适合初学者 -This is a JAVA class set to do so inside the code has more detailed comments, it is suitable for beginners
example
- 手机游戏(企业级代码java)一个学习手机游戏开发的好例子-Mobile game (enterprise-class code java) a mobile phone game developers to learn a good example of
FiveChess
- 五子棋游戏,人机对战模式,机器的智商很高的,上课的时候做的,我们老师也玩不过它,给大家分享上-Gobang game against man-machine model, machine high IQ, do class, we teach it to play, however, to share with you the
VIP
- 一份J2ME资料..网络上这是第一次发放..换取一点分数... 一 Java 基础 具体语法和一些知识可以到网上察看,可以参考《Think in Java》这本书,只看附录部分就可以了。 Java特点主要体现在Class 的概念上 ,所有的变量和方法都是在类的基础上执行,具体可以参照J2ME代码的例子。 二 J2ME 基础 J2ME是java的一个版本。 J2ME程序都是从MIDlet类开始执行的。注意下边的一些注释 -J2ME in a network of
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
classtojava
- 从class文件到java文件,有时候需要的,比如你在网上下载了源代码是class的-from class file to java file some time is important
jiugongtuyouxi
- 一个有助于开发智力的八数码小游戏,有兴趣的小朋友可以看看,java初学者也可以借鉴-Contribute to the development of a digital game of eight intellectual, interested children can see, java beginners can learn
PTKalc
- Bot created by me for the game Priston Tale, but need the injector to mouse move and the keyboard functions. The project is in netbeans JAVA. Demonstrate functions of Jrobot class in JAVA.
BattleCity-jiewen_liu
- 《坦克大战》(Battle City)是1985年日本南梦宫Namco游戏公司在任天堂FC平台上,推出的一款多方位平面射击游戏。游戏以坦克战斗及保卫基地为主题,属于策略型联机类。同时也是FC平台上少有的内建关卡编辑器的几个游戏之一,玩家可自己创建独特的关卡,并通过获取一些道具使坦克和基地得到强化。-" Battle" (Battle City) is a 1985 Japanese game company Namco Namco Nintendo FC in the plat
TankeGame
- 坦克大战游戏功能: * 1、画出坦克 * 2、我的坦克可以上下左右移动 * 3、坦克可以发射子弹,最多可以连发五颗 * 4、我的坦克击中敌人时,敌人的坦克消失并具有爆炸效果 * 5、我被击中后显示爆炸效果 * 6、防止敌人的坦克重叠运动 * 7、添加菜单栏 * 8、可以记录玩家的成绩 * 8.1、用文件流 * 8.2、单写一个文件类,完成对玩家成绩的记录 * 8.3、先完成保存共击毁了敌人多少辆坦克 * 8.4、存盘退出游戏
java-eluosifangkuai
- 用JAVA语言编写俄罗斯方块游戏,实现俄罗斯方块游戏的基本功能。课题主要完成目标是利用小应用程序模版及按钮事件、多线程以及相关事件处理完成俄罗斯方块游戏的操作程序。应用到的技术包括类的继承,接口的引用以及各类中重要方法的充分运用paint方法绘制游戏区,移动有效性判断locateFlag(),等),以及多线程的应用实现对方块下落速度的控制(线程的应用(线程的创建、run()方法的使用-Tetris game written in JAVA language, the basic function
LocalOS
- 先声明一下,这是一个副产品,暂定名叫LocalOS.写它的起因在于放假时去亲戚家串门,脑袋一热答应了下星期帮亲戚孩子做个游戏*,谁让国人都喜欢认为[IT人士]就是举凡和计算机有关的都会的人(而且不分软硬|||)。因为没写过*,手里没有相关类库,所以用什么写都一样,嫌分析封包麻烦并且也没时间,想用Java写个汇编类,然后调用游戏本身指令的*.目的有二:一是为了巩固相关的Java和汇编知识,二是强调下在软件世界中,Java能做什么并不是问题,Java不能做什么才是问题。 ##非
java-tankegame
- 用java实现的小游戏~坦克大战~分为几个类~坦克类~子弹类~希望喜欢-~ Tankedaizhan game with java class to be divided into several classes ~ tanks to bullets to hope like
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
properties
- 这是一个Java中的操作配置文件,在一个需要用到大量配置信息的模块和系统里,有必要封装一个专门的类来使用配置文件。-This is a Java operation in the configuration file, in a need to use a lot of configuration information modules and systems, it is necessary to package a special class to use the configuration
RunnableCard
- 实现多线程的发牌java小程序,其中包含Card类生成54张牌,自己点击Main运行程序-Achieve multi thread java small program, which contains the Card class to generate 54 cards, you click on the Main running program
java slot machine
- In this laboratory you will write a simplified version of a slot machine. Although physical slot machines can be used for gambling, we are not gambling in this class. We are playing for points only . Here is how a simple slot machine works: Three num
