代码搜索:Subclass

找到约 2,526 项符合「Subclass」的源代码

代码结果 2,526
www.eeworm.com/read/190666/5177886

m class-12.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with a class methods */ @interface Roo
www.eeworm.com/read/190666/5177906

m class-2.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass */ @interface RootClass { Class isa;
www.eeworm.com/read/180408/5286618

java joinedsubclass.java

//$Id: JoinedSubclass.java,v 1.5 2004/12/09 09:22:04 maxcsaucdk Exp $ package org.hibernate.mapping; import org.hibernate.MappingException; import org.hibernate.engine.Mapping; /** * A subclass in
www.eeworm.com/read/163959/5504481

java joinedsubclass.java

//$Id: JoinedSubclass.java,v 1.5 2004/12/09 09:22:04 maxcsaucdk Exp $ package org.hibernate.mapping; import org.hibernate.MappingException; import org.hibernate.engine.Mapping; /** * A subclass in
www.eeworm.com/read/348427/3155119

pm useperljournals.pm

package XML::RSS::Headline::UsePerlJournals; use strict; use warnings; use base qw(XML::RSS::Headline); =head1 NAME XML::RSS::Headline::UsePerlJournals - XML::RSS::Headline Example Subclass =head1
www.eeworm.com/read/340665/3278548

m class-3.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a minimal subclass tree */ @interface RootClass {
www.eeworm.com/read/340665/3278569

m class-12.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with a class methods */ @interface Roo
www.eeworm.com/read/340665/3278589

m class-2.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass */ @interface RootClass { Class isa;
www.eeworm.com/read/325240/3485099

java myimage.java

// MyImage.java // MyImage is a MyShape subclass that contains a JPEG image. package com.deitel.advjhtp1.drawing.model.shapes; // Java core packages import java.io.*; import java.awt.*; import
www.eeworm.com/read/325240/3485102

java myline.java

// MyLine.java // MyLine is a MyShape subclass that represents a line. package com.deitel.advjhtp1.drawing.model.shapes; // Java core packages import java.awt.*; import java.awt.geom.*; // t