代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/290504/3973534
h object.h
//========================================================================
//
// Object.h
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//==============================================================
www.eeworm.com/read/290504/3973596
cc object.cc
//========================================================================
//
// Object.cc
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//=============================================================
www.eeworm.com/read/288937/3997905
h object.h
/* Interface for the Object class for Objective-C.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/
www.eeworm.com/read/288545/4006737
jad object.jad
MIDlet-1: object, object.png, main
MIDlet-Jar-Size: 100388
MIDlet-Jar-URL: object.jar
MIDlet-Name: object
MIDlet-Vendor: Unknown
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-P
www.eeworm.com/read/288095/4010690
h object.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/object.h
// Purpose: wxObject class, plus run-time type information macros
// Author: Julia
www.eeworm.com/read/288095/4011431
cpp object.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: src/common/object.cpp
// Purpose: wxObject implementation
// Author: Julian Smart
// Modified
www.eeworm.com/read/283334/4083109
tex object.tex
\section{\class{wxObject}}\label{wxobject}
This is the root class of all wxWidgets classes.
It declares a virtual destructor which ensures that
destructors get called for all derived class object
www.eeworm.com/read/281897/4111802
java object.java
package java.lang;
/**
* Dummy file to make the javadoc look nicer.
*
* Look at the Sun Java API for the real documentation of this class.
*/
public class Object {
Object() { }
}
www.eeworm.com/read/281683/4113446
java object.java
package java.lang;
/**
* All classes extend this one, implicitly.
*/
public class Object
{
public boolean equals (Object aOther)
{
return this == aOther;
}
public int hashCode()
{
www.eeworm.com/read/278327/4146268
java object.java
/*
* Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package j