代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/122349/14700131
h matrix_test.h
#ifndef _MTL_MATRIX_TEST_
#define _MTL_MATRIX_TEST_
#include
#include "mtl/matrix_traits.h"
#include
#include
/*
A collection of test routines for MTL matrices.
www.eeworm.com/read/122349/14700137
h matrix_attr.h
/* generated by make_and_test.pl */
#ifndef MATRIX_ATTR_H
#define MATRIX_ATTR_H
#define NUMTYPE double
#define SHAPE triangle
#define STORAGE packed
#define ORIEN row_major
#define TES
www.eeworm.com/read/122349/14700159
h fill_matrix.h
#ifndef MTL_FILL_MATRIX_H
#define MTL_FILL_MATRIX_H
template
void iterator_fill_sparse(Matrix& A, row_tag, Shape) {
// Can't iterate through an empty sparse matrix
typ
www.eeworm.com/read/122036/14725538
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/119772/14822823
ppt matrix-math.ppt
www.eeworm.com/read/119681/14824439
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