代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/485187/6566808
pas dxmailboxservercore.pas
unit DXMailBoxServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXMailBoxServerCore
// Author: G.E. Ozz Nixon Jr. (o
www.eeworm.com/read/485187/6566854
pas dxdtpservercore.pas
unit DXDTPServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXDTPServerCore
// Author: G.E. Ozz Nixon Jr. (staff@bpd
www.eeworm.com/read/485187/6566984
pas dxsysstatservercore.pas
unit DXSysStatServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXSysStatServerCore
// Author: G.E. Ozz Nixon Jr. (o
www.eeworm.com/read/485187/6567143
pas dxrjeservercore.pas
unit DXRJEServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXRJEServerCore
// Author: G.E. Ozz Nixon Jr. (staff@bpd
www.eeworm.com/read/482678/6621115
m newobject.m
function objectmap = NewObject ( objectmap, Name )
% Index = NewObject ( objectmap, Name )
% Add a new object to the objectmap called Name and return it's index.
Index = length ( objectmap.Obje
www.eeworm.com/read/481872/6631984
makefile
objects = data.o fpgrowth.o fptree.o item.o testfpgrowth.o
CC = g++
flags = -O6 -Wall
fpgrowth: $(objects)
$(CC) $(flags) $(objects) -o fpgrowth
data.o: data.cpp data.h
$(CC) $(flags) -c data.cpp
www.eeworm.com/read/481518/6642082
pas dcthrvar.pas
unit dcThrVar;
interface
uses
dcDecomps;
type
{ TThreadVar }
TThreadVar = class(TDecompItem)
private
FVarSize: Integer;
public
function GetDeclaration: string;
www.eeworm.com/read/481567/6643414
html value.html
Dynamically Typed Value Object
body {
margin: auto;
www.eeworm.com/read/480027/6675093
m m_text.m
function h=m_text(long,lat,varargin);
% M_TEXT Text Annotation
% M_TEXT(LONG,LAT,'string') adds the text in the quotes to location
% (LONG,LAT) on the currently defined map projection. If LONG
www.eeworm.com/read/100124/6685681
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 program