-
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
-
eleeye
著名象棋软件象棋巫师源代码。循序渐进实现象棋巫师。(Famous chess wizard chess software source code. Progressive realization of chess wizard.)
- 2021-01-09 21:18:56下载
- 积分:1
-
QPWeb
网狐原版网站后台,绝对完整!超值!!!!(code wh web aaaaaaa)
- 2010-03-15 19:35:20下载
- 积分:1
-
象棋_0.5
类似中国象棋的小游戏的实现(similar to a small Chinese chess games to achieve)
- 2005-01-24 21:30:26下载
- 积分:1
-
NoGo
基于C++的不围棋程序,游戏规则与围棋正好相反,在window7环境下采用visual studio 2013开发。(A C++ based NoGo computer game program, developed with Visual Studio 2013 in windows7.)
- 2021-04-04 19:49:04下载
- 积分:1
-
Stockfish 7
说明: stockfish version 7 chess engine
- 2019-05-30 01:26:51下载
- 积分:1
-
FiveChess
网络版的VB五子棋,CS结构,含游戏大厅.(Online version of the VB backgammon, CS structures, including the game lobby.)
- 2013-08-03 22:35:13下载
- 积分:1
-
qipanfugai_matlab
用matlab编写的棋盘覆盖问题的解决,有清楚的注释,帮助学习者了解分治法在类似问题中的应用(Matlab prepared by the board covering problems, clear notes, to help students understand the divide and conquer similar problems)
- 2020-12-03 16:09:25下载
- 积分:1
-
五子棋源码
一个五子棋源码 .(a source.)
- 2004-12-22 23:47:05下载
- 积分:1
-
ClassOneFight2.0
参考了这些游戏的创新理念,并且结合自己生活中同学,好友提出的总需求推出了一款更加简单,却异常具有亲和力的类《三国杀》游戏——《一班杀》网络版。使用VS2008编写。(The very popular "Three killed," the puzzle game pushed to an unprecedented height. We have made reference to the innovative ideas of these games, and combined with the students in their own lives, and friends raised the total demand has introduced a more simple, but abnormal affinity class of "Three killed the game-" to kill a group of "online edition.)
- 2012-03-09 21:04:05下载
- 积分:1