代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/230739/14276685
make
?tacl routine
#FRAME
SINK [#LOAD /keep 1/ commacs]
SINK [#LOAD /keep 1/ macros]
[#PUSH file prev memory clib OK model unzip lib accel unlicensed licensed
options fileset nocrypt crypt arg^valu
www.eeworm.com/read/229570/14329109
pas task.pas
(*
# (C) Copyright 2003
# Miha Vrhovnik, miha.vrhovnik@guest.arnes.si
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public Licen
www.eeworm.com/read/127767/14335839
txt e871. setting a ui default value that is created when fetched.txt
When a UI default value is fairly large and may never be used, the value should be lazily created. This means that the value should be created only when the value is fetched. The UIDefaults table allo
www.eeworm.com/read/127767/14337178
txt e345. listing the elements of a collection.txt
This example demonstrates how to iterate over the elements of various types of collections.
// For a set or list
for (Iterator it=collection.iterator(); it.hasNext(); ) {
Object el
www.eeworm.com/read/127699/14339907
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/229410/14340451
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/229344/14344253
txt readme_en.txt
PB Assistant
PB Assistant is a helper for PowerBuilder developers. She can
help you do some analysis to your project and clean up your
code. The major features
www.eeworm.com/read/127651/14344979
java visitor.java
public abstract class Visitor
{
public abstract void visit(Object obj);
}