代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/262556/11586936

rc2 matrix.rc2

// // MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ////
www.eeworm.com/read/261761/11625122

m matrix1.m

function t=matrix1(x); s=size(x);%取出给定矩阵的行列数 n=s(1,1);%取出给定矩阵的行数 a=eye(n); x=[x a];%增广矩阵,原矩阵并入一个原列数的单位阵 for i=1:n% max1=x(i,i); for j=i:n %获取当前列数的最大值及该最大值所在的行数 if(max1
www.eeworm.com/read/261198/11659592

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if nargin
www.eeworm.com/read/347508/11659885

h q_matrix.h

/*! *************************************************************************** * \file * q_matrix.h * * \brief * Headerfile for q_matrix array * * \date * 07. Apr 2004
www.eeworm.com/read/347508/11660201

c q_matrix.c

/*! ************************************************************************************* * \file q_matrix.c * * \brief * read q_matrix parameters from input file: q_matrix.cfg * **
www.eeworm.com/read/347508/11660266

cfg q_matrix.cfg

# This is the configuration file for initialising the Q matrix. # Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block # The values range from 1 to 255 # If first value of matrix is equal t
www.eeworm.com/read/347507/11660638

h q_matrix.h

/*! *************************************************************************** * \file * q_matrix.h * * \brief * Headerfile for q_matrix array * * \date * 07. Apr 2004
www.eeworm.com/read/347507/11660987

c q_matrix.c

/*! ************************************************************************************* * \file q_matrix.c * * \brief * read q_matrix parameters from input file: q_matrix.cfg * **
www.eeworm.com/read/347507/11661064

cfg q_matrix.cfg

# This is the configuration file for initialising the Q matrix. # Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block # The values range from 1 to 255 # If first value of matrix is equal t
www.eeworm.com/read/157453/11702893

h matrix1.h

#include "xcept.h" #include "vector.h" template class Matrix { public: Matrix(int r = 0, int c = 0); Matrix(const Matrix& m); // copy constructor ~Matrix() {delete [] row