代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/123974/14603114

h singleton.h

//////////////////////////////////////////////////////////////////////////////// // Singleton模式 //////////////////////////////////////////////////////////////////////////////// // Author : 黎达文
www.eeworm.com/read/120261/14808491

c lib_points.c

/*********************************************************************** File: lib_points.c Rev: a-1 Date: 01/22/2000 Copyright (c) 2000, 2001 by Martin Zachariasen ****************************
www.eeworm.com/read/116177/14983791

java testb.java

/** * Test for our Singleton registry */ public class TestB { public static void main(String[] args) { // First we get a instance from SingletonB SingletonB instance1 = S
www.eeworm.com/read/213563/15130328

java testb.java

package ch10.section02; public class TestB { public static void main(String[] args) { SingletonB instance1 = SingletonB.GetInstance("Sub1"); if (instance1 == null) { System.out.
www.eeworm.com/read/212972/15144260

h video_out.h

/* * video_out.h * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2
www.eeworm.com/read/212967/15144317

h video_out.h

/* * video_out.h * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2
www.eeworm.com/read/153859/5644742

java singlespooler.java

class Spooler { //this is a prototype for a printer-spooler class //such that only one instance can ever exist static boolean instance_flag=false; //true if 1 instance public Spool
www.eeworm.com/read/153859/5644743

java singleprinter.java

class Printer { //this is a prototype for a printer-spooler class //such that only one instance can ever exist static boolean instance_flag=false; //true if 1 instance public Print
www.eeworm.com/read/412417/11200173

java singlespooler.java

class Spooler { //this is a prototype for a printer-spooler class //such that only one instance can ever exist static boolean instance_flag=false; //true if 1 instance public Spool
www.eeworm.com/read/412417/11200175

java singleprinter.java

class Printer { //this is a prototype for a printer-spooler class //such that only one instance can ever exist static boolean instance_flag=false; //true if 1 instance public Print