代码搜索:ChessBoard
找到约 642 项符合「ChessBoard」的源代码
代码结果 642
www.eeworm.com/read/382130/9047264
h turnover.h
int Turn_Over_Next_chess(int chessBoard[8][8], int chessColor, int selfRow,
int selfColumn, int neighbourRow, int neighbourColumn)
{
int couldTurn= 0;
int currentColor;
selfRow+=neig
www.eeworm.com/read/161836/10366858
cpp chess.cpp
#include "Chess.h"
#include
#include
#include
using namespace std;
CChess::CChess(unsigned n=1)
{
unsigned i, j;
m_Length = n;
m_ChessBoard = new char *[
www.eeworm.com/read/139234/13171992
cpp mysearchengine.cpp
// MySearchEngine.cpp: implementation of the CMySearchEngine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "chess.h"
#include "My
www.eeworm.com/read/139234/13172047
cpp chessdlg.cpp
// chessDlg.cpp : implementation file
//
#include "stdafx.h"
#include "chess.h"
#include "chessDlg.h"
#include "winuser.h"
#define WS_EX_LAYERED 0x00080000
#define LWA_ALPHA
www.eeworm.com/read/131315/5946442
c control.c
/* This file contains code for X-CHESS.
Copyright (C) 1986 Free Software Foundation, Inc.
This file is part of X-CHESS.
X-CHESS is distributed in the hope that it will be useful,
but WITHOUT ANY
www.eeworm.com/read/400084/11583656
java gobangaigraphic.java
import javax.imageio.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.BufferedImage;
import java.io.*;
import javax.swing.*;
/**
* @author yeeku.H.lee kongyeeku@163.com
www.eeworm.com/read/174360/9591519
cpp cchessboardview.cpp
// CChessBoardView.cpp : implementation of the CCChessBoardView class
//
#include "stdafx.h"
#include "CChessBoard.h"
#include "DialogHelp.h"
#include "CChessBoardDoc.h"
#include "CChessBoar
www.eeworm.com/read/466590/7029483
cpp globalfun.cpp
#include
#include
#include
#include "chess.h"
#include "CDefines.h"
#include "Global.h"
#include "MainForm1.h"
#include "InfoForm3.h"
#define AnimationSpeed
www.eeworm.com/read/436165/7776031
cpp chessdlg.cpp
// ChessDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Chess.h"
#include "ChessDlg.h"
#include "NewGame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T