代码搜索结果

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

matrix.c

/* ************************************************************************* *\ ** ************************************************************************* ** ** ** INTEL Corporation Proprietar

matrix.conf

## Colors and limits ## accepts only lines starting with letters or ">" >80: #df421e >50: #eed680 >10: #efe0cd >0: #c5d2c8 other: #e0c39e large: #ada7c8

matrix.py

# -*- coding: ISO8859-1 -*- # $Id: Matrix.py 3865 2007-02-01 08:14:21Z mortenv $ # # Copyright 2003, 2004 Norwegian University of Science and Technology # # This file is part of Network Administration

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

#ifndef NTL_matrix__H #define NTL_matrix__H #include #include // matrix templates #define NTL_matrix_decl(T,vec_T,vec_vec_T,mat_T) \ class mat_T { \ pub

matrix.h

#ifndef MATRIX_H #define MATRIX_H #include #include #include namespace mylib { template class matrix { private: //proxy class vec: