代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/484061/6590029
cpp matrix.cpp
// ENERGY211/CME211
//
// matrix.cpp - Implementation file for Project 1
//
#include "matrix.h" // Must include corresponding header file
#include "vector.h"
#include // Need this to use
www.eeworm.com/read/484061/6590043
h matrix.h
// ENERGY211/CME211
//
// matrix.h - header file for Project 2
//
#include // Need this to use std::runtime_error
// class, for reporting errors
#ifndef CLASS_MATRIX // Make sure t
www.eeworm.com/read/484061/6590044
cpp matrix.cpp
// ENERGY211/CME211
//
// matrix.cpp - Implementation file for Project 2
//
#include "matrix.h" // Must include corresponding header file
#include "vector.h"
#include // Need this to use
www.eeworm.com/read/482073/6626102
txt matrix.txt
0.063055,0.129468,0.029966,0.777510,
0.011885,0.030029,0.004839,0.953246,
0.012895,0.035797,0.004966,0.946342,
0.982582,0.010087,0.005656,0.001675,
0.017419,0.047566,0.006742,0.928273,
0.113058,0
www.eeworm.com/read/482073/6626117
txt matrix.txt
www.eeworm.com/read/481697/6637148
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include
#include
using namespace std;
//矩阵类的定义
template class Mtx
{
private:
int nrows; //行数
int ncols;
www.eeworm.com/read/481697/6637151
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include
#include
using namespace std;
//矩阵类的定义
template class Mtx
{
private:
int nrows; //行数
int ncols;
www.eeworm.com/read/479500/6687744
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/478677/6713057
h matrix.h
/*! @file
********************************************************************************
模块名 : 实现复数矩阵的基本运算
文件名 : matrix.h
文件实现功能 : 实现复数矩阵的基本运算,并能实现复数矩阵的求逆、快速傅里叶变换和奇异值分解。
作者
www.eeworm.com/read/477197/6739810
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************