代码搜索结果

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

matrix.cpp

#include "Matrix.h" #include "Geometry.h" #include #include #include #include #include using namespace std; void Matrix::swap_col(int a, int b) {

matrix.h

#ifndef _matrix_h_ #define _matrix_h //Applikationsklasse class CMatrixApp { public: long Do(long wiederhole); }; #endif

matrix.cpp

#include "matrix.h" #include long CMatrixApp::Do(long wiederhole) { const long m=165; const long n=1024; const long p=165; long l=0; long i=0; long j=0; long k=0;

matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************

matrix.h

#ifndef _MATRIX4_H #define _MATRIX4_H /* matica vyzera takto: ( m11 m12 m13 m14 ) ( m[ 0] m[ 4] m[ 8] m[12] ) ( e[0][0] e[1][0] e[2][0] e[3][0] ) ( m21 m22 m23 m24 )

matrix.h

#ifndef _MATRIX4_H #define _MATRIX4_H /* matica vyzera takto: ( m11 m12 m13 m14 ) ( m[ 0] m[ 4] m[ 8] m[12] ) ( e[0][0] e[1][0] e[2][0] e[3][0] ) ( m21 m22 m23 m24 )

matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************

matrix.h

int inverse(double **bb, int n) //求逆函数 { int *is,*js,i,j,k,l,u,v; double *a=(double*)malloc(sizeof(double)*n*n); for(i=0;i

matrix.asm

; Matrix transpose sample ; (reverse rows with columns). #make_COM# ORG 100h jmp start ; To view matrix select ; "Variables" from "View" ; menu of the emulator ; and set [Elements] p

matrix.h

// Matrix1.h: interface for the CMatrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX1_H__35A217E3_A5E0_492C_B345_A1DE28E8658C__INCLUDED