-
五子棋源码
一个五子棋源码 .(a source.)
- 2004-12-22 23:47:05下载
- 积分:1
-
fivesource
五子棋源码 (Gobang game source)
- 2020-06-26 12:40:01下载
- 积分:1
-
ChinaChess
中国象棋打谱程序,用java编写吗,很适合java初学者的学习(Chinese Chess playing spectrum program, prepared using java, very suitable for java beginners learning)
- 2012-08-24 14:41:52下载
- 积分:1
-
5636457457
VB语言写的台湾玩法的扑克牌游戏源代码。(Taiwan VB language play poker game source code.)
- 2013-08-06 08:52:17下载
- 积分:1
-
wuziqi
五子棋游戏源码,界面优美经典,编程思路清晰,非常适合学习。(Backgammon game source code, interface and beautiful classic programming ideas clearly, very suitable for learning.)
- 2013-04-05 23:20:51下载
- 积分:1
-
FiveChess
五子棋,建立一个棋盘,黑白方相互对下,判断输赢!(fivechess)
- 2010-12-30 19:31:52下载
- 积分:1
-
PC-boyi
象棋是一种完全知识博弈,本书介绍一些技术应用于这种博弈(Chess is a game full of knowledge, the book introduces some of the techniques used in this game)
- 2011-11-11 17:51:47下载
- 积分:1
-
智能象棋游戏
说明: 在C#下开发的一个“中国象棋”小游戏,运行环境:win200/win2003/win xp VS.NET2003(in C# developed under a "Chinese Chess" small game, the environment : win200/win2003/win xp VS.NET2003)
- 2005-12-16 10:30:11下载
- 积分:1
-
BcbChess
C++Builder程序设计范例:中国象棋 / 胡达著 出版发行 北京 : 清华大学出版社, 2002
的附带光盘,用c++Builder实现一个简单的象棋程序
(C++ Builder Program Design Example: Chinese Chess/Huda published a Beijing: Tsinghua University Press, 2002 spin-off CD-ROM, with c++ Builder realize a simple chess program)
- 2008-04-07 23:05:11下载
- 积分:1
-
8queen
在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。
本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。(8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.)
- 2007-12-15 22:24:44下载
- 积分:1