代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/266952/11200520

c q_matrix.c

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

cfg q_matrix.cfg

# This is the configuration file for initialising the Q matrix. # Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block # The values range from 1 to 255 # If first value of matrix is equal t
www.eeworm.com/read/411673/11234054

c matrix_functions.c

void mult_matrixvector(double a[3][3], double b[3][1], double result[3][1]) { int i; for(i=0; i
www.eeworm.com/read/411636/11235516

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/266227/11235951

m create_matrix.m

function matrixa=create_matrix(n) %创建三对角线矩阵 matrixa=2*eye(n)+diag(diag(eye(n-1),0)*(-1),-1)+diag(diag(eye(n-1),0)*(-1),1);
www.eeworm.com/read/249774/12475217

h q_matrix.h

/* TinySVM -- Yet Another Tiny SVM Package $Id: q_matrix.h,v 1.7 2002/08/20 06:31:17 taku-ku Exp $; Copyright (C) 2001-2002 Taku Kudo All rights reserved. This li
www.eeworm.com/read/249774/12475258

cpp q_matrix.cpp

/* TinySVM -- Yet Another Tiny SVM Package $Id: q_matrix.cpp,v 1.4 2002/08/20 06:31:17 taku-ku Exp $; Copyright (C) 2001-2002 Taku Kudo All rights reserved. This
www.eeworm.com/read/148281/12476950

asm matrix_mpys.asm

;****************************************************************************** ;* TMS320C6x C/C++ Codegen PC v5.1.0 * ;* Date/Time created: Sat Dec 10 14:16
www.eeworm.com/read/148281/12476951

paf2 matrix.paf2

www.eeworm.com/read/148281/12476958

c matrix_mpyc.c

#define m 10 #define n 30 #define k 10 void matrix_mpyc(short A[m][n],short B[n][k],int C[m][k],int max[3]) { int i,w,j,sum; short a,b; for(i=0;i