代码搜索:ChessBoard
找到约 642 项符合「ChessBoard」的源代码
代码结果 642
www.eeworm.com/read/116956/14947178
cpp 棋盘覆盖.cpp
#include
#include"iomanip.h"
int tile=1;
const int size=16;
int board[size][size];
void chessboard(int tr,int tc,int dr,int dc,int size)
{
if(size==1)return;
int t=tile++,
s=s
www.eeworm.com/read/214167/15112059
h d_queens.h
#ifndef EIGHT_QUEENS_PROBLEM
#define EIGHT_QUEENS_PROBLEM
#include
#include
#include "d_matrix.h"
using namespace std;
// can a queen at (row,col) be attacked by any
www.eeworm.com/read/113927/15120678
cpp chessboardview.cpp
// ChessBoardView.cpp : implementation of the CChessBoardView class
//
#include "stdafx.h"
#include "ChessBoard.h"
#include "ChessBoardDoc.h"
#include "ChessBoardView.h"
#include "DefineDlg.
www.eeworm.com/read/113927/15120730
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// ChessBoard.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/212996/15143972
cpp treelistnode.cpp
// TreeListNode.cpp: implementation of the TreeListNode class.
//
//////////////////////////////////////////////////////////////////////
#include "TreeListNode.h"
/////////////////////////////
www.eeworm.com/read/206843/15288383
cpp ch_b.cpp
#include "iostream.h"
#include "stdlib.h"
#include "time.h"
#define M 32//假定棋盘的规格为32*32
int board[M][M]={0};//board表示棋盘
int tile=1;//tile表示L型骨牌的编号
//函数chessboard(int tr,int tc,int dr,int dc,in
www.eeworm.com/read/206843/15288400
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// chessBoard.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/168081/5448521
pas preview.pas
unit preview;
interface
uses
Windows, Messages, Classes, Controls, Forms, Piece,
StdCtrls, Buttons, Board, ExtCtrls, Menus;
type
TfrmOptionsPreview = class(TForm)
pnlBottom: TPa
www.eeworm.com/read/157242/5607074
java fivelink.java
package org.javagarden.j2me.fivelink.client;
import javax.microedition.lcdui.Choice;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microe
www.eeworm.com/read/474803/6807786
java gobangmidlet.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.bluetooth.*;
import javax.microedition.io.*;
import java.io.*;
/**
* 该类是应用程序的主类,实现了MIDlet的生命周期方法。
* 同时,该类