代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/286315/8772168

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/429668/8795537

h matrix.h

// Matrix.h: 矩阵类的声明. //--------------------------------------------------------------------------- #ifndef MatrixH #define MatrixH //---------------------------------------------------------------
www.eeworm.com/read/429668/8795546

cpp matrix.cpp

// Matrix.cpp: 矩阵类的实现文件. //--------------------------------------------------------------------------- #include #pragma hdrstop #include "Matrix.h" #include "CustomExcep.h" #include
www.eeworm.com/read/429496/8805731

h matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************
www.eeworm.com/read/385414/8806176

h matrix.h

// Matrix.h: interface for the CMatrix class. // // 说明: // 功能: 4维矩阵类 // // 创建时间: 2004.5 // 作者: 悦鑫 0004170140 // 目的: 南京理工大学毕业设计 基于光线跟踪算法的场景绘制研究 // 参考书目: // //
www.eeworm.com/read/385414/8806249

cpp matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "RayTrace.h" #ifdef _DEBUG #undef T
www.eeworm.com/read/429467/8807408

lib matrix.lib

www.eeworm.com/read/429467/8807410

src matrix.src

www.eeworm.com/read/429467/8807426

doc matrix.doc

www.eeworm.com/read/429279/8813787

matrix_test

#!/bin/sh # # LAPACK++ 1.0 Linear Algebra Package 1.0 # University of Tennessee, Knoxvilee, TN. # Oak Ridge National Laboratory, Oak Ridge, TN. # Authors: