代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Ini
matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结
matrix.h
// Matrix.h 矩阵模板类头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _MATRIX_H //避免多次编译
#define _MATRIX_H
#include //模板类valarray的标准头文件
#include //公共头文
matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "constnum.h"
#if !defined(AFX_MATRIX_H__62C25130_2F7D_425D_9DD5_773
matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Fisher.h"
#include "Matrix.h"
#inclu
matrix.h
/*
* @(#)matrix.h generated by: makeheader 3.10 Tue Jun 18 00:53:14 2002
*
* built from: ../include/copyright.h
* ../include/mxassert.h
* alloccbk.c
* alloclst.c
* array
matrix.h
/*
Copyright (c) 2008 Eric Sauser,
LASA Lab, EPFL, CH-1015 Lausanne, Switzerland,
http://lasa.epfl.ch
*/
#ifndef MATRIX_H
#define MATRIX_H
#ifdef WIN32
#include "windows.h"
#endif
matrix.cpp
/*
Copyright (c) 2008 Eric Sauser,
LASA Lab, EPFL, CH-1015 Lausanne, Switzerland,
http://lasa.epfl.ch
*/
#include "Matrix.h"
int Matrix::bInverseOk = true;