代码搜索:ChessBoard
找到约 642 项符合「ChessBoard」的源代码
代码结果 642
www.eeworm.com/read/417376/10992310
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, Menus, ExtCtrls, StdCtrls;
type
TForm_Main = class(TForm)
www.eeworm.com/read/417375/10992412
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Menus, ScktComp, StdCtrls;
type
TForm_Main = class(TForm)
www.eeworm.com/read/445133/7598703
java threechessgame.java
/**
* @(#)ThreeChessGame.java
*
*
* @author
* @version 1.00 2009/3/13
*/
import javax.swing.JOptionPane;
public class ThreeChessGame {
//二维数组模拟棋盘
private char[][] chessBoard;
www.eeworm.com/read/144777/12773442
cpp chessboarddlg.cpp
// ChessBoardDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ChessBoard.h"
#include "ChessBoardDlg.h"
#include "ChessBoardView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/243498/12936961
m chaos_kinght_tour.m
% chaos and knight's tour
clear;
clc;
chessboard=[1 24 13 18 7;14 19 8 23 12; 9 2 25 6 17;20 15 4 11 22;3 10 21 16 5];
[row col]=size(chessboard);
N=30;x=zeros(1,N);
x(1)=0.6;u=4;
for i=1:N-1
www.eeworm.com/read/136812/5861987
h chesstool.h
/* @(#)chesstool.h 1.1 92/07/30 Copyr 1984 Sun Micro */
/*
* Copyright (c) 1984 by Sun Microsystems Inc.
*/
#ifndef DST_NONE
#include
#endif
#define SQUARESIZE 65 /* width of each s
www.eeworm.com/read/255347/12085848
txt 棋盘覆盖.txt
// chess1Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "chess1.h"
#include "chess1Dlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/206843/15288401
cpp chessboarddlg.cpp
// chessBoardDlg.cpp : implementation file
//
#include "stdafx.h"
#include "chessBoard.h"
#include "chessBoardDlg.h"
#include "stdlib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/382130/9047305
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/139234/13172038
h setchess.h
// SetChess.h: interface for the SetChess class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SETCHESS_H__FD173D59_EDB0_40B5_8904_C3290246D2F4__INCLU