代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/207991/5000354

mal stexample.mal

b:= bat.new(:oid,:int); bat.insert(b,1@0,2); #many more inserts c{singleton}:= algebra.select(b,0,4); d:= algebra.markH(c); io.print(d); optimizer.singleton(); mdb.list();
www.eeworm.com/read/293655/3929294

java regsingleton.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.singleton * * 文件名称 RegSingleton.java * */ package com.niufish.pattern.singleton; import java.util.HashMap; /** * 可继承单例,但是子类不能够使线程安全
www.eeworm.com/read/161207/10437810

h xmlutils.h

/**************************************************************************** * File: XMLUtils.h * Author: S. Skorokhdov * * Description: * Singleton wrapper class for Xerces-C/X
www.eeworm.com/read/130122/5964171

java nulliterator.java

package com.croftsoft.core.util; import java.util.*; /********************************************************************* * A singleton null object Iterator implementation.
www.eeworm.com/read/493579/1165752

cpp texturemanager.cpp

//********************************************** //Singleton Texture Manager class //Written by Ben English //benjamin.english@oit.edu // //For use with OpenGL and the FreeImage library //******
www.eeworm.com/read/493579/1165753

h texturemanager.h

//********************************************** //Singleton Texture Manager class //Written by Ben English //benjamin.english@oit.edu // //For use with OpenGL and the FreeImage library //******
www.eeworm.com/read/218586/4857721

php parsercache.php

www.eeworm.com/read/155175/5628774

java nulliterator.java

package com.croftsoft.core.util; import java.util.*; /********************************************************************* * A singleton null object Iterator implementation.
www.eeworm.com/read/417019/11007161

js 7.05 - choosing connection objects at run-time.js

/* XhrManager singleton. */ var XhrManager = { createXhrHandler: function() { var xhr; if(this.isOffline()) { xhr = new OfflineHandler(); } else if(this.isHighLatency()) {
www.eeworm.com/read/130122/5964164

java nullconsumer.java

package com.croftsoft.core.util.consumer; import com.croftsoft.core.role.Consumer; /********************************************************************* * A singleton null ob