代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/411833/11224778

html functions.html

WinPcap: Data Fields
www.eeworm.com/read/411833/11225002

html functions_vars.html

WinPcap: Data Fields - Variables
www.eeworm.com/read/411065/11257678

java messageclassifier.java

/** * Java program for classifying short text messages into two classes. */ import weka.core.Attribute; import weka.core.Instance; import weka.core.Instances; import weka.core.FastVector; import we
www.eeworm.com/read/147597/12544474

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/147597/12544475

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/334652/12582194

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/247688/12629400

java ispooler.java

public class iSpooler { //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
www.eeworm.com/read/112323/15489623

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/110378/15535282

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/103423/15733529

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