代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/201061/15416813

java matrix_product.java

public class Matrix_product { public static void main( String args[] ) { int intMatrixA[][] = { {7,9,4} , {5,6,8} }; int intMatrixB[][] = { {9,5,2,8} , {5,9,7,2} , {4,7,5,8} }; int i
www.eeworm.com/read/201061/15416814

jcw matrix_product.jcw

! ** JCreator Workspace File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.00" LABEL := "Matrix_product" ! Start Project Structure #[BeginProject]SOURCE := "Matrix_product.jcp" #[E
www.eeworm.com/read/201061/15416815

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/110762/15464113

c matrix2.c

www.eeworm.com/read/113031/15471990

c matrix_threads.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113031/15471991

c matrix_serial.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/112517/15483933

cpp matrix33.cpp

// Matrix33.cpp: implementation of the CMatrix33 class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyCollision1.h" #include "Matrix3
www.eeworm.com/read/112517/15483947

h matrix33.h

// Matrix33.h: interface for the CMatrix33 class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX33_H__A30C8296_00F2_11D6_95F2_93B9C68FDF74__INCL
www.eeworm.com/read/112016/15495628

rc2 matrix.rc2

// // MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ////
www.eeworm.com/read/109032/15567402

cpp fill_matrix.cpp

// fill_matrix.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdlib.h" #include "stdio.h" #include "iostream.h" #define N 16 int main(int a