代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cpp
#include
#include
#include
#include
// 本程序实现matrix类
// 对matrix类的定义
#include "matrix.h"
matrix::matrix(buffer * b): // 缺省构造函数,产生0行0列空矩阵
rownum(0),co
matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__00CA573B_650D_4576_B386_C4DED7D786AD__INCLUDED_)
matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MatrixMul.h"
#include "Matrix.h"
#
matrix.h
/*
* @(#)matrix.h generated by: makeheader 3.10 Tue Dec 3 12:47:06 2002
*
* built from: ../include/copyright.h
* ../include/mxassert.h
* alloccbk.c
* alloclst.c
* array
matrix.cpp
#include "StdAfx.h"
#include ".\cmatrix.h"
CMatrix::CMatrix(void)
: ep(NULL)
{
ep =
}
CMatrix::~CMatrix(void)
{
}
matrix.h
/*
* @(#)matrix.h generated by: makeheader 3.10 Tue Dec 3 12:47:06 2002
*
* built from: ../include/copyright.h
* ../include/mxassert.h
* alloccbk.c
* alloclst.c
* array
matrix.h
/*
* @(#)matrix.h generated by: makeheader 3.10 Tue Dec 3 12:47:06 2002
*
* built from: ../include/copyright.h
* ../include/mxassert.h
* alloccbk.c
* alloclst.c
* array
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
as_matrix.hxx
// Header for matrix.
// This class stands for a 3x3 Euclidean affine transformation.
// Note that it is NOT a tensor.
#if !defined( MATRIX_CLASS )
#define MATRIX_CLASS
#include "as_vector.hxx"
matrix.c
#include
#include
#include
#define BASE_GSL_COMPLEX_LONG
#include "templates_on.h"
#include "matrix_source.c"
#include "templates_off.h"
#undef BASE_G