代码搜索:ChessBoard

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

代码结果 642
www.eeworm.com/read/164071/10131650

java chess.java

/* * Created on 2006-2-21 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author xsj1 * * TODO To
www.eeworm.com/read/163463/10159430

txt 源程序.txt

#include #include #include #include int tile; //L型骨牌编号 int **chessarr; void chessboard(int row0,int col0,int size,int sprow,int spcol) /
www.eeworm.com/read/422955/10599278

h _chessb.h

//此文件声明了棋盘类 #include "structs.h" class _ChessBoard { private: _Nodes Nodes[121]; //存放了121个节点的数组 int road[121]; //记录走棋路径的数组 int Nowroad; //记录路径时候记录当前位置的数组下标 int DFS(int,int); //深度
www.eeworm.com/read/422955/10599307

cpp main.cpp

#include "_ChessB.h" #include "_Gamer.h" #include #include #include #include #include #define LEFT 120 #define TOP 40 #define HEIGHT 400
www.eeworm.com/read/420309/10804517

java llkjm.java

/* * DisplayApplet.java * * Created on 2007年1月12日, 下午5:44 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ import java.io.*; imp
www.eeworm.com/read/273237/10922281

java chess.java

////////////////////////////////////////////////////// // //ChessPoint.java // //Created by Guanyi-Zhao ////////////////////////////////////////////////////// //Readyme: // 这是主类,程序的入口
www.eeworm.com/read/417120/11002729

java simplechess.java

import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JApplet; import java
www.eeworm.com/read/464910/7062459

cpp zp2097_o2.cpp

#include #include #include #include using namespace std; int Chessboard[8][8][5]; int startX,startY,endX,endY; int step[4][2] = {{0,1},{1,0},{0,-1},
www.eeworm.com/read/461099/7234329

plg 棋盘.plg

Build Log --------------------Configuration: 棋盘 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\sa\LOCALS~
www.eeworm.com/read/458688/7291303

txt n皇后问题.txt

//#include "stdafx.h" #include #define M 6 char chessboard[M][M]; int QueenPlace(int LocX,int LocY); int N_Queens(int LocX,int LocY,int Queens) { int i,j; int Result = 0; if(Queen