代码搜索结果

找到约 10,000 项符合 LED Matrix 的代码

matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////

matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////

matrix.cpp

////////////////////////////////////////////////////////////////////// // Matrix.cpp // // 操作矩阵的类 CMatrix 的实现文件 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////

matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////

matrix.cpp

////////////////////////////////////////////////////////////////////// // Matrix.cpp // // 操作矩阵的类 CMatrix 的实现文件 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////

matrix.h

//matrix.h #ifndef MATRIX_H #define MATRIX_H class vector; class matrix; typedef double(*pfun)(double t); typedef void (*fun_group)(double t,vector& y); typedef double(*pfun2)(double t,do

matrix.h

//matrix.h #ifndef MATRIX_H #define MATRIX_H class vector; class matrix; typedef double(*pfun)(double t); typedef void (*fun_group)(double t,vector& y); typedef double(*pfun2)(double t,do

matrix.h

// // File = matrix.h // #ifndef _MATRIX_H_ #define _MATRIX_H_ class Matrix { public: Matrix( ){}; virtual double* GetCol(int col_indx)=0; protected: int Num_Rows; int Num