代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/346988/11707907
h ih263enc.h
/*==========================================================================*/
/* Copyright (C) 2000 Texas Instruments, Incorporated */
/* All Rights R
www.eeworm.com/read/346959/11710378
java defaultcomparator.java
package util;
import java.util.Comparator;
/**
* This is default comparator implementation. It compares two
* java.lang.Comparable objects.
*
* @author
www.eeworm.com/read/346459/11743050
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/346459/11743106
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/346459/11743151
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/346459/11743265
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/346459/11743364
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/156868/11759607
m configresize.m
function configresize(hFig)
%CONFIGRESIZE Configure GUI to handle resizing operations.
% CONFIGRESIZE(hFig) changes the units and fontunits of all objects that support these
% units to 'normali