代码搜索:Instance
找到约 10,000 项符合「Instance」的源代码
代码结果 10,000
www.eeworm.com/read/103423/15733530
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/102238/15788919
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/102238/15788920
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/101292/15838630
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/225703/14523123
c video_out_pgm.c
/*
* video_out_pgm.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 2003 Regis Duchesne
* Copyright (C) 1999-2000 Aaron Holtzman
www.eeworm.com/read/212972/15144253
c video_out_pgm.c
/*
* video_out_pgm.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 2003 Regis Duchesne
* Copyright (C) 1999-2000 Aaron Holtzman
www.eeworm.com/read/212967/15144293
c video_out_pgm.c
/*
* video_out_pgm.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 2003 Regis Duchesne
* Copyright (C) 1999-2000 Aaron Holtzman
www.eeworm.com/read/191936/8415328
c solaris_audio.c
/* Ogle - A video player
* Copyright (C) 2002 Bj鰎n Englund
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis
www.eeworm.com/read/140704/5783857
cc mm_get_7.cc
// file: mm_get_7.cc
//
// isip include files
//
#include "memory_manager.h"
#include "memory_manager_constants.h"
// method: get_instance_grow_size_cc
//
// arguments: none
//
// return: an int_4
www.eeworm.com/read/281518/9152041
h sqlctr.h
// This file is generated by the description file processor.
// Please do not edit.
#define BUFMGR_OBJECT 0
#define BUF_RESERVED_PAGE_COUNT 2
#define BUF_CHECKPOINT_WRITES 4
#define BUF_AWE_LOO