搜索结果
找到约 10 项符合
knight 的查询结果
Windows Mobile Windows mobile平台.Pocket Knight 是一个与众不同的免费国际象棋游戏。它的规则非常有趣
Windows mobile平台.Pocket Knight 是一个与众不同的免费国际象棋游戏。它的规则非常有趣,和标准的国际象棋有很大差异,但并没有影响它的耐玩性,反而增添了许多乐趣
数据结构 void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=
void Knight(int i , int j)
{
// printf("%d %dn",i,j)
if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size )
{
return
}
step++
board[i][j]=step
if (step == Size*Size)
{
showboard()
system("PAUSE")
return
}
//DFS
Knight(i-2,j-1) //left
Knight(i-2,j+1)
Knight(i+2,j-1) //right ...
电子书籍 Knight OPC Server Rapid Development Toolkits
Knight OPC Server Rapid Development Toolkits
数据结构 algorithm bfs to solve knight tour problem
algorithm bfs to solve knight tour problem
游戏 knight s Tour Problem
knight s Tour Problem
其他 Knight s Tour Implementation
Knight s Tour Implementation
Java编程 A demo for Knight s Tour problem by Java applet
A demo for Knight s Tour problem by Java applet
数据结构 解国际象棋骑士巡游问题的C++源代码
解国际象棋骑士巡游问题的C++源代码,主程序为knight.c
Java编程 用JAVA写的个种算法:排序
用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour
书籍 Propagation+of+Radiowaves+(3rd+edition)
This edition updates and continues the series of books based on the residential
courses on radiowave propagation organised by the IEE/IET.
The first course was held in 1974, with lectures by H. Page, P. Matthews,
D. Parsons, M.W. Gough, P.A. Watson, E. Hickin, T. Pratt, P. Knight, T.B. Jones,
P.A. B ...