代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/118416/14872652
bak subclass.java.bak
package a4;
public class SubClass extends a5.ParentClass{
void PrintMeth()
{
System.out.println("在不同一个包中,子类可以拥有以下信息:");
//System.out.println("Default member:"+defaultVar);
System.out.pri
www.eeworm.com/read/183315/5256663
py frame_subclass.py
import wx
class SubclassFrame(wx.Frame):
def __init__(self):
wx.Frame.__init__(self, None, -1, 'Frame Subclass',
size=(300, 100))
panel = wx.Panel(self, -1)
www.eeworm.com/read/179153/5309823
t 30subclass.t
#!perl -w
use strict;
$|=1;
$^W=1;
my $calls = 0;
# =================================================
# Example code for sub classing the DBI.
#
# Note that the extra ::db and ::st classes must b
www.eeworm.com/read/167365/5460616
dsp subclass4.dsp
# Microsoft Developer Studio Project File - Name="subclass4" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/167365/5460618
pro subclass4.pro
TEMPLATE = app
CONFIG += qt warn_on release
REQUIRES = full-config
HEADERS =
SOURCES = main.cpp ../connection.cpp
www.eeworm.com/read/167365/5460673
dsp subclass2.dsp
# Microsoft Developer Studio Project File - Name="subclass2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/167365/5460676
pro subclass2.pro
TEMPLATE = app
CONFIG += qt warn_on release
REQUIRES = full-config
HEADERS =
SOURCES = main.cpp ../connection.cpp
www.eeworm.com/read/167365/5460700
dsp subclass5.dsp
# Microsoft Developer Studio Project File - Name="subclass5" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/167365/5460701
pro subclass5.pro
TEMPLATE = app
CONFIG += qt warn_on release
REQUIRES = full-config
HEADERS =
SOURCES = main.cpp ../connection.cpp
www.eeworm.com/read/167365/5460713
dsp subclass1.dsp
# Microsoft Developer Studio Project File - Name="subclass1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)