代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/373635/9445306

html image.html

R: Visual Inspection of Binary Incidence Matrices
www.eeworm.com/read/170114/9818980

c 12-4.c

#include #include #include #include “pt.h” /*自定义头文件*/ #define NTHREADS 4 /* global data area */ int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/166306/10024635

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/358694/10181712

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/353896/10407229

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/273093/10927618

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/272513/10954867

cc lu_solve.cc

/* thanks to Valient Gough for this example program! */ #include #include #include #include using namespace mtl; // don't print out the matrices
www.eeworm.com/read/172061/7074856

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/299984/7139949

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/460435/7250424

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App