代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/282288/9106001

c matrix.c

/* * ============================================================================= * ALADDIN Version 2.1. * * matrix.c : Hi
www.eeworm.com/read/282286/9106174

h matrix.h

/* * ============================================================================= * ALADDIN Version 1.0 : * matrix.h : Data Structures and Function Declarations for Matrix *
www.eeworm.com/read/282286/9106289

c matrix.c

/* * ============================================================================= * ALADDIN Version 1.0 : * matrix.c : High-Level Functions for Matrix Operations and Printing *
www.eeworm.com/read/381148/9107430

h matrix.h

void matrixinv(double *pI,double *B,int N_num); void matrix_zeros(double *Z,int L,int C);
www.eeworm.com/read/282159/9116758

lib matrix.lib

www.eeworm.com/read/282159/9116759

src matrix.src

www.eeworm.com/read/282159/9116775

doc matrix.doc

www.eeworm.com/read/380622/9140909

pas matrix.pas

unit Matrix; interface // Transpose a Variant matrix. // Transpose1 uses a direct, readable, maintainable approach. // Transpose2 accesses the Variant array data directly, which is // much fa
www.eeworm.com/read/380446/9148760

inl matrix.inl

// Matrix.inl 矩阵模板类函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _MATRIX_INL #define _MATRIX_INL //矩阵乘法函数 template //最后结
www.eeworm.com/read/380446/9148813

h matrix.h

// Matrix.h 矩阵模板类头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _MATRIX_H //避免多次编译 #define _MATRIX_H #include //模板类valarray的标准头文件 #include //公共头文