代码搜索结果

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

matrix.c

#include #include int main (void) { int i, j; gsl_matrix * m = gsl_matrix_alloc (10, 3); for (i = 0; i < 10; i++) for (j = 0; j < 3; j++) gsl_matrix_s

matrix.c

#include #include #include #define BASE_GSL_COMPLEX_LONG #include "templates_on.h" #include "matrix_source.c" #include "templates_off.h" #undef BASE_G

matrix.h

#ifndef _MATRIX_H #define _MATRIX_H #include "defines.h" namespace annie { /** A class for 2-dimensional matrices. * This probably isn't the most efficient way to do matrix operations, * use of

matrix.xpm

/* XPM */ static char * matrix[] = { "32 32 3 1", " c None s None", "X c black", ". c lemon chiffon", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ", "X.............................XX", "X.......................

matrix.xbm

#define noname_width 32 #define noname_height 32 static char noname_bits[] = { 0xff,0xff,0xff,0x7f,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,0x00, 0xc0,0x39,0x00,0x00,0xc7,0x09,0x00,0x00,0xc

matrix.h

///////////////////////////////////////////////////////////////////////////// // Matrix.h : // Interface of the class CMatrix // Author : freeia // Modified Date : 3/11/2003 // E-mail : freeia@

matrix.h

///////////////////////////////////////////////////////////////////////////// // Matrix.h : // Interface of the class CMatrix // Author : freeia // Modified Date : 3/11/2003 // E-mail : freeia@

matrix.cpp

///////////////////////////////////////////////////////////////////////////// // Matrix.cpp : Implementation of the class Matrix // /////////////////////////////////////////////////////////////////

matrix.h

///////////////////////////////////////////////////////////////////////////// // Matrix.h : // Interface of the class CMatrix // Author : freeia // Modified Date : 3/11/2003 // E-mail : freeia@

matrix.h

// Copyright (C) 2006-2007 Anders Logg and Garth N. Wells. // Licensed under the GNU LGPL Version 2.1. // // First added: 2006-05-15 // Last changed: 2007-07-22 #ifndef __MATRIX_H #define __MATRIX_H