代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/129220/14257118
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.
www.eeworm.com/read/129220/14257462
java bagcounters.java
package shared;
import java.lang.*;
import java.io.*;
/** The BagCounters class provides support for instance list counters.
* Counters are provided only for nominal attributes. It is an error
www.eeworm.com/read/127443/14354509
txt fileio.txt
FileIO Xtra for Macromedia Authorware 6.0
Copyright 2001 Macromedia, Inc.
FileIO provides a set of functions allowing users of Macromedia Authorware 6.0 to programmatically access files using sc
www.eeworm.com/read/126226/14437338
java presentation.java
/*
* Presentation.java
*
* Created on 2003年11月5日, 下午9:18
*/
package romulus;
/**
*
* @author Romulus
* @version 1.0
*/
public class Presentation {
/** The ident of the presentation
www.eeworm.com/read/124990/14521265
cpp hellowdm.cpp
// HelloWdm.cpp - main module for simple WDM driver
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
/
www.eeworm.com/read/225546/14535557
java jsonstringer.java
package org.json;
/*
Copyright (c) 2006 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
www.eeworm.com/read/124442/14567112
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/223082/14660163
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/223082/14660174
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