代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/491938/6428721

c matrix_key.c

#include "reg51.h" void Delay(unsigned int i) { unsigned int j; for(;i>0;i--) for(j=0;j
www.eeworm.com/read/491938/6428724

hex matrix_key.hex

:0300000002006695 :0C006600787FE4F6D8FD758107020003E6 :040043007F017E00BB :10004700D3EF9400EE94004015E4FDFC0DBD0001D4 :0E0057000CED64644C70F5EF1F70E51E80E246 :010065002278 :070072007590FF75A0FF2
www.eeworm.com/read/491938/6428727

obj matrix_key.obj

www.eeworm.com/read/491938/6428728

plg matrix_key.plg

礦ision2 Build Log Project: G:\C语言51学习\程序代码\第6章\matrix_key\matrix_key.uv2 Project File Date: 04/12/2007 Output:
www.eeworm.com/read/491938/6428730

opt matrix_key.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/491039/6439423

m form_matrix.m

function channel_est=form_matrix(SimulationParameters) global SimulationConstants; N=SimulationParameters.N; M=SimulationParameters.M; if M==1 & N==2 load cir11; load cir12; C
www.eeworm.com/read/488296/6491654

m features_matrix.m

%This function computes the features matrix %The features which computed are: variance (energy), skewness,... function [Xf] = features_matrix (W) [n,m]=size(W); %dimensions of the features mat
www.eeworm.com/read/488296/6491656

m data_matrix.m

% This function get an EEG measurement, devide it to epoches of 1 seconds % with an overlap of o .5 second. than organize it in the columns of a % matrix S. function [S]=data_matrix (a) % a=1:1
www.eeworm.com/read/487628/6506626

h q_matrix.h

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

c q_matrix.c

/*! ************************************************************************************* * \file q_matrix.c * * \brief * read q_matrix parameters from input file: q_matrix.cfg * **