代码搜索:ChessBoard
找到约 642 项符合「ChessBoard」的源代码
代码结果 642
www.eeworm.com/read/153082/12061403
h twoflag_res.h
#ifndef TWOFLAG_RES_H
#define TWOFLAG_RES_H
// WARNING: DO NOT MODIFY THIS FILE
// AUTO-GENERATED BY BREW Resource Editor
#define TWOFLAG_RES_FILE "twoflag.bar"
#define IDB_SPLASH 5001
www.eeworm.com/read/369426/2798681
java chessgamestate.java
import java.io.*;
public class ChessGameState implements Serializable {
private ChessBoard theBoard;
private ChessPlayer white;
private ChessPlayer black;
private int fiftyMovesCounter;
}
www.eeworm.com/read/144777/12773407
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChessBoard.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/186073/8961672
cpp main.cpp
#include
#include
#include
using namespace std;
#include "gobangPlayer.cpp"
#include"chessboard.cpp"
// Function Declaration Beginning
void displayInformat
www.eeworm.com/read/420707/10779837
cpp main.cpp
#include
#include
#include
using namespace std;
#include "gobangPlayer.cpp"
#include"chessboard.cpp"
// Function Declaration Beginning
void displayInformat
www.eeworm.com/read/212063/15166316
cpp queens.cpp
Queens::Queens(int size)
/*
Post: The Queens object is set up as an empty
configuration on a chessboard with size squares in
each row and column.
*/
{
board_size = size;
coun
www.eeworm.com/read/212063/15166317
cpp squeens.cpp
Queens::Queens(int size)
/*
Post: The Queens object is set up as an empty
configuration on a chessboard with size squares in
each row and column.
*/
{
board_size = size;
count
www.eeworm.com/read/208515/4992707
java chess.java
import chessBoard;
import chessFrame;
import chessArray;
public class chess
{
public static void main(String args[])
{
chessFrame chessFrame=new chessFrame();
chessFrame.setVisible (tr
www.eeworm.com/read/168081/5448512
pas board.pas
unit Board;
{ Chessboard component for Delphi (written partly in Delphi 1, before I moved
to Delphi 3 and finished it) by Alistair Keys
This component encapsulates all the rules of chess (h
www.eeworm.com/read/320486/3547237
java chess.java
import chessBoard;
import chessFrame;
import chessArray;
public class chess
{
public static void main(String args[])
{
chessFrame chessFrame=new chessFrame();
chessFrame.setVisible (tr