代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/358191/10194386

h matrix2.h

#include "xcept.h" template class Matrix { public: Matrix(int r = 0, int c = 0); Matrix(const Matrix& m); //copy constructor ~Matrix() {delete [] element;} T& operator
www.eeworm.com/read/281129/10261469

h mes_matrix.h

// -*- c++ -*- /////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com // //
www.eeworm.com/read/281129/10261515

h matrix3.h

// -*- c++ -*- /////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com // //
www.eeworm.com/read/281085/10266933

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/426052/10291171

h matrix6.h

/* Name : Matrix Template Library(MTL) 6.0 Copyright : All rights reserved You can copy and use it freely but if you want to changed it you should
www.eeworm.com/read/426017/10294012

m init_matrix.m

function [ B1, B2, B3, B4, rho ] = init_matrix( NptsAll ) % Initializes arrays defining difference equations global omega Bdry global NMedia N NFirstAcoustic NLastAcoustic Loc H global SSP
www.eeworm.com/read/355101/10294542

m matrix_multiple.m

% 两矩阵相乘运算 % 用户输入两个矩阵 a=input('enter the first matrix:'); b=input('enter the second matrix:'); % 如果try模块没有错误,则进行正常的矩阵乘法运算,并输出结果 try disp(a); % 显示输入的矩阵,让用户确定 disp(b); z=a*b;
www.eeworm.com/read/161846/10362343

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/161587/10393691

h matrix1.h

#include "xcept.h" #include "vector.h" template class Matrix { public: Matrix(int r = 0, int c = 0); Matrix(const Matrix& m); // copy constructor ~Matrix() {delete [] row
www.eeworm.com/read/161587/10394323

h matrix2.h

#include "xcept.h" template class Matrix { public: Matrix(int r = 0, int c = 0); Matrix(const Matrix& m); //copy constructor ~Matrix() {delete [] element;} T& operator