C++ ADT Matrix

Ολοκληρωμένο Αναρτήθηκε Oct 11, 2001 Πληρώθηκε κατά την παράδοση
Ολοκληρωμένο Πληρώθηκε κατά την παράδοση

Many mathematical problems require the addition, subtraction, and multiplication of two matrices. Write an ADT Matirx. You may use the following class definition. const int Max_Rows = 10; const int Max_Cols = 10; class MatrixType { public: MatrixType(); void MakeEmpty(); void SetSize(int rowSize, int colSize); void StoreItem(int item, int row, int col); void Add(MatirxType otherOperand, MatrixType& result); void Sub(MatrixType otherOperand, MatrixType& result); void Mult(MatrixType otherOperand, MatrixType& result); void Print(std::ofstream& outfile); bool AddSubCompatible(MatrixType otherOperand); bool MultCompatible (MatrixType otherOperand); private: int values [MAX_ROWS][MAX_COLS]; int numRows; int numCols; ; Before you start looking at how to implement this class, you must determine the appropriate preconditions and postconditions for each operation. Note that the class provides the member functions to allow the client to determine if the binary matrix operations are possible. Before this class can become a permanent part of your program library, it must be thoroughly tested. Write a menu driven testing program to test you MatrixType. Menu-Driven Testing Interface the menu should contain the following options GetNewMatrix Number of rows and number of columns are on the next line Number of column values on the next number of rows lines AddMatricesAdd first and second, leaving the result in the third SubMatricesSbutract second from first, leaving the result in the third MultiplyMatrices Multiply first and second, leaving the result in the third PrintMatrixPrint the matrix one row per line on DataOut Quit Processing Notes 1). is a number between 0 and 9. This value is used as an index into an array of MatrixType. 2). The main function must include a switch statement in which the case expression is a user-define denumeration type. This means that the command is recognized and its enumeration equivalent is sent back to be used in the case statement. 3). The driver must ensure the preconditions of the member functions of Matrix-Type. Print an error message if a precondition is violated. 4). Echo print each command on DataOut.

## Deliverables

Deliverables - a listing of the specification file for class MatrixType with the preconditions and postconditions specified - a listing of the Implementation file for Class MatrixType - a listing of the test driver - an implemented test plan

## Deadline information

Due 10/17/01 by 12pm

Γλώσσα Προγραμματισμού C Μηχανολογία MySQL PHP Αρχιτεκτονική Λογισμικού Δοκιμή Λογισμικού

Ταυτότητα Εργασίας: #2829049

Σχετικά με την εργασία

11 προτάσεις Απομακρυσμένη εργασία Ενεργό Oct 11, 2001

Ανατέθηκε στον:

programervw

See private message.

$25.5 USD σε 14 μέρες
(35 Αξιολογήσεις)
3.8

11 freelancers κάνουν προσφορές κατά μέσο όρο $52 για αυτή τη δουλειά

sammyleong

See private message.

$17 USD σε 14 μέρες
(79 Αξιολογήσεις)
5.2
cdware

See private message.

$85 USD σε 14 μέρες
(35 Αξιολογήσεις)
5.0
vw139994vw

See private message.

$42.5 USD σε 14 μέρες
(60 Αξιολογήσεις)
4.5
ankurv

See private message.

$85 USD σε 14 μέρες
(10 Αξιολογήσεις)
4.1
iodra

See private message.

$25.5 USD σε 14 μέρες
(26 Αξιολογήσεις)
3.8
futuristicvw

See private message.

$85 USD σε 14 μέρες
(7 Αξιολογήσεις)
3.4
edostvw

See private message.

$34 USD σε 14 μέρες
(14 Αξιολογήσεις)
3.4
dinario

See private message.

$63.75 USD σε 14 μέρες
(16 Αξιολογήσεις)
3.1
phpgeekvw

See private message.

$25.5 USD σε 14 μέρες
(0 Αξιολογήσεις)
0.0
fakkhan

See private message.

$85 USD σε 14 μέρες
(0 Αξιολογήσεις)
0.0