代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/177016/9474483
java animal.java
class Animal
{
int height,weight;
Animal(int height,int weight)
{
// System.out.println("animal construct");
}
void eat()
{
System.out.println("animal eat");
}
void sleep()
{
www.eeworm.com/read/372772/9493867
pas propfilereh.pas
{*******************************************************}
{ }
{ Delphi / Kylix Cross-Platform Runtime Library }
{
www.eeworm.com/read/175238/9554628
java main.java
/*
* Main.java
*
* Created on 2006年5月23日, 下午4:17
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package javamail;
/**
*
www.eeworm.com/read/174991/9565670
cc app.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/170469/9805506
java catonetestresult.java
package shared;
import java.lang.*;
/** This object contains the result information on one instance passed through
* an inducer.
* @author James Louis 12/08/2000 Ported to Java.
*/
public
www.eeworm.com/read/170469/9805537
java instsampleelement.java
package shared;
import java.lang.*;
/** Internal structure for the InsanceList class. Used for taking samples from the
* list.
* @see InstanceList
*/
public class InstSampleElement { // u
www.eeworm.com/read/169988/9826269
cpp defaultcoordinatesequencefactory.cpp
/**********************************************************************
* $Id: DefaultCoordinateSequenceFactory.cpp,v 1.2 2004/07/19 10:37:03 strk Exp $
*
* GEOS - Geometry Engine Open Source
* ht
www.eeworm.com/read/169489/9855865
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/169489/9857877
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/169213/9875473
cpp goalkeeperstates.cpp
#include "GoalKeeperStates.h"
#include "Debug/DebugConsole.h"
#include "SoccerPitch.h"
#include "PlayerBase.h"
#include "GoalKeeper.h"
#include "SteeringBehaviors.h"
#include "SoccerTeam.h"
#in