代码搜索结果

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

matrix.h

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

matrix.cpp

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

matrix.map

Start Stop Length Name Class 00000H 0506FH 05070H _TEXT CODE 05070H 05131H 000C2H MATRIX_TEXT CODE 05140H 05707H 005C8H E87_PROG CODE 05710H

matrix.c

/* Note:Your choice is C IDE */ #include "stdio.h" #include #include #define M1 100 #define M2 100 typedef struct{ int row; int col; float d[M1][M2]; }matrix; void

matrix.h

// //Please find details of the method from // // Q. Zhang, A. Zhou and Y. Jin, "RM-MEDA: A Regularity Model Based Multiobjective Estimation of Distribution Algorithm", IEEE Trans. Evolutionary Com