代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/414175/11125600
js application.js
var Prototype={
Version:'1.6.0',
Browser:{
IE:!!(window.attachEvent&&!window.opera),
Opera:!!window.opera,
WebKit:navigator.userAgent.indexOf('AppleWebKit/')>-1,
Gecko:navigator.userAgent.indexOf('Gec
www.eeworm.com/read/413805/11141811
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2006-10-15.18
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
# Th
www.eeworm.com/read/413673/11146990
h list.h
// List.h: interface for the List class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LIST_H__C59685F0_2F21_4084_A072_D86EB4E57559__INCLUDED_)
#defi
www.eeworm.com/read/267747/11164846
html java.telephony.terminal.html
Interface java.telephony.Terminal
www.eeworm.com/read/267747/11164863
html java.telephony.address.html
Interface java.telephony.Address
www.eeworm.com/read/412877/11178674
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/411855/11224337
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/266379/11229273
cpp fig04_06.cpp
void FileSystem::listAll( int depth = 0 ) const
{
printName( depth ); // Print the name of the object
if( isDirectory( ) )
for each file c in this directory (for each ch
www.eeworm.com/read/266379/11229322
cpp fig03_13.cpp
struct Node
{
Object data;
Node *prev;
Node *next;
Node( const Object & d = Object( ), Node *p = NULL, Node *n = NULL )
: data( d ), prev
www.eeworm.com/read/411207/11252805
bas plotgra.bas
Attribute VB_Name = "PLOTGRA"
Dim X(), Y() As Single
Sub bbox(bx1, by1, bx2, by2, bx3, by3, object1 As Object)
object1.Line (bx1, by1)-(bx2, by2), QBColor(8), BF
object1.Line (bx1 - 10, by