代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/351636/3102571
cxx vnl_matrix+uchar-.cxx
#include
// Disable warning
#ifdef VCL_VC_DOTNET
// 4146: unary minus operator applied to unsigned type, result still unsigned
# pragma warning(disable:4146)
#endif //VCL_VC_DOTN
www.eeworm.com/read/351636/3102596
txx vnl_file_matrix.txx
// This is core/vnl/vnl_file_matrix.txx
#ifndef vnl_file_matrix_txx_
#define vnl_file_matrix_txx_
//:
// \file
//
// \author Andrew W. Fitzgibbon, Oxford RRG
// \date 23 Dec 96
//
//-------
www.eeworm.com/read/351636/3102603
txx vnl_diag_matrix.txx
// This is core/vnl/vnl_diag_matrix.txx
#ifndef vnl_diag_matrix_txx_
#define vnl_diag_matrix_txx_
//:
// \file
#include "vnl_diag_matrix.h"
#include
//: Return inv(D) *
www.eeworm.com/read/351636/3102620
cxx test_rotation_matrix.cxx
//:
// \file
// \author Kevin de Souza
// \date 10 January 2007
// \brief Program to test vnl_rotation_matrix() functions
#include
// not used? #include
www.eeworm.com/read/351636/3102623
cxx test_matrix_fixed.cxx
// This is core/vnl/tests/test_matrix_fixed.cxx
#ifdef TEST_MALLOC // see note below, at the other #ifdef TEST_MALLOC
# include
#endif
#include
#include
www.eeworm.com/read/351636/3102626
cxx test_file_matrix.cxx
/*
fsm
*/
#include
#include
#include
#include
#include
void test_f
www.eeworm.com/read/351636/3102630
cxx test_sym_matrix.cxx
// This is core/vnl/tests/test_sym_matrix.cxx
#include
#include
#include
static
void test_int()
{
vcl_cout
www.eeworm.com/read/351636/3102631
cxx test_matrix_exp.cxx
// @author fsm
#include
#include // for vcl_abs()
#include
#include
#include
#include
www.eeworm.com/read/351636/3102647
cxx test_diag_matrix.cxx
// This is core/vnl/tests/test_diag_matrix.cxx
#include
//:
// \file
// \author Peter Vanroose, KULeuven
// \date 20 Sept. 2002
#include
#include