代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/292968/8319859

cpp matrix.cpp

// file MATRIX.CXX #include "matrix.hxx" #include #include void Matrix :: checkBounds (int i,int j) // Checks that the receiver includes a position (i,j). {
www.eeworm.com/read/292968/8320003

hxx matrix.hxx

// ******************** // *** CLASS MATRIX *** // ******************** #ifndef matrix_hxx class FloatMatrix ; class IntArray ; class Matrix /* This abstract class is the su
www.eeworm.com/read/392861/8322283

h matrix.h

#ifndef MAXTRIX_H //如果被定义了,则跳到下一个#else或下一个#endif //避免文件中的内容被定义两次 #define MAXTRIX_H //两个矩阵相加(重载) void matrix_add(double *,double *,double *,int,int); void matrix_add(double *
www.eeworm.com/read/392861/8322287

cpp matrix.cpp

#include "matrix.h" #include "math.h" #include "stdlib.h" #include "iostream.h" void matrix_add(double *matrixA,double *matrixB,double *matrixC,int m,int n) { //两个矩阵相加(m*n矩阵) //其中前两个矩阵为加数,第
www.eeworm.com/read/292658/8342716

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/292658/8342751

h matrix.h

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

txt matrix.txt

776 769 506 465 328 219 767 762 695 422 259 43 847 726 675 338 262 51 1006 808 516 343 324 244 883 876 722 430 257 117 906 784 625 163 105 88 855 624 524 416 218 152 891 862 638 369 178
www.eeworm.com/read/292420/8354391

h matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************
www.eeworm.com/read/370636/9589497

h matrix.h

#include #include "config.h" #ifdef GW_DEBUG #include #endif // #include "mex.h" class matrix { private: double* M_; int nb_row_, nb_col_; public: matrix(int n,
www.eeworm.com/read/174180/9605149

h matrix.h

// Matrix.h: interface for the CMatrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX_H__EEB147AD_4190_11D6_B625_00E04C39EA1A__INCLUDED_)