代码搜索:objects

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

代码结果 10,000
www.eeworm.com/read/431675/8662177

m classs.m

%CLASSS Linear mapping by classical scaling % % W = classs(D,k) % % Calculates a linear mapping W of a distance matrix D to k dimensions. % D should be square, size m x m. New objects may be mapped
www.eeworm.com/read/431675/8662261

m prex1.m

%PREX1 PRTOOLS example of classifiers and scatter plot help prex1 pause(1) echo on A = gendath(100,100); % Generate Highleyman's classes % Training set c (20 objects / class) % Test set d
www.eeworm.com/read/431675/8662379

m dataimheight.m

%DATAIMHEIGHT Compute vertical image size for images stored as objects function imheight = dataimheight(a); if isa(a,'dataset') & isobjim(a) imheight = dataimsize(a,1); else imheight = 0; end
www.eeworm.com/read/287770/8670288

m eq.m

function c=eq(a,b) % overloading of operator == % $Id: eq.m 31 2004-07-28 10:46:46Z mairas $ if ~(isa(a,'frequency') & isa(b,'frequency')) error('Both operands must be frequency objects'); end t
www.eeworm.com/read/287770/8670368

m eq.m

function c=eq(a,b) % overloading of operator == % $Id: eq.m 31 2004-07-28 10:46:46Z mairas $ if ~(isa(a,'spectrum') & isa(b,'spectrum')) error('Both operands must be spectrum objects'); end try
www.eeworm.com/read/287770/8670420

m eq.m

function c=eq(a,b) % overloading of operator == % $Id: eq.m 47 2004-09-09 08:01:57Z mairas $ if ~(isa(a,'time') & isa(b,'time')) error('Both operands must be time objects'); end try c = (a.beg
www.eeworm.com/read/287770/8670569

m cat.m

function y = cat(varargin) % CAT Concatenate vectors and signal objects % % Y=CAT(...) concatenates all arguments into a one signal. The % arguments may be either signal objects or regular vect
www.eeworm.com/read/287770/8670715

m eq.m

function c=eq(a,b) % overloading of operator == % $Id: eq.m 31 2004-07-28 10:46:46Z mairas $ if ~(isa(a,'signal') & isa(b,'signal')) error('Both operands must be signal objects'); end try c =
www.eeworm.com/read/431477/8675097

in makefile.in

############################################################################# ####### Compiler, tools and options CXX = $(SYSCONF_CXX) $(QT_CXX_MT) CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAG
www.eeworm.com/read/431475/8675248

in makefile.in

############################################################################# ####### Compiler, tools and options CXX = $(SYSCONF_CXX) $(QT_CXX_MT) CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAG