|
include <iostream>
#include <ctime>
using namespace std;
int BOUNDARY = 64;
class Matrix {
int N;
double **pData;
public:
Matrix() {};
Matrix(const int &size);
~Matrix();
void Input();
void Generate();
void Output();
Matrix& ADD(const Matrix& B);
Matrix& SU
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2005.11.23
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|