代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/248593/12551599

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/248593/12551641

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/334858/12568694

hh matrix4d.hh

/* * Little Green BATS (2006) * * Authors: Martin Klomp (martin@ai.rug.nl) * Mart van de Sanden (vdsanden@ai.rug.nl) * Sander van Dijk (sgdijk@ai.rug.nl) * A. Bram Neijt (bneijt@gmail.com)
www.eeworm.com/read/147186/12578685

m matrix_t_pdf.m

function p = matrix_T_pdf(A, M, V, K, n) % MATRIX_T_PDF Evaluate the density of a matrix under a Matrix-T distribution % p = matrix_T_pdf(A, M, V, K, n) % See "Bayesian Linear Regression", T. Min
www.eeworm.com/read/147186/12578861

m partition_matrix_vec.m

function [m1, m2, K11, K12, K21, K22] = partition_matrix_vec(m, K, n1, n2, bs) % PARTITION_MATRIX_VEC Partition a vector and matrix into blocks. % [m1, m2, K11, K12, K21, K22] = partition_matrix_vec
www.eeworm.com/read/135507/13924862

java matrix2d.java

class Matrix2D { private int[][] matrix; public Matrix2D(int sizex, int sizey) { matrix = new int[sizex][sizey]; } public void addMatrix(Matrix2D other) { //add other to
www.eeworm.com/read/237004/13981740

h matrix_market_stream.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/237004/13981838

cc matrix_ij_test.cc

// -*- 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/237004/13981840

cc matrix_indices_test.cc

// -*- 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