搜索:Knight

找到约 10 项符合「Knight」的查询结果

结果 10
https://www.eeworm.com/dl/625/472729.html 游戏

knight s Tour Problem

knight s Tour Problem
下载 117
·
查看 1083
https://www.eeworm.com/dl/534/483774.html 其他

Knight s Tour Implementation

Knight s Tour Implementation
下载 189
·
查看 1100
https://www.eeworm.com/dl/cadence/ebook/426829.html 电子书籍

Knight OPC Server Rapid Development Toolkits

Knight OPC Server Rapid Development Toolkits
下载 79
·
查看 1201
https://www.eeworm.com/dl/654/468512.html 数据结构

algorithm bfs to solve knight tour problem

algorithm bfs to solve knight tour problem
下载 43
·
查看 1067
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
下载 198
·
查看 1057
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 ...
下载 130
·
查看 1083
https://www.eeworm.com/dl/677/205051.html Windows Mobile

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

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

用JAVA写的个种算法:排序

用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour
下载 194
·
查看 1079
https://www.eeworm.com/dl/654/192489.html 数据结构

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

解国际象棋骑士巡游问题的C++源代码,主程序为knight.c
下载 52
·
查看 1075
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 ...
下载 5
·
查看 67