代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/103426/15733082
java msgqueue.java
/*
*
* Copyright (c) 1997-1999 Scott Oaks and Henry Wong. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purpose
www.eeworm.com/read/103425/15733223
java exceptionlistener.java
public interface ExceptionListener {
public void exceptionOccurred(Exception x, Object source);
}
www.eeworm.com/read/103091/15746177
cs done.cs
using System;
using System.Threading;
namespace Spider
{
///
/// This is a very simple object that
/// allows the spider to determine when
/// it is done. This object implements
www.eeworm.com/read/103037/15748632
asm queue.asm
;--------------------------
;-- Define Queue objects --
;--------------------------
MODEL SMALL
LOCALS
;** Define Queue object **
INCLUDE queue.aso
;** Create instance of Queue virtual
www.eeworm.com/read/103037/15748633
asm stack.asm
;--------------------------
;-- Define Stack objects --
;--------------------------
MODEL SMALL
LOCALS
;** Define Stack object **
INCLUDE stack.aso
;** Create instance of stack virtual
www.eeworm.com/read/103011/15749516
java property.java
package piy;
import java.lang.reflect.*;
import java.io.Serializable;
/**
* Each getter/setter match in a class can have a Property class modelling it. This class
* provides information on a