代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/153204/12052112
h list.h
// List.h: interface for the List class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LIST_H__C59685F0_2F21_4084_A072_D86EB4E57559__INCLUDED_)
#defi
www.eeworm.com/read/255755/12057457
m setident.m
%SETIDENT Set object identifiers
%
% A = SETIDENT(A,IDENT,J)
%
% INPUT
% A Dataset
% IDENT Object identifiers
% J Vector of indices of objects to be updated (optional; default: all)
www.eeworm.com/read/255755/12057647
m getident.m
%GETIDENT Get object identifiers
%
% IDENT = GETIDENT(A,S)
%
% Return object identifiers, if S == 'string' as characters
www.eeworm.com/read/255755/12057653
m setobjsize.m
%SETOBJSIZE Reset the object size of a dataset
%
% A = SETOBJSIZE(A,OBJSIZE)
%
% By default, the object size of a dataset A is given by the number of objects,
% i.e. the number of rows in the DATA
www.eeworm.com/read/255742/12060222
tmpl eomystruct.tmpl
/** -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
The above line is usefulin Emacs-like editors
*/
/*
Template for creating a new representation in EO
=======
www.eeworm.com/read/255742/12060226
tpl eo.tpl
\TEMPLATE_START// -*- mode: c++; c-indent-level: 2; c++-member-init-indent: 8; comment-column: 35; -*-
//
// (The above line is useful in Emacs-like editors)
//
//*********************************
www.eeworm.com/read/255742/12060228
tmpl evalfunc.tmpl
/** -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
The above line is usefulin Emacs-like editors
*/
/*
Template for evaluator in EO, a functor that computes
www.eeworm.com/read/255742/12060245
tmpl init.tmpl
/** -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
The above line is usefulin Emacs-like editors
*/
/*
Template for EO objects initialization in EO
===========