代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/177638/9443467

plg matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\fantas
www.eeworm.com/read/177638/9443475

cpp matrix.cpp

// Matrix.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Matrix.h" #include "MatrixDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/177468/9451711

h matrix.h

#ifndef MATRIX_H #define MATRIX_H // 定义适合数学运算的实数matrix类,数据将存放在buffer类中 #include #include #include // buffer.h包含实数缓存类buffer的定义 #include "buffer.h" /
www.eeworm.com/read/177468/9451716

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/177405/9456521

h matrix.h

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

h matrix.h

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

fnt matrix.fnt

www.eeworm.com/read/373012/9478983

c matrix.c

#define RCSID "$Id: Matrix.c,v 1.25 2006/02/28 12:16:29 geuzaine Exp $" /* * Copyright (C) 1997-2006 P. Dular, C. Geuzaine * * This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/372507/9507233

h matrix.h

#ifndef Matrix_ #define Matrix_ #include "xcept.h" template class Matrix { friend ostream& operator
www.eeworm.com/read/372507/9507237

cpp matrix.cpp

// test matrix class #include #include "matrix.h" void main(void) { try { Matrix X(3,2), Y, Z; int i, j; for (i = 1; i