代码搜索:Object

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

代码结果 10,000
www.eeworm.com/read/295246/8178560

py apihelper.py

"""Cheap and simple API helper This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ =
www.eeworm.com/read/194581/8190028

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/194440/8193522

m plotseiswell.m

function plotseiswell(wellfile,seisfile) % function plotseiswell(wellfile,seisfile) % This function is the workhorse of seis2well. % The two input filenames are the output % from readwe
www.eeworm.com/read/194440/8194958

m contents.m

% The CREWES DataObjects toolbox % These are routines for building complex data structures or 'objects' % % Data Object Routines % -------------------- % fmget --- get a field in a fleximat %
www.eeworm.com/read/194440/8194971

m oget.m

function itemValue = oget( object, item, arg3) % itemValue = objget(object, item) % itemvalue = objget(object, item, datanum) % itemvalue = objget(object, item, dataname) % % OBJGET performs th
www.eeworm.com/read/194440/8194983

m contobj.m

function E = contobj(objname,subobj,subobjname,datatype,subobjdatatype) % E= contobj( name, subobj,subobjname,datatype,subobjdatatype) % E= contobj( name, subobj,subobjname,subobjdatatype) % E= c
www.eeworm.com/read/194440/8194996

m ocget.m

function itemValue = ocget( object, item, arg3) % ocget is part of the Earth Object system and is used to get fields from % container objects. The first column of a container object is identical t
www.eeworm.com/read/193517/8220882

cs businesscollectionbase.cs

using System; using System.Collections; using System.IO; using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using CSLA.Resources; namespace CSLA { ///
www.eeworm.com/read/193517/8220941

cs undoablebase.cs

using System; using System.Collections; using System.Reflection; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; namespace CSLA.Core
www.eeworm.com/read/193517/8220965

cs readonlybase.cs

using System; using System.IO; using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using CSLA.Resources; namespace CSLA { /// /// This is a base clas