程序代写代做代考 Java mips javascript 10/18/2018 CSCI2500: Computer Organization

10/18/2018 CSCI2500: Computer Organization

https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 1/7

RPI Computer Science  > Submitty > Computer Organization >
Homework 3

New submission for: Homework 3
Due: 10/19/2018 @ 23:59The homework submission area and autograding points for

Homework 3. Note that you have a maximum of 20 submissions,
a�er which points will be deducted. Please submit only MIPS code.

Drag your file(s) here or click to open file browser
hw3.s 5.89kb 

By clicking Submit, you are confirming that you have read, understand, and agree to follow the
Academic Integrity Policy for this course.
 

Submit Clear

Select Submission Version:

Do Not Grade This Assignment

Version #5   Score: 45 / 100   GRADE THIS VERSION

Note: This version of your assignment will be graded by the
instructor/TAs and the score recorded in the gradebook.
Submitted Files

Results

Use Most Recent Submission

hw3.s (5.89kb) 

submission timestamp: 10/17/2018 10:47:58 PM
days late: 0 (before extensions)

grading time: 5 seconds
queue wait time: 1 seconds

45 / 100 Total

Details9 / 16

Visualize whitespace characters

Student STDOUT.txt 
 1 SPIM Version 8.0 of January 8, 2010
 2 Copyright 1990-2010, James R. Larus.
 3 All Rights Reserved.
 4 See the file README for a full copyright notice.
 5 Loaded: /usr/lib/spim/exceptions.s
 6 Please enter values for n, k, and m:
 7

Test 1 — Multiply 2×3 by 3×1     spim -file hw3.s < hw3-test01- stdin.txt       https://science.rpi.edu/computer-science https://submitty.cs.rpi.edu/index.php? https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500 https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=navigation https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=navigation&page=notifications https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=grading&page=course_materials&action=view_course_materials_page https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=forum&page=view_thread https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&page=rainbow https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&page=view_late_table javascript: toggleSidebar(); https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=authentication&page=logout 10/18/2018 CSCI2500: Computer Organization https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 2/7  8 Please enter values for the first matrix (2x3):  9 10 Please enter values for the second matrix (3x1): 11 12 13 [1 2 3 ] 14 15 [4 5 6 ] 16 multiplied by 17 18 19 [7 ] 20 21 [8 ] 22 23 [9 ] 24 25 equals 26 27 28 [50 ] 29 30 [122 ] Expected STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:    7 Please enter values for the first matrix (2x3):    8 Please enter values for the second matrix (3x1):  9   10 [1 2 3 ]   11 [4 5 6 ] 12 multiplied by     13 [7 ]   14 [8 ]   15 [9 ]   16 equals     17 [50 ]   18 [122 ] 19 Visualize whitespace characters Student STDERR.txt 1 10/18/2018 CSCI2500: Computer Organization https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 3/7 Details9 / 16 Visualize whitespace characters Student STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:  7  8 Please enter values for the first matrix (2x2):  9 10 Please enter values for the second matrix (2x2): 11 12 13 [1 2 ] 14 15 [3 4 ] 16 multiplied by 17 18 19 [5 6 ] 20 21 [7 8 ] 22 23 equals 24 25 26 [19 22 ] 27 28 [43 50 ] Expected STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:    7 Please enter values for the first matrix (2x2):    8 Please enter values for the second matrix (2x2):  9   10 [1 2 ]   11 [3 4 ] 12 multiplied by     13 [5 6 ]   14 [7 8 ]   15 equals     Test 2 -- Multiply 2x2 by 2x2     spim -file hw3.s < hw3-test02- stdin.txt       10/18/2018 CSCI2500: Computer Organization https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 4/7 16 [19 22 ]   17 [43 50 ] 18 Visualize whitespace characters Student STDERR.txt 1 Details9 / 16 Visualize whitespace characters Student STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:  7  8 Please enter values for the first matrix (2x3):  9 10 Please enter values for the second matrix (3x1): 11 12 13 [1 2 3 ] 14 15 [4 5 6 ] 16 multiplied by 17 18 19 [700 ] 20 21 [800 ] 22 23 [900 ] 24 25 equals 26 27 28 [5000 ] 29 30 [12200 ] Expected STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:    7 Please enter values for the first matrix (2x3):    8 Please enter values for the second matrix (3x1):  9 Test 3 -- Multiply 2x3 by 3x1     spim -file hw3.s < hw3-test03- stdin.txt       10/18/2018 CSCI2500: Computer Organization https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 5/7   10 [1 2 3 ]   11 [4 5 6 ] 12 multiplied by     13 [700 ]   14 [800 ]   15 [900 ]   16 equals     17 [5000 ]   18 [12200 ] 19 Visualize whitespace characters Student STDERR.txt 1 Details8 / 16 Visualize whitespace characters Student STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:  7  8 Please enter values for the first matrix (8x8):  9 10 Please enter values for the second matrix (8x8): 11 12 13 [1 2 3 4 5 6 7 8 ] 14 15 [9 10 11 12 13 14 15 16 ] 16 17 [17 18 19 20 21 22 23 24 ] 18 19 [25 26 27 28 29 30 31 32 ] 20 21 [33 34 35 36 37 38 39 40 ] 22 23 [41 42 43 44 45 46 47 48 ] 24 25 [49 50 51 52 53 54 55 56 ] 26 27 [57 58 59 60 61 62 63 64 ] 28 multiplied by Test 4 -- Multiply 8x8 by 8x8     spim -file hw3.s < hw3-test04- stdin.txt       10/18/2018 CSCI2500: Computer Organization https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 6/7 29 30 31 [1 2 3 4 5 6 7 8 ] 32 33 [9 10 11 12 13 14 15 16 ] 34 35 [17 18 19 20 21 22 23 24 ] 36 37 [25 26 27 28 29 30 31 32 ] 38 39 [33 34 35 36 37 38 39 40 ] 40 41 [41 42 43 44 45 46 47 48 ] 42 43 [49 50 51 52 53 54 55 56 ] 44 45 [57 58 59 60 61 62 63 64 ] 46 47 equals 48 49 50 [1380 1416 1452 1488 1524 1560 1596 1632 ] 51 52 [3236 3336 3436 3536 3636 3736 3836 3936 ] 53 54 [5092 5256 5420 5584 5748 5912 6076 6240 ] 55 56 [6948 7176 7404 7632 7860 8088 8316 8544 ] 57 58 [8804 9096 9388 9680 9972 10264 10556 10848 ] 59 60 [10660 11016 11372 11728 12084 12440 12796 13152 ] 61 62 [12516 12936 13356 13776 14196 14616 15036 15456 ] 63 64 [14372 14856 15340 15824 16308 16792 17276 17760 ] Expected STDOUT.txt   1 SPIM Version 8.0 of January 8, 2010  2 Copyright 1990-2010, James R. Larus.  3 All Rights Reserved.  4 See the file README for a full copyright notice.  5 Loaded: /usr/lib/spim/exceptions.s  6 Please enter values for n, k, and m:    7 Please enter values for the first matrix (8x8):    8 Please enter values for the second matrix (8x8):  9   10 [1 2 3 4 5 6 7 8 ]   11 [9 10 11 12 13 14 15 16 ]   12 [17 18 19 20 21 22 23 24 ]   13 [25 26 27 28 29 30 31 32 ]   14 [33 34 35 36 37 38 39 40 ]   15 [41 42 43 44 45 46 47 48 ] 10/18/2018 CSCI2500: Computer Organization https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 7/7   16 [49 50 51 52 53 54 55 56 ]   17 [57 58 59 60 61 62 63 64 ] 18 multiplied by     19 [1 2 3 4 5 6 7 8 ]   20 [9 10 11 12 13 14 15 16 ]   21 [17 18 19 20 21 22 23 24 ]   22 [25 26 27 28 29 30 31 32 ]   23 [33 34 35 36 37 38 39 40 ]   24 [41 42 43 44 45 46 47 48 ]   25 [49 50 51 52 53 54 55 56 ]   26 [57 58 59 60 61 62 63 64 ]   27 equals     28 [1380 1416 1452 1488 1524 1560 1596 1632 ]   29 [3236 3336 3436 3536 3636 3736 3836 3936 ]   30 [5092 5256 5420 5584 5748 5912 6076 6240 ]   31 [6948 7176 7404 7632 7860 8088 8316 8544 ]   32 [8804 9096 9388 9680 9972 10264 10556 10848 ]   33 [10660 11016 11372 11728 12084 12440 12796 13152 ]   34 [12516 12936 13356 13776 14196 14616 15036 15456 ]   35 [14372 14856 15340 15824 16308 16792 17276 17760 ] 36 Visualize whitespace characters Student STDERR.txt 1 10 / 18 Test 5 -- Hidden Test Case 1     spim -file hw3.s < hw3-test05-stdin.txt       Details0 / 18 Test 6 -- Hidden Test Case 2     spim -file hw3.s < hw3-test06- stdin.txt       STDERR.txt ERROR: This file should be empty! © 2018 RPI | An RCOS project |  https://rcos.io/ https://github.com/Submitty/Submitty