搜索资源列表
ch03
- 五子棋对战游戏的实现,打开Eclipse导入ch03项目,运行server.chessServer类启动服务器端,运行client.chessClient类启动客户端。目前只支持两个客户端进行网络对战,多个玩家还有如线程同步问题等。两个客户端可以在同一台电脑上运行。-The realization of renju game against, open the Eclipse import ch03 project, run server. ChessServer class start the
shitoujianda
- 一个java实现的石头剪刀布小游戏,运行的方法是先启动主线程类。然后启动客户端类。并再客户端一方输入 锤子,或 剪刀 或 布 ,然后回车,服务器会根据判断返回游戏的结果。这个过程反复执行。可以多次出拳和服务器较量。 -A Java realize stone scissors cloth small game, operation method is to start main thread class. Then starting client class. And then the clie
java-eluosifangkuai
- 用JAVA语言编写俄罗斯方块游戏,实现俄罗斯方块游戏的基本功能。课题主要完成目标是利用小应用程序模版及按钮事件、多线程以及相关事件处理完成俄罗斯方块游戏的操作程序。应用到的技术包括类的继承,接口的引用以及各类中重要方法的充分运用paint方法绘制游戏区,移动有效性判断locateFlag(),等),以及多线程的应用实现对方块下落速度的控制(线程的应用(线程的创建、run()方法的使用-Tetris game written in JAVA language, the basic function
yanhua
- 用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。本实例的知识点有:鼠标事件的监听,Graphics类和Thread类的应用。-Use the mouse to click on the browser panel will appear colorful fireworks effects. Knowledge of this example are: mouse event listener, Graphics class and the Thread class applications
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
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
Loom
- Unity多线程(Thread)和主线程(MainThread)交互使用类(Unity multithreading (Thread) and the main thread (MainThread) interactively use the class)