代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/383944/8909603

cpp generating_matrix.cpp

#include "LDPC_head.h" #include matrix_bit *Gen(unsigned int M, unsigned int N, unsigned int t) { matrix_bit *Matrix; unsigned int *col; unsigned int *row; unsigned int *check;
www.eeworm.com/read/383944/8909618

cpp construct_matrix.cpp

#include "LDPC_head.h" #include node *space(struct matrix_bit *matrix) { node *head; node *p1; node *p2; unsigned int i; unsigned int j; // unsigned int k; head=(s
www.eeworm.com/read/427909/8913345

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/427586/8931942

m kernel_matrix.m

function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt) % Construct the positive (semi-) definite and symmetric kernel matrix % % >> Omega = kernel_matrix(X, kernel_fct, sig2) % % This ma
www.eeworm.com/read/427200/8966621

txt readme_matrix.txt

Brief introduction to Matrix Processor (c) ------------------------------------------ Author: Professor Dingyu XUE School of Information Science and Engineering
www.eeworm.com/read/185942/8972111

m sf_matrix.m

function h=sf_matrix(k) H = [ 1 1 -1 -1 -1 -1 -1 -1 1 -1 1 1 -1 1 -1 -1 1 -1 1 1 1 1 1 -1 1 -1 1 -1 -1 -1 1; 1 -1 1 -1 -1 -1 1 1 1 1 -1 -1 -1 -1 -1 1 1 -1 1 1 -1 1 1 1 1 1 -1 -1 -1 1 -1 ; 1 1 1
www.eeworm.com/read/427148/8972139

h q_matrix.h

/*! *************************************************************************** * \file * q_matrix.h * * \brief * Headerfile for q_matrix array * * \date * 07. Apr 2004
www.eeworm.com/read/427148/8972923

c q_matrix.c

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

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/283824/8986578

m rot_matrix.m

% computes rotation matrix using Rodriguez formula function [rot_matrix] = rot_matrix(omega,theta) if nargin == 1 theta = norm(omega); omega = omega/norm(omega); end; omega_hat = [0 -omega(3)