代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/273122/10925591

h matrix_op.h

#include"stdio.h" #include"time.h" double Surplus(double A[],int m,int n) /*求矩阵行列式*/ { int i,j,k,p,r; double X,temp=1,temp1=1,s=0,s1=0; if(n==2) {for(i=0;i
www.eeworm.com/read/418677/10936163

v transpose_matrix.v

module transpose_matrix (clk, clken, aclr, data_rdy, col_dct_en, first_col_dct, serial_out, pt0, pt1, pt2, pt3, pt4, pt5, pt6, pt7); ////////////////// //Por
www.eeworm.com/read/272513/10954801

cc sparse_matrix.cc

// -*- c++ -*- // // $Id $ // // Copyright 1997, University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek // // This file is part of the Matrix Template Library // // You should have rec
www.eeworm.com/read/272513/10954806

cc blocked_matrix.cc

// // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You should have recei
www.eeworm.com/read/272513/10954839

cc external_matrix.cc

// // Copyright 1997, University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek // // This file is part of the Matrix Template Library // // You should have received a copy of the License
www.eeworm.com/read/272513/10954975

h matrix_implementation.h

// -*- c++ -*- // // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You sh
www.eeworm.com/read/272513/10955007

h matrix_traits.h

#ifndef _MTL_MATRIX_TRAITS_ #define _MTL_MATRIX_TRAITS_ #include "mtl/mtl_complex.h" #include "mtl/mtl_config.h" namespace mtl { enum { RECT, BAND, TRI, SYMM, HERM, ROW_MAJOR, COL_MAJOR, DIAG, DE
www.eeworm.com/read/418304/10955009

bmp main_matrix.bmp

www.eeworm.com/read/272513/10955076

h matrix_stream.h

#ifndef MTL_MATRIX_STREAM_H #define MTL_MATRIX_STREAM_H // // Forward Declarations for the Matrix Streams // namespace mtl { template class matrix_market_stream; template class
www.eeworm.com/read/272513/10955129

h light_matrix.h

#ifndef MTL_LIGHT_MATRIX_H #define MTL_LIGHT_MATRIX_H #include "mtl/matrix_traits.h" #include "mtl/dimension.h" #include "mtl/meta_if.h" #include "mtl/meta_equal.h" namespace mtl { template