代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/179705/9344330

h gsl_matrix_long.h

/* matrix/gsl_matrix_long.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the te
www.eeworm.com/read/179705/9344353

h gsl_matrix_char.h

/* matrix/gsl_matrix_char.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the te
www.eeworm.com/read/179705/9344383

h gsl_matrix_double.h

/* matrix/gsl_matrix_double.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the
www.eeworm.com/read/179705/9344394

h gsl_matrix_short.h

/* matrix/gsl_matrix_short.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the t
www.eeworm.com/read/179705/9344401

h gsl_matrix_uint.h

/* matrix/gsl_matrix_uint.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the te
www.eeworm.com/read/375404/9361805

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/375404/9361821

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/375399/9361917

m poly2matrix.m

function [d, h_coeff] = poly2matrix(h) % [d, h_coeff] = poly2matrix(h) % convert the filter coefficients into matrix form % input: h -- analysis filters in the form of multivariate polynami
www.eeworm.com/read/375399/9361928

m matrix2poly.m

function f = matrix2poly(matrix,d) % f = matrix2poly(matrix,d) % rewrite a filter in matrix form to polynomial form % input: d -- a two-element vector consists of the lowest degree of z0 and z
www.eeworm.com/read/373250/9467477

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