代码搜索:ChessBoard
找到约 642 项符合「ChessBoard」的源代码
代码结果 642
www.eeworm.com/read/447975/7542688
m load_image.m
function M = load_image(type, n, options)
% load_image - load benchmark images.
%
% M = load_image(name, n, options);
%
% name can be:
% Synthetic images:
% 'chessboard1', 'chessb
www.eeworm.com/read/297947/7984344
m load_image.m
function M = load_image(type, n, options)
% load_image - load benchmark images.
%
% M = load_image(name, n, options);
%
% name can be:
% Synthetic images:
% 'chessboard1', 'chessb
www.eeworm.com/read/333522/12677812
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "chessBoard.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/144777/12773403
cpp chessboardview.cpp
// ChessBoardView.cpp : implementation file
//
#include "stdafx.h"
#include "ChessBoard.h"
#include "ChessBoardDlg.h"
#include "ChessBoardView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/113927/15120699
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "ChessBoard.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/489108/1226263
java chesspao.java
package chs;
import java.util.List;
public class ChessPao extends ChessItem {
public ChessPao(String id, int x, int y) {
super(id, x, y);
}
public ChessPao(ChessBoard b, String id,
www.eeworm.com/read/489108/1226264
java chessche.java
package chs;
import java.util.List;
public class ChessChe extends ChessItem {
public ChessChe(ChessBoard b, String id, int x, int y) {
super(b, id, x, y);
}
public boolean moveTo(
www.eeworm.com/read/211794/4940192
java chessboardrenderer2d.java
/*
ChessBoardRenderer2D - A class to render a 2D representation of
a chessboard.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can re
www.eeworm.com/read/197690/5092758
java analyse.java
package chess;
public class Analyse {
int chessBoard[][];
int STEPCOUNTER=0;
int BASE=5;
int DEEPTH=3;
int MINDEEPTH=3;
int MAX1=5;
long INVALID=9000000;
Analyse(int chess
www.eeworm.com/read/197690/5092814
java~2~ analyse.java~2~
package chess;
public class Analyse {
int chessBoard[][];
int STEPCOUNTER=0;
int BASE=5;
int DEEPTH=3;
int MINDEEPTH=3;
int MAX1=5;
long INVALID=9000000;
Analyse(int chess