搜索资源列表
blocks
- 这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn-This a java Russian ideographic written procedures, the use of the frame was made, rather than the traditional applet hope that after we tried to point lzz_zsu_2005@yaho
JAVA3Dmofang
- 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件-This procedure for the release of the test Cube (MoFang.java), contains all the core code and comment
Frame
- Java编写的打字游戏,源代码,初学者,高手都可以来借鉴下,,欢迎下载-Written in Java typing games, source code, for beginners, since the master can draw on, the, welcome to download
Tetris
- 俄罗斯方块:这个游戏用java完成对俄罗斯的编写,其中用到了一个自制的框架,大家可以学习,也可以-Tetris: the game with Java performed on Russia s preparation, which uses a homemade frame, we can learn, can also play
CardDealing
- java 翻扑克牌小游戏的框架,可根据不同的用户的需要来决定修改-Java turn a playing card games of the frame, can according to the needs of different users to decided to amend
Frame
- 一款用JAVA语言编写的简单扫雷游戏,可用于新手编写练习-A simple minesweeper game which is wrote with JAVA,the beginner can use it to practice.
java2
- java窗口实例游戏,双方各有战士,弓箭手,魔法师三种职业,战士克弓箭手,弓箭手克魔法师,魔法师克战士,用鼠标点击操作-this is a java instance. After you programme it ,you will see a java frame game. And there are two sides in the game.Each side has thress chess,warrier,archer,and magician. If a archer en
mario
- JAVA源码,游戏娱乐,马里奥,Java游戏源码 mario-java马里奥游戏源码下载,有Frame 和Applet 两种启动模式。学习Java游戏的朋友可下载源码参考一下-JAVA source code, video games, Mario, Java game source code java mario, mario-game source download, both Frame and Applet startup mode. Friends to learn Java
Snake
- JAVA 贪吃蛇小游戏 Frame界面 多线程 新手练习 -Snake game multi-threaded JAVA
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
PolyFrame
- 多边形生成算法,java写就,可以直接运行。-poly frame emerge.
ChatProject
- java的聊天应用软件,包括开始登录的界面,还有聊天的应用以及贪吃蛇小游戏-A chat project for java,include chat project tanchishe game and a login frame
pintu
- 设计一个用java语言实现的数字拼图小游戏。界面主要由15个按钮,按钮上数字从“1”到“15”,面板采用网格布局,4*4分布。主要用到了awt包中的Frame、Butto,awt.event 包中的ActionListener、WindowListener接口,util包中的随机数(Random)类产生随机数。 数字移动是通过交换label属性。-Design a digital implementation using Java language puzzle game. Interfac
java
- 模拟实现网桥的转发功能,以从文件中读取帧模拟网桥从网络中收到一帧,即从两个文件中读入一系列帧,从第一个文件中读入一帧然后从第二个文件中再读入一帧,如此下去。对每一帧,显示网桥是否会转发。-Analog implementation bridge forwarding function to read analog bridge frame the file receive a frame the network, the two documents read in a series of
Mine
- 使用java实现了一个小小的windows上的排雷游戏,使用了java的frame功能。(The use of Java to achieve a small mine on the windows game, using the Java frame function.)