资源列表
llk41
- 连连看小游戏 为的是能帮上大家的忙 什么也不说了
The-renju-source-code
- 五子棋源代码 用MFC编写 可以人机对战 相当不错的算法-The renju source code Written in MFC Can be man-machine battle Pretty good algorithm
21point
- 网狐平台6.6版游戏21点源码VS2008可通过编译。-Fox network platform 6.6 version of the game 21:00 source
wuziqiyuancode
- 一个相当不错的五子棋程序,vc源代码 具有一定的操作性,反应速度快-A very good backgammon program, vc source code has some maneuverability, quick response
aaa
- MFC编写的飞行棋游戏,编译无错,编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源-MFC prepared flight chess games, compiling without error, write some code that has the Chinese comment on the learners first contact with MFC is a good resource for
3DRoulette
- 小赌养家糊口,大赌可以建立事业,希望没有事业的朋友可以在这里找到你的归属。-Flutter breadwinner, a large bet you can build your business, hope no cause friends can be found here where you belong.
pente
- 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-Gobang the core algorithm, introduce the data structure Gobang procedures, scoring rules, the outcome of the methods and search algorithms to determine the course of
wuziqi
- VC实现的五子棋游戏,对于初学者是很好的锻炼噢
Backgammon
- 五子棋 人工智能作业 可以人机对战 算法思想不是很强,仅供参考。。。。 -Backgammon play against artificial intelligence, machine operation algorithm can be thought not very strong, for reference only. . . .
XNA_Solita220899872011
- XNA 4.0 Solitaire - A complete game of klondike solitaire using XNA 4.0 & VS2010. This also include my XNA Library for making 2D games. You can drag & drop cards or right mouse click to send cards to foundation decks. High score is always recorded wh
ChinaChess
- 用MFC实现中国象棋的基本移动(双缓存)-use MHC to make a small program of ChinaChess
FiveStone
- 五子棋游戏是一历史悠久,对抗性强,技巧性高的棋类游戏。本文用VC 6.0设计了五子棋游戏。并就以下问题进行了探讨: (1) 棋子棋盘在程序中的表示; (2) 如何通过鼠标点击落子; (3) 如何判断输赢,在棋盘的—,|,/,\\,四个方向进行搜索,超过5子以上连成一线则认为赢了。 (4) 如何实现梅棋功能。 (5) 如何保存并读入棋谱; (6) 如何让电脑拥有人类的智慧; (7) 编写软件代码应遵守的编写规范,成对编码原则和代码的注释 (8) 其它未详尽处,请参