代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/170930/9779573

plg matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Release-------------------- Command Lines Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/170930/9779586

cpp matrix.cpp

// Matrix.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Matrix.h" #include "MainFrm.h" #include "MatrixDoc.h" #include "MatrixView.h" #ifdef _DEB
www.eeworm.com/read/367145/9780319

inl matrix.inl

// Matrix.inl 矩阵模板类函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _MATRIX_INL #define _MATRIX_INL //矩阵乘法函数 template //最后结
www.eeworm.com/read/367145/9780340

h matrix.h

// Matrix.h 矩阵模板类头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _MATRIX_H //避免多次编译 #define _MATRIX_H #include //模板类valarray的标准头文件 #include //公共头文
www.eeworm.com/read/415945/11046886

h matrix.h

// Matrix.h: interface for the Matrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX_H__1DACB5A1_AF0B_4107_AC25_02B08B049984__INCLUDED_)
www.eeworm.com/read/415945/11046890

cpp matrix.cpp

// Matrix.cpp: implementation of the Matrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Matrix.h" #include #ifdef _DE
www.eeworm.com/read/270032/11050733

h matrix.h

/* matrix.h * The type and externs for matrix routines. */ typedef double ** Matrix; extern double InvertMatrix(); extern Matrix NewMatrix();
www.eeworm.com/read/270032/11050739

c matrix.c

/* * matrix.c - Simple routines for general sized matrices. * */ #include #include #include "matrix.h" double InvertMatrix(mat,actual_size) Matrix mat; /* Holds the orig
www.eeworm.com/read/269886/11072018

h matrix.h

// Matrix.h: interface for the Matrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX_H__30B7D888_BB9B_11D2_9B76_204C4F4F5020__INCLUDED_)
www.eeworm.com/read/269886/11072076

cpp matrix.cpp

// Matrix.cpp: implementation of the Matrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "windows.h" #include "stdio.h" #includ