代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/334557/12591550
h scintillabase.h
// Scintilla source code edit control
/** @file ScintillaBase.h
** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2002 by Neil Hodgson
www.eeworm.com/read/132541/14084882
java hasxy2.java
package examples.inheritance;
/** An example Java subclass used to demonstrate
* inheritance concepts
*/
public class HasXY2 extends HasX2 {
private int y;
/** Method to set the
www.eeworm.com/read/200306/15435452
java testquestionentryframe.java
package olts;
import java.awt.*;
import java.util.*;
import javax.swing.*;
public class TestQuestionEntryFrame extends JInternalFrame{
/**this class is the subclass of the ILTS GUI which can
www.eeworm.com/read/314211/13571593
c descriptor.c
/*********************************************************************************************************
** KAIXIN Co.,Ltd.
*
www.eeworm.com/read/146433/12650979
c descriptor.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/191613/8425820
cpp ex1305.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Example 13.5, page 306
// A Subclass Template for Vectors
#include
using namespace st
www.eeworm.com/read/466324/7033144
java exercise9_10.java
// Exercise9_10.java: Display calendar from command line
import java.util.*;
public class Exercise9_10 {
/** MyCalendar is a subclass of GregorianCalendar,
provided in a separate compani
www.eeworm.com/read/456187/7355723
java exercise9_10.java
// Exercise9_10.java: Display calendar from command line
import java.util.*;
public class Exercise9_10 {
/** MyCalendar is a subclass of GregorianCalendar,
provided in a separate compani
www.eeworm.com/read/151092/5686345
java mylinecontroller.java
// MyLineController.java
// MyLineController is a MyShapeController subclass for MyLines.
package com.deitel.advjhtp1.drawing.controller;
// Deitel packages
import com.deitel.advjhtp1.drawing.mo