代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/439854/7700441
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/439854/7700522
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/439854/7700586
obj q_matrix.obj
www.eeworm.com/read/439854/7700604
sbr q_matrix.sbr
www.eeworm.com/read/439854/7700652
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/439651/7704076
m matrix10.m
www.eeworm.com/read/439651/7704078
m matrix11.m
x1 = rand(10000, 1);
x2 = randn(10000, 1);
subplot(2,1,1); hist(x1, 40); title('Аっだ
www.eeworm.com/read/439651/7704080
m matrix02.m
A = [4 10 1 6 2; 8 2 9 4 7; 7 5 7 1 5; 0 3 4 5 4; 23 13 13 0 3];
B = A(4:5, 2:3)
www.eeworm.com/read/439651/7704082
m matrix01.m
A = [4 10 1 6 2; 8 2 9 4 7; 7 5 7 1 5; 0 3 4 5 4; 23 13 13 0 3];
A(2,3) - A(12)
www.eeworm.com/read/439651/7704083