代码搜索:ChessBoard
找到约 642 项符合「ChessBoard」的源代码
代码结果 642
www.eeworm.com/read/298854/7930255
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Chess.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#def
www.eeworm.com/read/206843/15288390
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/333522/12677828
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by chessBoard.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#d
www.eeworm.com/read/113927/15120716
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChessBoard.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#d
www.eeworm.com/read/737/4904
h checkstatus.h
typedef struct positionqueue
{
int row;
int column;
}positionqueue;
int Check_Neighbours(int chessBoard[8][8], int chessColor, int selfRow,
int selfColumn, int neighbour
www.eeworm.com/read/41490/920611
h checkstatus.h
typedef struct positionqueue
{
int row;
int column;
}positionqueue;
int Check_Neighbours(int chessBoard[8][8], int chessColor, int selfRow,
int selfColumn, int neighbour
www.eeworm.com/read/41682/920930
h checkstatus.h
typedef struct positionqueue
{
int row;
int column;
}positionqueue;
int Check_Neighbours(int chessBoard[8][8], int chessColor, int selfRow,
int selfColumn, int neighbour
www.eeworm.com/read/410191/11299255
cpp saratov243.cpp
/*
Alfonso2 Peterssen
15 - 5 - 2008
Saratov #243 "Broken Chessboard"
*/
#include
#include
#include
using namespace std;
const int
MAXC = 20,
MAXP =
www.eeworm.com/read/333522/12677841
cpp chessboarddoc.cpp
// chessBoardDoc.cpp : implementation of the CChessBoardDoc class
//
#include "stdafx.h"
#include "chessBoard.h"
#include "chessBoardDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
www.eeworm.com/read/141450/5769859
java positionrenderer.java
/*
PositionRenderer - A class to render chessboard squares.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and/or
modify i