资源列表
Gobang
- 五子棋源程序,用以实现五子棋游戏的功能,功能全面,适于学习和游戏-Gobang source to achieve the functions of backgammon games, full-featured, suitable for learning and games
JAVAFIVECHESS
- 五子棋的测试 看能否运行 希望大家给出意见-test five chess
wuziqi
- 五子棋源程序,大家可以下载下来玩下试试 看下效果怎么样-gobang you can download and enjoy
OTHELLO
- 格子棋程序。通过数学的优化及运算得出有效的算法。这是一个有趣的游戏,希望大家多多指教。-Lattice chess program. Mathematical optimization and operations through effective algorithm derived. This is an interesting game, hope that exhibitions.
game
- 经典的当空接龙易语言源代码,供大家学习使用-Classic Solitaire easily when empty language source code for all to learn to use
cchess-0.01.tar
- Chinese chess writen by C with GTK+ -Chinese chess writen by C with GTK+ ...
J2meWuZiQi
- J2ME实现手机游戏五子棋的编程,适合初学者了解J2ME,以及一般程序开发,和手机变成,大家支持我啊-J2ME mobile phone games to achieve Gobang programming, suitable for beginners to understand J2ME, and general program development, and the phone into, you support me ah
Chess
- 中国象棋源码,比较不错,是用c++编的,大家有兴趣可以看看。可以互相学习学习。-chess
blackandwhite
- ACM大赛题目之一:黑白棋 计算能转换的棋子的最大数目-One of the topics ACM Contest: Othello calculated to convert the maximum number of pieces
b-w-chess
- 一个vc++编的黑白棋的小游戏,,开发游戏的可以- a game named black-white chess for game development.
chinese-chess
- 中国象棋,很不错的例子,,游戏开发的可以学习学习-the chinese chess game ,for game developer. very good
OnePiece
- 聊天小软件:基本的思路: 服务器端: 服务器与每个客户用一个线程建立连接 每个线程里面不断接收和处理数据包 所有数据包用一个列表存储 遇到ask包(请求在线列表)就跟据来源生成一个rst包(返回) 遇到To为本线程用户的,将包发给本线程用户 客户端: 与服务器端相对应 代码里面有注解 数据包: 用一个类表示 里面有Kind(包类型),To(来源),From(去处),Message(消息) 网络套接字用文件类型传输,所以