代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/470683/6905791
readme
This code integrates eclat, charm and genmax into one. Note, this is
just a clean version of the individual programs, and as such not
optimal. For instance the original code for Charm and GenMax are
f
www.eeworm.com/read/111495/6961275
copying
NOTE! The GPL below is copyrighted by the Free Software
Foundation, but the instance of code that it refers to (/dev/bios
driver)is copyrighted by me and others who actually wrote it.
Also no
www.eeworm.com/read/461981/7213409
py actor.py
# Client actor instance
#
import shared.characterstatemgr as _characterstatemgr
import shared.moveforward as _moveforward
import string
class Actor(_characterstatemgr.CharacterStateMgr):
d
www.eeworm.com/read/461981/7213430
py actor.py
# Server actor instance
#
import shared.characterstatemgr as _characterstatemgr
import shared.moveforward as _moveforward
import string
class Actor(_characterstatemgr.CharacterStateMgr):
d
www.eeworm.com/read/461827/7218863
h magictrainapplication.h
#ifndef __TRAIN_APPLICATION_H__
#define __TRAIN_APPLICATION_H__
#include
/*!
@class CTrainApplication
@discussion An instance of CTrainApplication is the application p
www.eeworm.com/read/453443/7420603
cpp hheuristic.cpp
/**
@file
Some history heuristic related code
*/
#include "HHeuristic.h"
using namespace Othello;
HistoryHeuristic& HistoryHeuristic::Instance()
{
static HistoryHeuristic hh;
re
www.eeworm.com/read/447420/7551995
txt test.txt
An instance guan of about StringTokenizer An behaves in one of two ways depending on whether it was created with the returnDelims flag having the value true or false:
The string tokenizer class allo
www.eeworm.com/read/445133/7598720
java avoidcancellationerror.java
/**
* @(#)AvoidCancellationError.java
*
*
* @author
* @version 1.00 2009/3/3
*/
//应该从小数开始相加
public class AvoidCancellationError {
/**
* Creates a new instance of
www.eeworm.com/read/437034/7756448
deck io_ordering.deck
IO ordering
*
* This circuit contains a simple gain block. The order of
* the nodes listed on the instance line follows the order
* of the connections defined in the 'ifspec.ifs' file for
* the
www.eeworm.com/read/328267/13036124
java database.java
package jnicli;
/**
* This class is used as interface to local or remote database (through RMI).
* In case of local connections you should create instance of DatabaseJNI class directly.
* In