代码搜索:ChessBoard

找到约 642 项符合「ChessBoard」的源代码

代码结果 642
www.eeworm.com/read/406138/11448999

java queen.java

public class Queen { public static char chessboard[][] =new char[8][8]; public static void main(String args[]){ int i=0; int j=0; for(i=0;i
www.eeworm.com/read/411106/11255909

cpp queen.cpp

/*==================Promgram Descrition================*/ /*程序名称:queen.cpp */ /*程序目的:运用递归来解N皇后问题 */ /*Written By Huaying
www.eeworm.com/read/192054/8409512

java chesspoint.java

public class ChessPoint { int x,y; boolean 有棋子; ChessPiece piece=null; ChessBoard board=null; public ChessPoint(int x,int y,boolean boo) { this.x=x; this.y=y;
www.eeworm.com/read/188149/8568355

java chesspoint.java

public class ChessPoint { int x,y; boolean 有棋子; ChessPiece piece=null; ChessBoard board=null; public ChessPoint(int x,int y,boolean boo) { this.x=x; this.y=y;
www.eeworm.com/read/288145/8651226

java chesspoint.java

public class ChessPoint { int x,y; boolean 有棋子; ChessPiece piece=null; ChessBoard board=null; public ChessPoint(int x,int y,boolean boo) { this.x=x; this.y=y;
www.eeworm.com/read/187298/8834801

java chesspoint.java

public class ChessPoint { int x,y; boolean 有棋子; ChessPiece piece=null; ChessBoard board=null; public ChessPoint(int x,int y,boolean boo) { this.x=x; this.y=y;
www.eeworm.com/read/186869/8900540

cpp main.cpp

#include int HTryX[]={2,1,-1,-2,-2,-1,1,2}; //数组记录八个可走方向的横坐标 int HTryY[]={1,2,2,1,-1,-2,-2,-1}; //数组记录八个可走方向的纵坐标 int chessboard[8][8];
www.eeworm.com/read/186435/8933550

java kt.java

import java.applet.Applet; import java.awt.*; import java.awt.event.*; import java.net.URL; import java.util.ArrayList; public class KT extends Applet { // 线程延迟以毫秒为单位 public final st
www.eeworm.com/read/186311/8945798

java chesspoint.java

public class ChessPoint { int x,y; boolean 有棋子; ChessPiece piece=null; ChessBoard board=null; public ChessPoint(int x,int y,boolean boo) { this.x=x; this.y=y;
www.eeworm.com/read/184904/9066131

java chesspoint.java

public class ChessPoint { int x,y; boolean 有棋子; ChessPiece piece=null; ChessBoard board=null; public ChessPoint(int x,int y,boolean boo) { this.x=x; this.y=y;