代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/254092/12162007

html functions.html

WinPcap: Data Fields
www.eeworm.com/read/254092/12162533

html functions_vars.html

WinPcap: Data Fields - Variables
www.eeworm.com/read/339541/12226919

java messageclassifier.java

/** * Java program for classifying text messages into two classes. * DMman整理http://blogger.org.cn/blog/blog.asp?name=DMman */ import weka.core.Attribute; import weka.core.Instance; import weka.c
www.eeworm.com/read/149423/12379998

cs spooler.cs

using System; namespace singleSpooler { /// /// Prototype of Spooler Singleton /// such that only one instane can ever exist. /// public class Spooler { static b
www.eeworm.com/read/127651/14344618

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/125257/14503321

h iapi.h

/* Copyright (C) 1996-2001 Ghostgum Software Pty Ltd. All rights reserved. This file is part of AFPL Ghostscript. AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No autho
www.eeworm.com/read/225703/14523169

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/124570/14559146

java emptyattributefilter.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers
www.eeworm.com/read/124167/14591907

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/124167/14591908

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