代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/138874/13206423
java incrinducer.java
package shared;
import java.lang.*;
import java.util.*;
/** Abstract template for incremental inducers.
* @author James Louis java Implementation
*/
abstract public class IncrInducer extends
www.eeworm.com/read/138874/13206631
java cattestresult.java
package shared;
import java.lang.*;
import java.util.*;
import java.io.*;
/** The CatTestResult class provides summaries of running
* categorizers on test data. This includes the option of
*
www.eeworm.com/read/240210/13230976
java grid.java
package greedSnake;
import com.nttdocomo.ui.Canvas;
import com.nttdocomo.ui.Display;
import com.nttdocomo.ui.Font;
import com.nttdocomo.ui.Frame;
import com.nttdocomo.ui.Graphics;
//
www.eeworm.com/read/323831/13313767
h lexiconinfo.h
// Copyright (C) 2003 Darren Moore (moore@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with
www.eeworm.com/read/317787/13497189
java btgame.java
package bluetoochgame;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class BTGame extends MIDlet implements CommandListener{
private static BTGame instance;
www.eeworm.com/read/316958/13513546
h code.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/314805/13558812
transcript
# Reading C:/Modeltech_xe/tcl/vsim/pref.tcl
# do cpu_16_wave.fdo
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim XE vcom 5.6a Compiler 2002.04 Apr 29 2002
#
www.eeworm.com/read/310313/13653650
java orderitem.java
import com.sun.org.apache.regexp.internal.recompile;
public class OrderItem {
private Product product;// This instance variable represents the one-way association between OrderItem and Product.
www.eeworm.com/read/310313/13653651
java coffee.java
public class Coffee extends Product {
private String origin; //The origin of the coffee
private String roast; //The roast of the coffee
private String flavor; //The flavor of the coffee
p