代码搜索结果

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

matrix.cpp

//Header: Matrix.hpp //Version: 1.0 //Language: Borland C++ 3.1 //Environ: Any //Date: 10/1995~3/1996 //Purpose: Provide a base class for matrix #include "matr

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 的实现文件 // ////////////////////////////////////////////////////////////////////// #inc

matrix.cpp

///////////////////////////////////////////////////////////////////////////// // Matrix.cpp : Implementation of the class Matrix // /////////////////////////////////////////////////////////////////

matrix.h

// Matrix.h: interface for the CMatrix class. ////////////////////////////////// //自己编写的CMatrix类,用于矩阵运算 ////////////////////////////////// class CMatrix : public CObject { DECLARE_SERIAL(

matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" //#include "Mat.h" #include "Matrix.h" #includ

matrix.h

//3D VECTOR struct D3DMATRIX { public: //Dieser Konstruktor wird standardm溥ig aufgerufen D3DMATRIX() { m11 = 1; m21 = 0; m31 = 0; m41 = 0; m12 = 0; m22 = 1; m32 = 0; m42 = 0; m13 = 0