代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/447865/7544730
java md5inputstream.java
package utils.md5;
import java.io.*;
/**
* MD5InputStream, a subclass of FilterInputStream implementing MD5
* functionality on a stream.
*
* Originally written by Santeri Paavolaine
www.eeworm.com/read/240580/13212448
cxx scintillawin.cxx
// Scintilla source code edit control
/** @file ScintillaWin.cxx
** Windows specific subclass of ScintillaBase.
**/
// Copyright 1998-2003 by Neil Hodgson
// The License.t
www.eeworm.com/read/119738/14823336
sct smtalk2.sct
"Smalltalk Script Adapted by Jim Peterson, e-mail 70730.1602@compuserve.com.
"The purpose of this script is to generate Smalltalk V5 code.
!
[BASE_CLASS] subclass: #$CLASS
instanceVari
www.eeworm.com/read/459034/1574809
java testcase.java
package jmathlib.tools.junit.framework;
import java.lang.reflect.*;
/**
* A test case defines the fixture to run multiple tests. To define a test case
* 1) implement a subclass of TestCa
www.eeworm.com/read/239566/4598812
svn-base scintillawin.cxx.svn-base
// Scintilla source code edit control
/** @file ScintillaWin.cxx
** Windows specific subclass of ScintillaBase.
**/
// Copyright 1998-2003 by Neil Hodgson
// The License.t
www.eeworm.com/read/236296/4642587
makefile
NAME=subclass
$(NAME).exe: $(NAME).obj
Link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib $(NAME).obj
$(NAME).obj: $(NAME).asm
ml /c /coff /Cp $(NAME).asm
www.eeworm.com/read/227686/4769651
nt test002-in.nt
# Input file for RDF Model Theory inferencer test case base on the RDF MT
# specification of 23 January 2003
# Description: Every class is a subclass of itself
# Relevant inferencing rules: rdfs7b
# A
www.eeworm.com/read/227630/4771112
java mychoicegroup.java
package com.j2medev.httpme.view;
import javax.microedition.lcdui.ChoiceGroup;
import javax.microedition.lcdui.Image;
/**
* MyChoiceGroup is the subclass of javax.microedition.lcdui.ChoiceGrou
www.eeworm.com/read/227630/4771113
java mytextfield.java
package com.j2medev.httpme.view;
import javax.microedition.lcdui.TextField;
/**
* MyTextField class is the subclass of javax.microedition.lcdui.TextField,It only adds a field name so that
*