搜索资源列表
Ans
- It is a MMORPG multithreading server. It can connect many clients using Java Connection socket.
wzq
- java实现五子棋 可人机对战 可双人对战 用到了人工智能的A算法 还有java的网络编程socket
Lan-Chat
- J2SE编写的一个局域网点对点聊天工具,每个程序同时作为服务器和客户端,使用Java Socket通过IP地址建立连接,可以显示对方信息、文字聊天和互传文件-J2SE written a local area network P2P chat tool, each program can act as both server and client, using Java Socket to connect with the IP address, you can display other in
Poker
- Java通过socket+swing实现一个简单的网络版有声斗地主游戏。包括服务器和客户端代码。-Java socket implementation through a simple sound Landlords game. Including server and client code.
AirPlane
- 怀旧一下,相信好多人都玩过,在纸上画几个方格,再添加几个不同方向的飞机,之后就开始大喊大叫:“打中你翅膀啦,打中你脑袋啦!”。现在写了一个两个人局域网打飞机的游戏。输入对方IP地址,最多摆放5架飞机,击中所有飞机头获胜。java applet小程序,可以学习到socket应用。适合不能上外网,又不爱玩windows自带那几个游戏的人,来试试这个小游戏吧~-Nostalgic look, I believe many people have played, a few paintings on p
xiangqiduizhan
- 网络象棋对战系统,支持多人登录,分客户端和服务器端,采用Swing加套接字实现,代码简单易懂,适合学习JAVA的人使用-Chess combat system, support network DuoRen login, points the client and the server, the Swing and a socket, easy to understand and to realize the code for learning a JAVA people use
MyServer
- a simple java server code to open a socket for communication.
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
src4_0
- 这是一个用java来写的一个中国象棋游戏,实现了基本的单击对战功能和基于socket实现的网络对战功能.但是局限在局域网相连.-This is a java to write a Chinese chess game, to achieve the basic functions and socket-based click Battle implemented online play functionality, but limited to the LAN connected.
cocos2dx-socket
- 客户端是cocos2dx,服务器是java,挺不错的一个例子-The client is cocos2dx, the server is Java, quite a good example