代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/311038/13638046
makefile
# Makefile for CCITT subroutines and sample programs
#
# Modify the CC definition to invoke your ANSI-C compiler
#
CC = acc
# Rules to build sample programs do not depend on a UNIX library
www.eeworm.com/read/310932/13639861
makefile
objects = main.o format.o searchmap.o inodemanage.o blockmanage.o blockwr.o dirmanage.o create.o writef.o readf.o lib.o access.o log.o load.o rm.o
system: $(objects)
gcc -Wall -o system $(objects)
ma
www.eeworm.com/read/310873/13641968
nui mopoidcontainer.akn.nui
#CBuilder Designer Client Persistant Info.
# Position Info for Non UI Objects on DefaultDesignSurface
# String representation of Point keyed by Object Name
# Written:
#Sat Dec 04 20:15:33 CET 2004
www.eeworm.com/read/310482/13650220
cpp group.cpp
#include
#include
#include
using namespace std;
#include "Group.h"
void Group::add(Client* ptr)
{
objects.push_back(ptr);
}
vector::iterator
www.eeworm.com/read/310482/13650237
cpp listing.cpp
#include
#include
#include
using namespace std;
#include "Listing.h"
void Listing::add(Advertisement* ptr)
{
objects.push_back(ptr);
}
vector
www.eeworm.com/read/310482/13650252
cpp categories.cpp
#include
#include
#include "Category.h"
#include "Listing.h"
#include "Categories.h"
using namespace std;
Category* Categories::operator[](const int& number)
{
iterat
www.eeworm.com/read/310287/13653965
makefile
###############################################################################
# Makefile for the project cdctiny
###############################################################################
www.eeworm.com/read/310212/13654576
m delete.m
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
fig = get(obj(i).h,'parent');
www.eeworm.com/read/310212/13654581
m fdax.m
function obj = fdax(varargin)
%FDAX Constructor for filtdes axes object
% Syntax:
% obj = fdax('prop1',val1,'prop2',val2,...) creates a new object
% obj = fdax(objstruct) where objstruct i
www.eeworm.com/read/310212/13654591
m fdline.m
function obj = fdline(varargin)
%FDLINE Constructor for filtdes line object
% Syntax:
% obj = fdline('prop1',val1,'prop2',val2,...) creates a new object
% obj = fdline(objstruct) where obj