代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/13871/284374
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/14129/304448
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/14129/304522
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/14129/304525
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/14129/304599
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/14129/304642
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/14545/388983
h quant_matrix.h
#ifndef _QUANT_MATRIX_H_
#define _QUANT_MATRIX_H_
#include "../portab.h"
uint8_t get_intra_matrix_status(void);
uint8_t get_inter_matrix_status(void);
void set_intra_matrix_status(uint8_t status);
www.eeworm.com/read/14735/405558
h quant_matrix.h
#ifndef _QUANT_MATRIX_H_
#define _QUANT_MATRIX_H_
#include "../portab.h"
uint8_t get_intra_matrix_status(void);
uint8_t get_inter_matrix_status(void);
void set_intra_matrix_status(uint8_t s