代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/377879/9259978

pas propfilereh.pas

{*******************************************************} { } { Delphi / Kylix Cross-Platform Runtime Library } {
www.eeworm.com/read/179973/9325953

pas clrtti.pas

unit clRTTI; { Author: Chris Lichti Email: chlichti@mindspring.com February 2, 2001 clRTTI is a utility unit that wraps Delphi's Run-Time Type Information in a set of easy-to-use classes:
www.eeworm.com/read/375943/9341605

cpp exercisedocument.cpp

/* ======================================================================== Name : ExerciseDocument.cpp Author : Copyright : Your copyright notice Description : =============
www.eeworm.com/read/179612/9348838

h dvpsril.h

/* * * Copyright (C) 1998-2005, OFFIS * * This software and supporting documentation were developed by * * Kuratorium OFFIS e.V. * Healthcare Information and Communication Systems *
www.eeworm.com/read/179612/9349226

h dsrsoprf.h

/* * * Copyright (C) 2002-2005, OFFIS * * This software and supporting documentation were developed by * * Kuratorium OFFIS e.V. * Healthcare Information and Communication Systems *
www.eeworm.com/read/179138/9369770

h cmmssdocument.h

/* Copyright (c) 2004, Nokia. All rights reserved */ #ifndef __CMMSSDOCUMENT_H__ #define __CMMSSDOCUMENT_H__ // INCLUDES #include // FORWARD DECLARATIONS class CMmssAppUi; c
www.eeworm.com/read/179136/9369809

h shoppingitem.h

/* Copyright (c) 2004, Nokia. All rights reserved */ #ifndef __SHOPPINGITEM_H__ #define __SHOPPINGITEM_H__ // CLASS DECLARATION /** * An instance of CShoppingItem represents a single item
www.eeworm.com/read/177375/9457789

h cal_avalon_uart.h

#ifndef __CAL_AVALON_UART_H__ #define __CAL_AVALON_UART_H__ /****************************************************************************** *
www.eeworm.com/read/177017/9474470

java animal.java

class Animal { int height,weight; Animal(int height,int weight) { // System.out.println("animal construct"); } void eat() { System.out.println("animal eat"); } void sleep() {