代码搜索:object

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

代码结果 10,000
www.eeworm.com/read/153251/5651653

java baselease.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/153251/5651766

java objectmessageimpl.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/153251/5651864

java event.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/153251/5651869

java datatransactionlogentry.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/153251/5651920

java orb.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/153251/5651957

java serializationhelper.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/153151/5653086

java expression.java

package com.javapatterns.interpreter; /** * Abstraction of a class representing terminal and non-terminal * classes of the following little grammar: * * BooleanExp ::= *
www.eeworm.com/read/475585/6773678

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This progr
www.eeworm.com/read/159761/6786528

java javabookdialog.java

/** * Title: * Description: * Copyright: Copyright (c) 2005 * Company: * @author not attributable * @version 1.0 */ import java.awt.*; import java.awt.event.*;
www.eeworm.com/read/475112/6792125

h callback.h

// callback.h // Data structure to allow an object to register a "callback". // On an asynchronous operation, the call to start the operation // returns immediately. When the operation completes, th