代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/428552/8860080

txt readme.txt

Project: clock-display Authors: David Barnes and Michael Kolling This project is part of the material for the book Objects First with Java - A Practical Introduction using BlueJ Third edition
www.eeworm.com/read/384009/8906034

h netcfg.h

//-------------------------------------------------------------------------- // Network Control Library //-------------------------------------------------------------------------- // NETCFG.H //
www.eeworm.com/read/383713/8924559

c ncr5380.c

/* * NCR 5380 generic driver routines. These should make it *trivial* * to implement 5380 SCSI drivers under Linux with a non-trantor * architecture. * * Note that these routines also wor
www.eeworm.com/read/283884/8983581

trace names.swf.trace

_level0.instance1 _level0.instance1.instance2 _level0.instance1.movie _level0.instance3 _level0.instance3.instance4 _level0.instance3.movie _level0.instance5 _level0.instance5.instance6 _level0.instan
www.eeworm.com/read/379711/9181586

c ncr5380.c

/* * NCR 5380 generic driver routines. These should make it *trivial* * to implement 5380 SCSI drivers under Linux with a non-trantor * architecture. * * Note that these routines also wor
www.eeworm.com/read/182833/9188699

c fileeventgenerator.c

/* * Copyright (c) 2003-2005 Thomer M. Gil (thomer@csail.mit.edu) * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtain
www.eeworm.com/read/182833/9189051

c protocolfactory.c

/* * Copyright (c) 2003-2005 Thomer M. Gil (thomer@csail.mit.edu) * Jinyang Li (jinyang@csail.mit.edu) * Robert Morris (rtm@csail.mit.edu) *
www.eeworm.com/read/377928/9257492

java leafcategorizer.java

package id3; import java.lang.*; import java.util.*; import java.io.*; import shared.*; import shared.Error; /** NodeCategorizer for categorizers that don't need to ask other * categorizers
www.eeworm.com/read/377928/9257501

java nodecategorizer.java

package id3; import java.lang.*; import java.util.*; import shared.*; import shared.Error; /** An abstract base class categorizer for categorizers that may sit in nodes of * decision trees, gra
www.eeworm.com/read/377928/9257508

java rdgcategorizer.java

package id3; import java.io.*; import shared.*; import shared.Error; /** Categorizer goes down the RootedCatGraph using the Categorizer at each node * until it reaches a node with no children.