代码搜索结果

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

matrix.c

/******************************************************************************* matrix.c libquicktime - A library for reading and writing quicktime/avi/mp4 files. http://libquicktime.sourceforge.

matrix.h

//////////////////////////////// // Matrix TCL Lite v1.13 // Copyright (c) 1997-2002 Techsoft Pvt. Ltd. (See License.Txt file.) // // Matrix.h: Matrix C++ template class include file // Web: htt

matrix.c

/* This is modified code from the internet After adjusting the memory allocation, I was able to run it under whale OpenMP implementation of matrix multiplication. */ #include

matrix.h

/** \file Matrix.h \brief The Zenautics Matrix Class \author Glenn D. MacGougan (GDM) \date 2007-12-13 \version 1.10 \b LICENSE \b INFORMATION \n Copyright (c) 2007, Glenn D. Ma

matrix.cpp

/** \file Matrix.cpp \brief The Zenautics Matrix Class \author Glenn D. MacGougan (GDM) \date 2007-12-13 \version 1.10 \b LICENSE \b INFORMATION \n Copyright (c) 2007, Glenn D.

matrix.h

#ifndef _MATRIX_H #define _MATRIX_H class transf; class quater; class vector; class matrix { private: vector p[3]; // addition & subtraction friend matrix operator+( matrix const&

matrix.cpp

#include "mathclass.h" #define DET2x2(a,b,c,d) ((a)*(d) - (b)*(c)) // Inquiry Function /* matrix::matrix(){ for(int i=0;i