代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/114008/15118286
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/
www.eeworm.com/read/114008/15118307
cpp matrix.cpp
#include
#include
#include
#include
// 本程序实现matrix类
// 对matrix类的定义
#include "matrix.h"
matrix::matrix(buffer * b): // 缺省构造函数,产生0行0列空矩阵
rownum(0),co
www.eeworm.com/read/113928/15120642
h matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__00CA573B_650D_4576_B386_C4DED7D786AD__INCLUDED_)
www.eeworm.com/read/113928/15120672
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MatrixMul.h"
#include "Matrix.h"
#
www.eeworm.com/read/212552/15154125
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
www.eeworm.com/read/212552/15154150
cpp matrix.cpp
#include "StdAfx.h"
#include ".\cmatrix.h"
CMatrix::CMatrix(void)
: ep(NULL)
{
ep =
}
CMatrix::~CMatrix(void)
{
}
www.eeworm.com/read/212549/15154159
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
www.eeworm.com/read/212535/15154665
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
www.eeworm.com/read/212376/15157525
h 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
www.eeworm.com/read/212245/15161373
hxx 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"