代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/230541/4722692
h cachegrind_options_page.h
/* ----------------------------------------------------------------------
* Definition of class CachegrindOptionsPage cachegrind_options_page.h
* Subclass of OptionsPage to hold cachegrind-speci
www.eeworm.com/read/302878/3821989
pm filemember.pm
#============================================================= -*-perl-*-
#
# BackupPC::Zip::FileMember
#
# DESCRIPTION
#
# This library defines a BackupPC::Zip::FileMember class that subclass
# t
www.eeworm.com/read/269416/11098698
cpp pciwdmdv.cpp
// pciwdmdv.cpp - KDevice subclass for PCIWDM example
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
www.eeworm.com/read/335718/12502334
h customlistbox.h
// --------------------------------------------------------------------------
// CustomListBox.h
//
// Copyright 2005, Antony Pranata
// http://www.antonypranata.com
//
// An example of subclass
www.eeworm.com/read/296686/8082190
py listbox.py
import wx
#---------------------------------------------------------------------------
# This listbox subclass lets you type the starting letters of what you want to
# select, and scrolls th
www.eeworm.com/read/116213/6348375
st t-gen-regularexpressionnodes.st
ParseTreeNode subclass: #RegularExpressionNode
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'T-gen-Regular Expression Nodes'!
RegularExpressionNode comment:
www.eeworm.com/read/407070/11430420
h aipreqres.h
//**********************************************************************
// aipReqRes.h - Requirement-Resource problems
//
// An aiprrProblem is a subclass of aipHHProblem.
// solve_rr_pro
www.eeworm.com/read/134625/13979474
txt explain.txt
//////////////////////////////////////////////////////////
/* read me */
This project is to implement a simple game named "Mine SWeeping"
The main class is CMineDlg,which is a subclass of CDial
www.eeworm.com/read/134625/13979485
bak explain.txt.bak
//////////////////////////////////////////////////////////
/* read me */
This project is to implement a simple game named "Mine SWeeping"
The main class is CMineDlg,which is a subclass of CDial
www.eeworm.com/read/116213/6348363
st compilers-parsers.st
Object subclass: #AbstractParser
instanceVariableNames: 'scanner prevToken requestor failBlock '
classVariableNames: ''
poolDictionaries: ''
category: 'Compilers-Parsers'!
AbstractParser comm