代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/273093/10927620

m max.m

%列状数据最大值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % max(A) % %MAX Largest component. % For vectors, MAX(X) is the largest element in X. For matrices, % MAX(X) is a row vector containin
www.eeworm.com/read/270943/11019008

m svd_dist_reg.m

function [Svd_dist_bdry, Svd_dist_reg] = Svd_dist (Region1, Region2) % first represent the two boundaries as matrices where ones stand for % boundary pixels and zeros elsewhere, next use SVD decompo
www.eeworm.com/read/172061/7074674

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain
www.eeworm.com/read/172061/7074858

m max.m

%列状数据最大值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % max(A) % %MAX Largest component. % For vectors, MAX(X) is the largest element in X. For matrices, % MAX(X) is a row vector containin
www.eeworm.com/read/464335/7165263

m randncond.m

% RANDNCOND Condition of random matrices nmax = 100; n = 2:nmax; kappalo = n.^(1/2); kappahi = 500*n.^3; shg clf reset h = loglog(n,[kappalo; kappahi],'-',nmax,NaN,'.'); set(h(1:2),'color
www.eeworm.com/read/451385/7466296

m randncond.m

% RANDNCOND Condition of random matrices nmax = 100; n = 2:nmax; kappalo = n.^(1/2); kappahi = 500*n.^3; shg clf reset h = loglog(n,[kappalo; kappahi],'-',nmax,NaN,'.'); set(h(1:2),'color
www.eeworm.com/read/443646/7629503

c readmat.c

#include #include #include #include #include #include "clustalw.h" #include "matrices.h" /* * Prototypes */ static Boolean commentline(char *li
www.eeworm.com/read/434275/7878382

c fec.c

/* * fec.c -- forward error correction based on Vandermonde matrices * 980624 * (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it) * * Portions derived from code by Phil Karn (karn@ka9q.ampr.org), * R
www.eeworm.com/read/434275/7878404

h fec.h

/* * fec.c -- forward error correction based on Vandermonde matrices * 980614 * (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it) * * Portions derived from code by Phil Karn (karn@ka9q.ampr.org), * R
www.eeworm.com/read/197958/7960340

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain