代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/490329/1201514
cpp matrix3.cpp
#include
void hk_Matrix3::set_rows( const hk_Vector3& r0,
const hk_Vector3& r1,
const hk_Vector3& r2)
{
_set_rows( r0,r1,r2);
}
void hk_Matrix3::set_cols(
www.eeworm.com/read/490329/1201520
h matrix3.h
#ifndef HAK_MATH_MATRIX3_H
#define HAK_MATH_MATRIX3_H
#ifndef HK_MATH_VECMATH_H
#error Include Do not include this file directly.
#endif // HK_MATH_VECMATH_H
//: A generic
www.eeworm.com/read/490329/1201530
inl matrix3.inl
#ifdef HK_PS2
# include
#else //HK_PS2
hk_Matrix3::hk_Matrix3()
{
}
inline void hk_Matrix3::set_elem(int r, int c, hk_real v)
{
// works for transform too if elem
www.eeworm.com/read/490329/1201537
h matrix_inverter.h
#ifndef HK_MATH_MATRIX_INVERTER
#define HK_MATH_MATRIX_INVERTER
#include
class hk_Matrix_Inverter
{
public:
static inline void invert_no_pivot_search( hk
www.eeworm.com/read/490329/1201541
h spatial_matrix.h
#ifndef HK_SPATIAL_MATRIX_H
#define HK_SPATIAL_MATRIX_H
#include
class hk_Spatial_Vector;
class hk_Spatial_Matrix
{
public:
inline hk_Spatial_Matrix();
//: co
www.eeworm.com/read/490329/1204582
h matrix2.h
/**********************************************************************
*<
FILE: matrix2.h
DESCRIPTION: Class definitions for Matrix2
CREATED BY: Dan Silva
HISTORY:
*> Copyright (c
www.eeworm.com/read/490329/1204625
h matrix3.h
/**********************************************************************
*<
FILE: matrix3.h
DESCRIPTION: Class definitions for Matrix3
CREATED BY: Dan Silva
HISTORY:
*> Copyright (c
www.eeworm.com/read/484567/1269211
hpp istream_as_matrix.hpp
#ifndef YASMIC_ISTREAM_AS_MATRIX
#define YASMIC_ISTREAM_AS_MATRIX
#include
#include
#include
#include
namespace yasm
www.eeworm.com/read/484567/1269214
hpp ifstream_matrix.hpp
#ifndef YASMIC_IFSTREAM_MATRIX
#define YASMIC_IFSTREAM_MATRIX
#include
#include
#include
#include
#inclu
www.eeworm.com/read/484567/1269221
hpp crm_matrix.hpp
#ifndef YASMIC_UTIL_CRM_MATRIX
#define YASMIC_UTIL_CRM_MATRIX
#if _MSC_VER >= 1400
// disable the warning for ifstream::read
#pragma warning( push )
#pragma warning( disable : 4996 )
#en