代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/104928/15681140
vbs listprop.vbs
'listprop.vbs
'lists schema properties for specified object
Dim objClass,varAttrib, aval, objObject, strLine
On Error Resume Next
If Wscript.Arguments.Count 1 Then
ShowUsage
Wscript
www.eeworm.com/read/104574/15689723
java comparable.java
/**
* The Comparable interface allows to objects to be compared against each other.
* This is useful when implementing sorting algorithms such as QuickSort.
* @author Eric M. White, Informat
www.eeworm.com/read/104551/15690093
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/104464/15691751
cpp aero.cpp
#define Compliment(x) ((x>0)?(x=0):(x=1))
#include "include.h"
#include "cgraph.h"
#include "cbitmap.h"
#include "cfonts.h"
#include "cmouse.h"
#include "ckey.h"
www.eeworm.com/read/103743/15724459
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2003-11-08.23
# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free s
www.eeworm.com/read/103453/15731466
h dbobject.h
#ifndef dbobject_h
#define dbobject_h
#include "dbheader.h"
#include "dbwrapper.h"
/* this is included as part of the db objects */
/* object is a datasource pointing to a row in a table in the bac
www.eeworm.com/read/103426/15732961
java targetnotify.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/103426/15733060
java arraytest.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