代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/398806/2368931
svn-work matrix.c.svn-work
K 25
svn:wc:ra_dav:version-url
V 58
/svnrep/pj18/!svn/ver/245/branches/new_render/src/matrix.c
END
www.eeworm.com/read/398806/2368963
svn-work matrix.h.svn-work
K 25
svn:wc:ra_dav:version-url
V 58
/svnrep/pj18/!svn/ver/245/branches/new_render/src/matrix.h
END
www.eeworm.com/read/398806/2369070
svn-base matrix.c.svn-base
#include "matrix.h"
long getX( matrix,x, y)
Matrix *matrix;
long x;
long y;
{ //printf("ScaleX is %f RotateSkew0 is %f translatex is %ld\n",matrix->ScaleX,matrix->RotateSkew0,matrix->TranslateX);
www.eeworm.com/read/398806/2369091
svn-base matrix.h.svn-base
#ifndef _CMATRIX_H_
#define _CMATRIX_H_
#include "base_types.h"
typedef struct Matrix Matrix;
Matrix MatrixMulti(Matrix*,Matrix*);
Matrix invert(Matrix*);
void MatrixPrepare(Matrix*);
long getX( Matr