代码搜索:rows

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

代码结果 10,000
www.eeworm.com/read/255755/12058368

m prmem.m

%PRMEM Size of memory and loops for intermediate results % % [LOOPS,ROWS,LAST] = PRMEM(M,K) % % Assume that an array of the size [M x K] has to be computed. The % numbers of LOOPS and ROWS are de
www.eeworm.com/read/152286/12124546

m 2-25.m

B = ['This is a example. ' 'The example has multiple rows.'] % 创建一个二维字符数组,数组第一行字符串后补空格 B = This is a example. The example has multiple rows. size(B) % 获取此字符数组大小
www.eeworm.com/read/253950/12173449

m dist2.m

function n2 = dist2(x, c) %DIST2 Calculates squared distance between two sets of points. % % Description % D = DIST2(X, C) takes two matrices of vectors and calculates the % squared Euclidean distance
www.eeworm.com/read/339665/12211383

m dist2.m

function n2 = dist2(x, c) %DIST2 Calculates squared distance between two sets of points. % % Description % D = DIST2(X, C) takes two matrices of vectors and calculates the % squared Euclidean distance
www.eeworm.com/read/339239/12247604

m exm030131_1.m

clear S=['This string array ' 'has multiple rows.'] size(S)
www.eeworm.com/read/150905/12249779

m prmem.m

%PRMEM Size of memory and loops for intermediate results % % [LOOPS,ROWS,LAST] = PRMEM(M,K) % % Assume that an array of the size [M x K] has to be computed. The % numbers of LOOPS and ROWS are de
www.eeworm.com/read/150905/12249997

m dist2.m

function n2 = dist2(x, c) %DIST2 Calculates squared distance between two sets of points. % % Description % D = DIST2(X, C) takes two matrices of vectors and calculates the % squared Euclidean distance
www.eeworm.com/read/149739/12354034

m prmem.m

%PRMEM Size of memory and loops for intermediate results % % [LOOPS,ROWS,LAST] = PRMEM(M,K) % % Assume that an array of the size [M x K] has to be computed. The % numbers of LOOPS and ROWS are de
www.eeworm.com/read/132357/14096773

m paris' ica.m

********************************************************************* Driver ICA/BSS function ep is epochs to train p is batch size h is learning rate m is momentum ********************
www.eeworm.com/read/129636/14234912

m exm030131_1.m

clear S=['This string array ' 'has multiple rows.'] size(S)