搜索资源列表
C语言五子棋
- 简单但实用的五子棋程序,清晰明了的代码风格,很有借鉴意义。-simple but practical renju procedures, clarity of style code, a useful one.
C语言五子棋小程序
- C语言五子棋小程序,Windows API编写小程序,编译器是lcc,vc也可以的,算法做的很仔细,电脑很强的-331 small C language, the Windows API procedures for the preparation of small, the compiler is LCC, vc, I can do the algorithms very careful and very strong computer
单机五子棋
- 单机版的双人对战五子棋游戏
基于MFC界面的人机对战五子棋
- 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
C++五子棋
- C++五子棋,分为三个类:人、电脑、裁判。实现了五子棋的基本功能。
c#简单五子棋
- c#编写的简单五子棋,很基本的
QQ
- 个完全开源的交互聊天软件 ,仿QQ版增加了服务器互联的功能,增加了服务器互连的功能,同时去掉了服务器集群的功能 增加了群组的功能,包括聊天室和游戏大厅 ,增加了一个网络五子棋游戏,改正了在有些网络环境下,每5分钟左右自动掉线的问题.-Fully interactive open-source chat software, an increase of imitation QQ server version of the function of the Internet, an incre
wuziqi
- C语言课程设计课题,比较实用的五子棋程序代码,可进行双人对战,人机对战等-C language program design issues, more practical renju code, can be double play against, play against other human-computer
FiveChess SP2
- C++课程设计,五子棋。可人机对战。-C curriculum designs, gobang. But man-machine to war.
DeviceApplication2
- windows mobile平台的ppc程序,五子棋源码,使用C#语言!-windows mobile platform ppc procedures, Gobang source, the use of C# language!
DOS-fivestone-C++
- 一个c的五子棋,可以看看,这种还是很少的-A c of Gobang, you can see, this is still very little
WuziqiC
- 都知道的经典小游戏,五子棋,可用来进行C语言学习-All know the classic game, Gobang, can be used to carry out C Language Learning
FileCHEET
- C#写的五子棋游戏的精美源程序,支持双人对战,人机对战,算法值得研究-C# written in exquisite Games Gobang source to support the double battle, man-machine war, the algorithm is worth studying
wuziqi
- 我自己编写的纯C语言五子棋游戏,一台电脑上两人对战类型,命令行界面哟。-,,
五子棋_C++
- 实现了人工智能的五子棋,能够进行人机对战!!!(The realization of artificial intelligence Gobang, can be man-machine warfare!!!)
五子棋源码
- C++的五子棋源码实现,很好玩的小游戏,无聊可以玩玩。(This is a simple game of backgammon, only learning, thank you!)
五子棋
- 学期末大作业,用于在最终的大作业,自己编写,无bug,也可供自学,(Homework at the end of the semester)
游戏编程之五子棋
- 初学者可以参考的,用简单的c++写五子棋的程序(Beginners can refer to, using simple c++ to write Gobang program)
五子棋FIVE-Server
- 采用C/S模式架构,五子棋游戏网络对战平台的服务端程序(Using C / S mode architecture, Gobang game network battle platform server program.)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。