代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/421666/10712960
mod shikaku.mod
/* A solver for the Japanese number-puzzle Shikaku
* http://en.wikipedia.org/wiki/Shikaku
*
* Sebastian Nowozin , 27th January 2009
*/
param ndim := 10;
set rows := 1..ndim;
se
www.eeworm.com/read/418695/10935646
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/272848/10940419
output norecomputationdpmatrixchain.output
Enter number of matrices
Enter number of rows in matrix 1
Enter number of rows in matrix 2
Enter number of rows in matrix 3
Enter number of rows in matrix 4
Enter number of rows in matrix 5
Ente
www.eeworm.com/read/272848/10941352
output recursivedpmatrixchain.output
Enter number of matrices
Enter number of rows in matrix 1
Enter number of rows in matrix 2
Enter number of rows in matrix 3
Enter number of rows in matrix 4
Enter number of rows in matrix 5
Ente
www.eeworm.com/read/272848/10941533
output iterativedpmatrixchain.output
Enter number of matrices
Enter number of rows in matrix 1
Enter number of rows in matrix 2
Enter number of rows in matrix 3
Enter number of rows in matrix 4
Enter number of rows in matrix 5
Ente
www.eeworm.com/read/271119/11006793
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/470858/6901180
c bitmat.c
/*----------------------------------------------------------------------
File : bitmat.c
Contents: bit matrix management
Author : Christian Borgelt
History : 2002.06.09 file created
www.eeworm.com/read/469416/6976381
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 dis
www.eeworm.com/read/467252/7008248
m ggrnd.m
function r = ggrnd(a,b,m,n);
%GGRND Random matrices from generalized Gaussian distribution.
% R = GGRND(A,B) returns a matrix of random numbers chosen
% from the generalized Gaussian distrib
www.eeworm.com/read/299984/7140727
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