搜索:Knight
找到约 10 项符合「Knight」的查询结果
结果 10
https://www.eeworm.com/dl/534/483774.html
其他
Knight s Tour Implementation
Knight s Tour Implementation
https://www.eeworm.com/dl/cadence/ebook/426829.html
电子书籍
Knight OPC Server Rapid Development Toolkits
Knight OPC Server Rapid Development Toolkits
https://www.eeworm.com/dl/654/468512.html
数据结构
algorithm bfs to solve knight tour problem
algorithm bfs to solve knight tour problem
https://www.eeworm.com/dl/633/486216.html
Java编程
A demo for Knight s Tour problem by Java applet
A demo for Knight s Tour problem by Java applet
https://www.eeworm.com/dl/654/393662.html
数据结构
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)
Kni ...
https://www.eeworm.com/dl/677/205051.html
Windows Mobile
Windows mobile平台.Pocket Knight 是一个与众不同的免费国际象棋游戏。它的规则非常有趣
Windows mobile平台.Pocket Knight 是一个与众不同的免费国际象棋游戏。它的规则非常有趣,和标准的国际象棋有很大差异,但并没有影响它的耐玩性,反而增添了许多乐趣
https://www.eeworm.com/dl/633/382079.html
Java编程
用JAVA写的个种算法:排序
用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour
https://www.eeworm.com/dl/522072.html
书籍
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 ...