代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/484606/6580707

htm matrix2_cpp.htm

matrix2.cpp
www.eeworm.com/read/482929/6616288

c az_matrix_util.c

/*==================================================================== * ------------------------ * | CVS File Information | * ------------------------ * * $RCSfile: az_matrix_util.c,v $ * * $A
www.eeworm.com/read/482929/6616346

c read_captured_matrix.c

#include #include #include "az_aztec.h" void read_coo(char *data_file, int *proc_config, int *N_global, int *n_nonzeros, double **val, int **bindx, double **
www.eeworm.com/read/476406/6760867

f90 matrix_operator.f90

program main use IMSL real :: A(3,3) = (/ 1,2,3,& 1,5,6,& 2,8,9 /) real :: B(3) = (/ 4, 15, 18 /), C(3) ! 求解 x+y+2z=4 ! 2x+5y+8z=15 ! 3x+6y+9
www.eeworm.com/read/410811/11268933

cfg q_matrix_def.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/410811/11268953

cfg q_matrix2.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/409284/11334893

r comput_small_matrix.r

comput_small_matrix
www.eeworm.com/read/409267/11338334

mif hex_digit_matrix.mif

WIDTH=8; DEPTH=128; ADDRESS_RADIX=HEX; DATA_RADIX=BIN; CONTENT BEGIN 00 : 00111100; % **** % 01 : 01100110; % ** ** % 02 : 01101110; % ** *** % 03 : 01110110; % *** ** % 04 :
www.eeworm.com/read/409260/11338685

f90 matrix_operator.f90

program main use IMSL real :: A(3,3) = (/ 1,2,3,& 1,5,6,& 2,8,9 /) real :: B(3) = (/ 4, 15, 18 /), C(3) ! 求解 x+y+2z=4 ! 2x+5y+8z=15 ! 3x+6y+9
www.eeworm.com/read/262606/11398800

cpp matrix2d.cpp

// Matrix2D.cpp: implementation of the CMatrix2D class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" //#include "imgpro.h" #include "matrix2D.h"