代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/227264/4776248
java absinstanceloader.java
/**
* Description: for loading an instance of problem according to ProblemSettings
*
* @ Author Create/Modi Note
* Xiaofeng Xie Jul 12, 2006
*/
package maosKernel.infoIO.ins
www.eeworm.com/read/221464/4831093
rst make_transform_iterator.rst
::
template
transform_iterator
make_transform_iterator(Iterator it, UnaryFunction fun);
:Returns: An instance of ``tr
www.eeworm.com/read/221464/4831094
rst make_reverse_iterator.rst
::
template
reverse_iteratorn
make_reverse_iterator(BidirectionalIterator x);
:Returns: An instance of ``reverse_iterator
www.eeworm.com/read/221464/4831125
rst make_counting_iterator.rst
::
template
counting_iterator make_counting_iterator(Incrementable x);
:Returns: An instance of ``counting_iterator``
with ``c
www.eeworm.com/read/219872/4844847
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/219872/4844850
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/219550/4847736
java behavioursfactory.java
package planet.commonapi.behaviours;
import planet.commonapi.exception.InitializationException;
/**
* This interface provides a method to get an instance of any component required
* in an o
www.eeworm.com/read/203086/5042057
dfm udlgopprmisrulebased.dfm
inherited DlgOpPrmISRuleBased: TDlgOpPrmISRuleBased
Left = 354
Top = 193
Caption = 'Rule-based Instance Selection'
ClientHeight = 540
ClientWidth = 591
PixelsPerInch = 96
TextHeig