代码搜索结果

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

matrix.h

/* * @(#)matrix.h generated by: makeheader 4.21 Mon Dec 20 16:35:43 2004 * * built from: ../../src/include/copyright.h * ../../src/include/pragma_interface.h * mxassert.h * .

matrix.h

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

matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************

matrix.m

disp('MATLAB程序设计与应用:刘卫国,张颖,P40习题') disp('1.建立3阶单位矩阵') A=eye(3) clear disp('2.建立5×6随机矩阵A,元素范围[100,200]的随机数') A=fix((100+1)*rand(5,6)+100) disp('3.将矩阵A第2~5行中第1,3,5列元素赋给矩阵B') A([1],:)=[]; A(:,[2

matrix.h

/** * File : Matrix.h * Author : Wind * Email : zealotwjr@163.com * Date : 2005-9-30 * Purpose : * */ #include "../head/Global.h" #ifndef MATRIX_H_ #define MATRIX_H_ ty

matrix.c

/** * File : Matrix.c * Author : Wind * Email : zealotwjr@163.com * Date : 2005-9-30 * Purpose : * */ #include #include #include "../head/Global.h"

matrix.h

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

matrix.cpp

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

matrix.h

#include "afxwin.h" #include "strstrea.h" #include "fstream.h" #include "iomanip.h" #include "stdlib.h" #include "malloc.h" #include "math.h" #define CDMatrix (CMatrix) #define CIM