代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/308670/13696907
c matrix4.c
/*-*/
/********************************************************
* Name: Init matrix *
* *
* An example of how to initialize a matrix. *
************************************************
www.eeworm.com/read/308043/13710765
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/308043/13710846
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/308043/13710866
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/308016/13711196
h _matrix44.h
#ifndef _MATRIX44_H
#define _MATRIX44_H
//------------------------------------------------------------------------------
/**
Generic matrix44 class.
@author
- RadonLabs GmbH
www.eeworm.com/read/308016/13711205
h _matrix33.h
#ifndef _MATRIX33_H
#define _MATRIX33_H
//------------------------------------------------------------------------------
/**
A generic matrix33 class.
@author
- RadonLabs GmbH
www.eeworm.com/read/307145/13727785
c m_matrix.c
/* m_matrix.c - matrix arithmetic */
#include "m_matrix.h"
static int mmerrcode = 0; /* error code for matrix
* library */
static char line[LINELEN]; /
www.eeworm.com/read/307145/13727786
h m_matrix.h
/* m_matrix.h - matrix arithmetic */
#ifndef M_MATRIX_H /* only include the header file once */
/* include other library header files needed */
#include
#include
#include
www.eeworm.com/read/306228/13749046
h matrix_op.h
#include"stdio.h"
#include"time.h"
double Surplus(double A[],int m,int n) /*求矩阵行列式*/
{
int i,j,k,p,r;
double X,temp=1,temp1=1,s=0,s1=0;
if(n==2)
{for(i=0;i
www.eeworm.com/read/305568/13766252
m matrix_editor.m
%用于演示矩阵编辑程序的脚本文件。
%Designed by Prof D Xue (c) 2000
[mA,nA]=size(A);
h=ddeinit('Excel','matx_edit.xls');
cells=['r1c1:r' int2str(mA), 'c' int2str(nA)];
rc=ddepoke(h,cells, A); rc2=0; i=0;
try