代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/201599/15400991
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/201599/15401062
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/201599/15401085
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/201594/15401178
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/201594/15401254
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/201594/15401277
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/201477/15407283
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
www.eeworm.com/read/201477/15407499
h matrix2.h
#include "xcept.h"
template
class Matrix {
public:
Matrix(int r = 0, int c = 0);
Matrix(const Matrix& m); //copy constructor
~Matrix() {delete [] element;}
T& operator
www.eeworm.com/read/201465/15408178
txt matrix.operation.txt
/************************************************************************
功能: 本程序接受用户输入两个矩阵,并作出计算选择,返回计算值
**************************************************************************/
#include
www.eeworm.com/read/201218/15413198
m kernel_matrix.m
function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrix(X, kernel_fct, sig2)
%
% This ma