c++ vector와 matrix class 구현
본 자료는 미리보기를 지원하지 않습니다.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
해당 자료는 5페이지 까지만 미리보기를 제공합니다.
5페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

c++ vector와 matrix class 구현에 대한 보고서 자료입니다.

목차

없음

본문내용

#include "vecmat.h"

void main()
{

int i, j; // matrix size
cout<<"Enter matrix m1 size, i by j"< cin>>i>>j;
matrix m1(i,j);
cout<<"Enter matrix m2 size, i by j"< cin>>i>>j;
matrix m2(i,j);
cin>>m1;
cin>>m2;
cout<<"m1 x m2 is "< }

#ifndef STANDARD
#define STANDARD

#include
#include
#include
#include
#include

const char tab = '\t';
const char bell ='\7';
const char *const sep = ", ";

키워드

c++,   클래스,   벡터,   matrix,   객체지향,   visual c,   소스,   코드
  • 가격1,900
  • 페이지수16페이지
  • 등록일2010.09.13
  • 저작시기2010.9
  • 파일형식압축파일(zip)
  • 자료번호#630542
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니