代码搜索结果

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

matrix.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"

matrix.cpp

// Matrix.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Matrix.h" #include "MainFrm.h" #include "MatrixDoc.h" #include "MatrixView.h" #ifdef _DEB

matrix.h

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

matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ProGram2.h" #include "Matrix.h" #inc

matrix.h

#ifndef MATRIX_H #define MATRIX_H // 定义适合数学运算的实数matrix类,数据将存放在buffer类中 #include #include #include // buffer.h包含实数缓存类buffer的定义 #include "buffer.h" /