代码搜索:Player 开发教程
找到约 10,000 项符合「Player 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/184859/9069050
java computer.java
//机器永远都执黑棋
public class Computer{
public int row,line;//记录求得的计算机下棋位置行/列
public IfWin judge;
public int power;//权值来设定难度
public int player1lines[][];//白旗在对应位置的权值
public int player2lines[][
www.eeworm.com/read/375280/9365514
c sb_bar.c
//**************************************************************************
//**
//** sb_bar.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: sb_bar.c,v $
//** $Revision: 1.94 $
//** $Date:
www.eeworm.com/read/375280/9365576
h p_local.h
//**************************************************************************
//**
//** p_local.h : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: p_local.h,v $
//** $Revision: 1.64 $
//** $Dat
www.eeworm.com/read/175813/9529983
makefile
# $Header: /home/jcb/newmj/RCS/Makefile.in,v 11.14 2003/10/12 21:10:48 jcb Exp $
# Master makefile for the xmj suite.
### NOTE NOTE NOTE
### This makefile uses some features specific to GNU make.
###
www.eeworm.com/read/453468/7419451
h playermanager.h
#ifndef __PLAYER_MANAGER_H__
#define __PLAYER_MANAGER_H__
#pragma once
#include
#include
using namespace util;
class Player;
class ObjectFactory;
struc
www.eeworm.com/read/435836/7783208
h basic_board.h
#ifndef _BASIC_BOARD_H_
#define _BASIC_BOARD_H_
// class Board
template
class BasicBoard {
public:
static const uint board_size = T;
static const uint board_area = T * T;
www.eeworm.com/read/299091/7889594
c sb_bar.c
//**************************************************************************
//**
//** sb_bar.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: sb_bar.c,v $
//** $Revision: 1.94 $
//** $Date:
www.eeworm.com/read/299091/7889704
h p_local.h
//**************************************************************************
//**
//** p_local.h : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: p_local.h,v $
//** $Revision: 1.64 $
//** $Dat