代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/219755/14865054
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*
www.eeworm.com/read/212376/15157222
m exm030131_1.m
clear
S=['This string array '
'has multiple rows.']
size(S)
www.eeworm.com/read/212307/15160087
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/473082/6855577
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*
www.eeworm.com/read/194440/8193592
m auto2.m
function a = auto2(v,flag)
% a=auto2(v,flag)
% a=auto2(v)
%
% auto computes the two sided autocorrelation of
% the vector 'v'. The 'zeroth lag' is at length(v)-1. This
% routine will correctly hand
www.eeworm.com/read/293183/8310842
m prmem.m
%PRMEM Size of memory and loops for intermediate results
%
% [loops,rows,last] = prmem(m,k)
%
% The numbers of loops and rows are determined that are needed if in
% total an intermediate array of
www.eeworm.com/read/292936/8322123
c bitmat.c
/*----------------------------------------------------------------------
File : bitmat.c
Contents: bit matrix management
Author : Christian Borgelt
History : 2002.06.09 file created
www.eeworm.com/read/174383/9589816
c bitmat.c
/*----------------------------------------------------------------------
File : bitmat.c
Contents: bit matrix management
Author : Christian Borgelt
History : 09.06.2002 file created
www.eeworm.com/read/173816/9634380
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/170936/9779218
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