代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/464569/7065024
java ourperson.java
/**
*
* modified version of "Person" class with date-of-birth instance variable
*
*/
import java.lancs.* ;
public class OurPerson
{
// new instance variable and methods
private Ou
www.eeworm.com/read/38039/1094052
mnu modsymtop.mnu
SYMBOL#TYPE
#
Definition
Modify the definition of an existing user-defined symbol.
#
Instance
Modify a symbol instance.
#
Done/Return
Exit the menu.
#
www.eeworm.com/read/233448/4676367
mm proto-lossage-3.mm
/* APPLE LOCAL file mainline */
/* Crash due to descriptionFor(Instance|Class)Method applied to
a protocol with no instance/class methods respectively.
Problem report and original fix by richard
www.eeworm.com/read/232130/4705186
c oleinit.c
/*
* OLEINIT.C
*
* Handles all application and instance-specific initialization that
* is also specific to OLE. That which is specific only to the
* application or instance resides in INIT.
www.eeworm.com/read/229812/4743745
cpp main.cpp
#include
int main( int argc, char **argv )
{
/* Declare a variable to point to an instance of Hello */
Hello *obj;
/* Create an instance of the Hello class */
obj
www.eeworm.com/read/229812/4743749
c main.c
#include
int main( int argc, char **argv )
{
/* Declare a variable to point to an instance of Hello */
Hello *obj;
/* Create an instance of the Hello class */
obj
www.eeworm.com/read/305285/3776916
java factoryclassinfo.java
package org.ozoneDB;
/**
* Every XxxImplFactory must create 1 instance of a class
* implementing this interface and call addFactoryClassInfo with
* that instance as pa