代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/265723/11255462

m dot.m

function c = dot(a,b,dim) %DOT Vector dot product. % C = DOT(A,B) returns the scalar product of the vectors A and B. % A and B must be vectors of the same length. When A and B are both % c
www.eeworm.com/read/265721/11255716

m distchpf.m

function d=distchpf(pf1,pf2,mode) %DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/249070/12523418

txt c05p247.txt

// **************************************************** // Header file Queen.h // **************************************************** #ifndef QUEEN_H #define QUEEN_H class Board; class Queen { pu
www.eeworm.com/read/249070/12524030

h queen.h

// **************************************************** // Header file Queen.h // **************************************************** #ifndef QUEEN_H #define QUEEN_H class Board; class Queen { pu
www.eeworm.com/read/235612/14061165

m samesize.m

function flag = samesize(a,b) % % flag = samesize(a,b) % % returns 1 if a and b are exactly the same size and zero otherwise % flag = prod(size(a)==size(b));
www.eeworm.com/read/205036/15328798

m ttm.m

function Y = ttm(X,V,varargin) %TTM Tensor times matrix. % % Y = TTM(X,A,N) computes the n-mode product of tensor X with a % matrix A; i.e., X x_N A. The integer N specifies the dimension % (or
www.eeworm.com/read/205036/15328873

m ttm.m

function Y = ttm(X,V,varargin) %TTM Sparse tensor times matrix. % % Y = TTM(X,A,N) computes the n-mode product of the sptensor X with % a dense matrix A; i.e., X x_N A. The integer N specifies th
www.eeworm.com/read/205036/15328938

m q_collapse_scale_doc.m

%% Collapsing and scaling tensors % The tensor and sptensor classes support that notion of collapsing and % scaling dimensions. %% Examples of collapsing a tensor X = tenrand([4 3 2]) %
www.eeworm.com/read/205036/15328957

m m1_multiply_doc.m

%% Multiplying tensors %% Tensor times vector (ttv for tensor) % Compute a tensor times a vector (or vectors) in one (or more) modes. rand('state',0); X = tenrand([5,3,4,2]); %
www.eeworm.com/read/200886/15420888

m truncatezeronm.m

function [dat nm] = truncateZeroNM(dat,nm) % remove all nm wavelengths that have no signal % such that all data has the same number of % wavelengths keyboard; %% find common nm zero region maxNM =