代码搜索:LED Matrix

找到约 10,000 项符合「LED Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/125920/6020111

java~41~ matrix.java~41~

package neural.matrix; public class Matrix { double[][] m; public Matrix(double[][] m) { this.m = m; } public Matrix(Matrix matrix) {
www.eeworm.com/read/123967/6056513

cpp matrix_representation.cpp

#include "vs_h.h" #include "dynamic_array.h" #include "omega_h.h" #include "u_h.h" #include "element_formulation.h" #include "matrix_representation.h" // private utility for constructor initia
www.eeworm.com/read/123967/6056530

h matrix_representation.h

#ifndef __MATRIX_REPRESENTATION #define __MATRIX_REPRESENTATION //============================================================================== // Part D. Matrix Representation // symbolic
www.eeworm.com/read/122492/6065881

java~1~ matrix.java~1~

package numbercruncher.matrix; import numbercruncher.mathutils.AlignRight; /** * The matrix class. */ public class Matrix { /** number of rows */ protected int nRows; /
www.eeworm.com/read/120251/6075117

cpp matrix4.cpp

#ifdef HAVE_CONFIG_H # include "config.h" #endif #include "OgrePythonLink.h" using namespace boost::python; using namespace Ogre; tuple Matrix4_getitem(Matrix4& self, int index) {
www.eeworm.com/read/120251/6075145

cpp matrix3.cpp

#ifdef HAVE_CONFIG_H # include "config.h" #endif #include "OgrePythonLink.h" using namespace boost::python; using namespace Ogre; tuple Matrix3_getitem(Matrix3& self, int index) {
www.eeworm.com/read/119348/6086423

tpl matrix_query.tpl

www.eeworm.com/read/113165/6137025

cpp matrix4.cpp

#ifdef HAVE_CONFIG_H # include "config.h" #endif #include "OgrePythonLink.h" using namespace boost::python; using namespace Ogre; tuple Matrix4_getitem(Matrix4& self, int index) {
www.eeworm.com/read/113165/6137053

cpp matrix3.cpp

#ifdef HAVE_CONFIG_H # include "config.h" #endif #include "OgrePythonLink.h" using namespace boost::python; using namespace Ogre; tuple Matrix3_getitem(Matrix3& self, int index) {
www.eeworm.com/read/111672/6154043

h matrix2.h

/************************************************************************ * * Title : matrix.c * * Function : header file for the matrix library. * * Dependen- * cies : matrix.c