搜索结果

找到约 10 项符合 knight 的查询结果

Windows Mobile Windows mobile平台.Pocket Knight 是一个与众不同的免费国际象棋游戏。它的规则非常有趣

Windows mobile平台.Pocket Knight 是一个与众不同的免费国际象棋游戏。它的规则非常有趣,和标准的国际象棋有很大差异,但并没有影响它的耐玩性,反而增添了许多乐趣
https://www.eeworm.com/dl/677/205051.html
下载: 65
查看: 1048

数据结构 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 ...
https://www.eeworm.com/dl/654/393662.html
下载: 130
查看: 1054

电子书籍 Knight OPC Server Rapid Development Toolkits

Knight OPC Server Rapid Development Toolkits
https://www.eeworm.com/dl/cadence/ebook/426829.html
下载: 76
查看: 1116

数据结构 algorithm bfs to solve knight tour problem

algorithm bfs to solve knight tour problem
https://www.eeworm.com/dl/654/468512.html
下载: 43
查看: 1038

游戏 knight s Tour Problem

knight s Tour Problem
https://www.eeworm.com/dl/625/472729.html
下载: 117
查看: 1050

其他 Knight s Tour Implementation

Knight s Tour Implementation
https://www.eeworm.com/dl/534/483774.html
下载: 189
查看: 1046

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/633/486216.html
下载: 198
查看: 1031

数据结构 解国际象棋骑士巡游问题的C++源代码

解国际象棋骑士巡游问题的C++源代码,主程序为knight.c
https://www.eeworm.com/dl/654/192489.html
下载: 52
查看: 1053

Java编程 用JAVA写的个种算法:排序

用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour
https://www.eeworm.com/dl/633/382079.html
下载: 194
查看: 1042

书籍 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 ...
https://www.eeworm.com/dl/522072.html
下载: 5
查看: 40