代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/127651/14344744
java interpchain.java
import java.util.*;
//parent class for parsing all
//of the stack configurations.
//The parse method is extended in each subclass.
public abstract class InterpChain implements Chain {
pri
www.eeworm.com/read/226035/14502497
h biquad.h
/***************************************************/
/*! \class BiQuad
\brief STK biquad (two-pole, two-zero) filter class.
This protected Filter subclass implements a
two-pole, two-zero
www.eeworm.com/read/226035/14502505
h polezero.h
/***************************************************/
/*! \class PoleZero
\brief STK one-pole, one-zero filter class.
This protected Filter subclass implements
a one-pole, one-zero d
www.eeworm.com/read/226035/14502700
cpp polezero.cpp
/***************************************************/
/*! \class PoleZero
\brief STK one-pole, one-zero filter class.
This protected Filter subclass implements
a one-pole, one-zero digita
www.eeworm.com/read/226035/14502712
cpp biquad.cpp
/***************************************************/
/*! \class BiQuad
\brief STK biquad (two-pole, two-zero) filter class.
This protected Filter subclass implements a
two-pole, two-zero
www.eeworm.com/read/118524/14864813
java navigator.java
// Class Navigator is a subclass of Behavior that implements a
// keyboard translation navigator. Navigator responds to certain
// key presses by translating an object in a 3D scene.
package com.
www.eeworm.com/read/118524/14865299
java zoomdrawingview.java
// ZoomDrawingView.java
// ZoomDrawingView is a subclass of DrawingView that scales
// the view of the drawing using the given scale factor.
package com.deitel.advjhtp1.drawing.view;
// Java cor
www.eeworm.com/read/114134/15075216
java internal_error.java
package java_cup;
/** Exception subclass for reporting internal errors in JavaCup. */
public class internal_error extends Exception
{
/** Constructor with a message */
public internal_erro
www.eeworm.com/read/471226/1432967
java swingworker.java
package owlsmx.gui.util;
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform
www.eeworm.com/read/470713/1454528
java posixprocess.java
// PosixProcess.java - Subclass of Process for POSIX systems.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under