代码搜索:evaluation
找到约 10,000 项符合「evaluation」的源代码
代码结果 10,000
www.eeworm.com/read/295351/8168716
cls evaluation.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/295121/8186329
h evaluation.h
// Evaluation.h: interface for the CEvaluation class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_EVALUATION_H__B1597646_2B55_40CD_8A1A_31A0DD69C57C
www.eeworm.com/read/295121/8186401
cpp evaluation.cpp
// Evaluation.cpp: implementation of the CEvaluation class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HrSys.h"
#include "Evaluation
www.eeworm.com/read/369309/9655725
class evaluation.class
www.eeworm.com/read/369309/9655783
java evaluation.java
//package bkgm;
/* An Evaluation must provide a method for scoring a board for a given
* player, and max/min bounds on this score. */
public abstract class Evaluation {
abstract float boardSc
www.eeworm.com/read/335006/12555595
java evaluation.java
/**
*
* This class evaluates the situation of the board
*
*/
class Evaluation
{
int size;
static final int sTwo = 0;
static final int sThree = 1;
static final int sFour = 2;
st
www.eeworm.com/read/300368/13917842
java evaluation.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers