代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/323600/13334418

class matrix.class

www.eeworm.com/read/137285/13335131

c matrix.c

/* clib/matrix.c */ /* cut out lots of stuff on 950815. Because ludcmp mislaid */ #include "r.h" #include "mynr.h" void dmatrixfromdmatrix (double **b,int l1,int h1,int l2,int h2,double **f) {
www.eeworm.com/read/323220/13347069

h matrix.h

#ifndef _michael_matrix_ #define _michael_matrix_ #include #include #include #include #include class CMatrix { private: int m_
www.eeworm.com/read/136916/13354355

htm matrix.htm

 注意格式:用“,”隔开每一行中的各元素用“;"隔开行(注
www.eeworm.com/read/136911/13354506

htm matrix.htm

 注意格式:用“,”隔开每一行中的各元素用“;"隔开行(注
www.eeworm.com/read/136872/13356924

html matrix.html

www.eeworm.com/read/136872/13358316

html matrix.html

www.eeworm.com/read/136707/13364536

txt matrix.txt

/**************************************************************************\ MODULE: matrix SUMMARY: Macros are deined providing template-like classes for dynamic-sized, recatngular matric
www.eeworm.com/read/136707/13364580

h matrix.h

#ifndef NTL_matrix__H #define NTL_matrix__H #include #include // matrix templates #define NTL_matrix_decl(T,vec_T,vec_vec_T,mat_T) \ class mat_T { \ pub
www.eeworm.com/read/322000/13391142

java matrix.java

package playFair; import java.util.Vector; public class Matrix { private String initKey; private char[]c; private char [][] matrix = new char[5][5]; Vector initAlphabet = new Vector();