代码搜索:triMat
找到约 17 项符合「triMat」的源代码
代码结果 17
www.eeworm.com/read/163221/10169561
cpp 5_05周_三角矩阵的加、减、乘填空.cpp
// 5_05周_三角矩阵的加、减、乘填空.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream"
#include "TriMat.h"
void main(void)
{
int n;
cout
www.eeworm.com/read/162977/10254492
cpp ex4.cpp
// ex4.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "TriMat.h"
#include
using namespace std;
void main(void)
{
int n;
cout
www.eeworm.com/read/460264/7254535
h hmath.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/143595/12857162
h hmath.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/157396/11711926
h hmath.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/124825/14535669
h hmath.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/377738/2697147
cpp pex3_16.cpp
#include
#pragma hdrstop
#include "trimat.h"
// solve the triangular system A*X = C
void SolveEqn(const TriMat& A, double X[], double C[])
{
// matrix is numRows x numRows