代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/166833/5471876

jcp matrix_product.jcp

! ** JCreator Project File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.10" LABEL := "Matrix_product" JDKPROFILE := "" ACTIVE := "1" OUTPUTPATH := "classes" COMPILER := "" ! St
www.eeworm.com/read/166734/5473257

h math_matrix.h

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code
www.eeworm.com/read/166734/5473259

cpp math_matrix.cpp

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code
www.eeworm.com/read/166734/5473837

h math_matrix.h

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena sourc
www.eeworm.com/read/166734/5473839

cpp math_matrix.cpp

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena sourc
www.eeworm.com/read/163840/5508329

xpm matrix2.xpm

/* XPM */ static char * image[] = { "32 32 17 1", " c none", "a c black", "b c navy", "c c green4", "d c gold4", "e c red4", "f c magenta4", "g c turquoise4", "h c SlateGrey", "i c grey75", "j c blue
www.eeworm.com/read/163355/5509941

h q_matrix.h

/*! *************************************************************************** * \file * q_matrix.h * * \brief * Headerfile for q_matrix array * * \date * 07. Apr 2004
www.eeworm.com/read/163355/5510019

c q_matrix.c

/*! ************************************************************************************* * \file q_matrix.c * * \brief * read q_matrix parameters from input file: q_matrix.cfg * **
www.eeworm.com/read/162915/5512145

cpp vector_and_matrix.cpp

#include using namespace itpp; //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { //Declare vectors and matricies: vec a, b, c; m
www.eeworm.com/read/162614/5519440

c matrix1.c

/* Matrix operations */ #define BOUND 100 int a[BOUND][BOUND],b[BOUND][BOUND],c[BOUND][BOUND]; main() { int i,j,k; for (i=0; i