代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/208074/4997103

java domimplementation.java

package org.w3c.dom; /** * The DOMImplementation interface provides a number of methods * for performing operations that are independent of any particular instance * of the doc
www.eeworm.com/read/199525/5076510

svn-base scorecomponentcollection.cpp.svn-base

// $Id$ #include "ScoreComponentCollection.h" #include "StaticData.h" ScoreComponentCollection::ScoreComponentCollection() : m_scores(StaticData::Instance()->GetTotalScoreComponents(), 0.0f) , m
www.eeworm.com/read/195321/5112767

java setscreen.java

import javax.microedition.lcdui.* ; public class SetScreen extends Form implements CommandListener { private static Displayable instance ; synchronized public static Displayable getInstance()
www.eeworm.com/read/195321/5112771

java mainscreen.java

import javax.microedition.lcdui.* ; public class MainScreen extends List implements CommandListener { private static Displayable instance ; synchronized public static Displayable getInstance()
www.eeworm.com/read/195321/5112772

java gamescreen.java

import javax.microedition.lcdui.* ; public class GameScreen extends Canvas implements CommandListener { private static Displayable instance ; synchronized public static Displayable getInstance()
www.eeworm.com/read/193974/5138483

test_new

test_new new.module() new.classobj() new.instance() new.instancemethod() new.function() new.code()
www.eeworm.com/read/182663/5262956

js a573h888.js

// Initialize ticker instance ------------------------------------------------- if (!(ticker_client_object)) { var ticker_client_object = new ComponentArt_Ticker(); ticker_client_object.G
www.eeworm.com/read/177235/5331027

h examples.h

config_require(examples/scalar_int) config_require(examples/data_set) config_require(examples/delayed_instance)
www.eeworm.com/read/168845/5429863

py load_dir.py

#!/usr/bin/python """ Traverses a directory and output the code that would create the same directory structure during testing. Assumes that the instance of Tester is called 't'. """ import
www.eeworm.com/read/165570/5481348

java verybasicbox.java

/** A simple box class with variables for the length, width, and height, and a method to compute its volume. */ public class VeryBasicBox { /** Instance variables of the class. */ int length,