代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/172493/9705227
cpp matrix5.cpp
#include
#include
#include "matrix5.h"
string MatrixIndexException::format_message(int n)
{
ostringstream outstr;
outstr
www.eeworm.com/read/172493/9705318
h matrix4.h
#ifndef MATRIX4_H
#define MATRIX4_H
#include
#include
namespace BigCPlusPlus_Matrix
{
/**
This class describes a matrix with arbitrary rows and columns.
*/
cl
www.eeworm.com/read/172493/9705319
cpp matrix4.cpp
using namespace std;
#include
#include
#include "matrix4.h"
namespace BigCPlusPlus_Matrix
{
string Matrix::IndexException::format_message(int n)
{
ostringstream outstr;
o
www.eeworm.com/read/172493/9705322
cpp matrix3.cpp
#include
#include
#include "matrix3.h"
string MatrixIndexException::format_message(int n)
{
ostringstream outstr;
outstr
www.eeworm.com/read/172493/9705323
h matrix3.h
#ifndef MATRIX3_H
#define MATRIX3_H
#include
#include
using namespace std;
/**
Matrix exception class for indexing error.
*/
class MatrixIndexException : public
www.eeworm.com/read/172493/9705388
h matrix1.h
#ifndef MATRIX1_H
#define MATRIX1_H
#include
#include
using namespace std;
/**
This class describes a row in a matrix.
*/
class Matrix; // Forward definition
cla
www.eeworm.com/read/172493/9705392
cpp matrix1.cpp
#include
#include "matrix1.h"
Matrix::Matrix()
{
for (int i = 0; i < ROWS; i++)
for (int j = 0; j < COLUMNS; j++)
(*this)(i, j) = 0;
}
Matrix& Matrix::operator+=(const
www.eeworm.com/read/172172/9722055
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
www.eeworm.com/read/367440/9748415
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
www.eeworm.com/read/170930/9779547
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
////