代码搜索:object-oriented

找到约 4,167 项符合「object-oriented」的源代码

代码结果 4,167
www.eeworm.com/read/412490/11197726

h exampleapplication.h

/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.og
www.eeworm.com/read/147693/12538707

pl fig23_6.pl

% Figure 23.6 An object-oriented program about geometric figures. /* polygon( [Side1, Side2, ...]) / \ /
www.eeworm.com/read/359662/10131377

html callbackdemo.html

/*-------------------------------------------------------------------------- Simple example of object-oriented callbacks using the Java-inspired approach of an "interface", i.e. a pure virtual
www.eeworm.com/read/365329/9869291

ooc.0

ooc(1) ooc(1) NAME ooc -- preprocessor for object-oriented coding in ANSI C SYNOPSIS ooc [option ...] [report ...] description t
www.eeworm.com/read/159990/10581525

java simpleclassdemo10.java

/** *A demonstration program of the instanceof operator *In object-oriented programming language upcasting is always legal * it implies that a child class object can be referenced through a parent
www.eeworm.com/read/159990/10581724

java simpleclassdemo10.java

/** *A demonstration program of the instanceof operator *In object-oriented programming language upcasting is always legal * it implies that a child class object can be referenced through a parent
www.eeworm.com/read/233016/14173635

m contents.m

% Dictionaries:Contents -- Fast Analysis/Synthesis operators for various % dictionaries % % The routines in this directory provide an object-oriented way to % perform fast analysis and fast synthe
www.eeworm.com/read/390054/8488420

h cplus.h

/******************************************************************** * "C+" -- Portable Object-Oriented Extension to C * Copyright (c) 2002 Miro Samek, Palo Alto, CA. * All Rights Reserved.
www.eeworm.com/read/212387/15156692

java cannonworld.java

// // CannonWorld application, second version of Cannon Game // Described in Chapter 6 of // Understanding Object-Oriented Programming with Java // by Timothy A Budd // Published by Addison-Wesley //
www.eeworm.com/read/212387/15156665

java ball.java

// // general purpose reusable bouncing ball abstraction // Described in Chapter 5 of // Understanding Object-Oriented Programming with Java // by Timothy A Budd // Published by Addison-Wesley // // s