代码搜索:Object

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

代码结果 10,000
www.eeworm.com/read/215873/15035770

h ort.h

/* @(#)ort.h 1.44 95/07/07 */ /* Copyright (c) Oracle Corporation 1994, 1995, 1996, 1997, 1999, 2000. All Rights Reserved. */ /* NAME ORT - ORacle's external open Type interface to t
www.eeworm.com/read/215873/15035795

h ori.h

/* Copyright (c) Oracle Corporation 1994, 1996, 1997, 1998, 1999, 2000. All Rights Reserved. */ /* NAME ORI - OCI navigational interface DESCRIPTION This section is intended to
www.eeworm.com/read/114622/15045036

cpp howmany.cpp

// File from page 376 in "Thinking in C++" by Bruce Eckel ////////////////////////////////////////////////// // From the compressed package ECKELT02.ZIP 4/11/95 // (Original ECKELT01.ZIP dated 2/21
www.eeworm.com/read/114403/15054730

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2004-04-25.13 # Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. # This program is
www.eeworm.com/read/215327/15064826

frm frmgeometry.frm

VERSION 5.00 Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "Mo20.ocx" Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX" Begin VB.Form Form1 Caption =
www.eeworm.com/read/215327/15064833

bas samples.bas

Attribute VB_Name = "Module1" Option Explicit ' Function name: ReturnDataPath ' Return type: String ' Dependencies: Uses InStrL function ' ' Description: Returns the full path to the
www.eeworm.com/read/114188/15073609

htm 00000004.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 LINKER OPTIONS         These options co
www.eeworm.com/read/215001/15078922

3qt qdragobject.3qt

.TH QDragObject 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*- .\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the .\" license file included in the distribution for a complete li
www.eeworm.com/read/214672/15092273

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
www.eeworm.com/read/214343/15105017

java stack.java

// The interface for stacks. // (c) 1998, 2001 duane a. bailey package structure; /** * An interface describing a Last-In, First-Out structure. * Stacks are typically used to store the state of a re