代码搜索结果

找到约 72,433 项符合 LED Matrix 的代码

matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. #include "Matrix.h" #include "Object.h" #include "Item.h" #include "Human.h" CMatrix::CMatrix() { // 初始ID = 1 m_seq = 1; } CMatr

matrix.java

package numbercruncher.matrix; import numbercruncher.mathutils.*; /** * The matrix class. */ public class Matrix { /** number of rows */ protected int nRows; /** number of columns

matrix.java~1~

package numbercruncher.matrix; import numbercruncher.mathutils.AlignRight; /** * The matrix class. */ public class Matrix { /** number of rows */ protected int nRows; /

matrix.h

// MATRIX.h: interface for the MATRIX class. // ////////////////////////////////////////////////////////////////////// #if !defined(MATRIX_H__INCLUDED_) #define MATRIX_H__INCLUDED_ #if _MSC_VER >= 1

matrix.cpp

// MATRIX.cpp: implementation of the MATRIX class. // ////////////////////////////////////////////////////////////////////// #include "VECTOR.H" #include "MATRIX.h" // This class MATRIX comes from a

matrix.cc

// // File: MATRIX.h // // This class MATRIX comes from an article about rigid body // animation published on www.gamasutra.com so it may // follow its own license. Please check gamasutra at // htt

matrix.h

// // File: Matrix.h // #ifndef _MATRIX_H_ #define _MATRIX_H_ // This class MATRIX comes from an article about rigid body // animation published on www.gamasutra.com so it may // follow its own lic

matrix.h

///////////////////////////////////////////////////////////////////////////// // Matrix.h : // Interface of the class CMatrix // Author : freeia // Modified Date : 3/11/2003 // E-mail : freeia@

matrix.h

///////////////////////////////////////////////////////////////////////////// // Matrix.h : // Interface of the class CMatrix // Author : freeia // Modified Date : 3/11/2003 // E-mail : freeia@

matrix.h

///////////////////////////////////////////////////////////////////////////// // Matrix.h : // Interface of the class CMatrix // Author : freeia // Modified Date : 3/11/2003 // E-mail : freeia@