[SOLVED] 程序代写代做代考 Java mips javascript 10/17/2018 CSCI2500: Computer Organization

30 $

File Name: 程序代写代做代考_Java_mips_javascript_10/17/2018_CSCI2500:_Computer_Organization.zip
File Size: 828.96 KB

SKU: 7280446335 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


10/17/2018 CSCI2500: Computer Organization

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

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 (1).s 5.65kb 

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

SubmitClear

Select Submission Version:

Do Not Grade This Assignment

Version #1   Score: 0 / 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 (1).s (5.65kb) 

submission timestamp: 10/17/2018 08:09:44 AM
days late: 0 (before extensions)

grading time: 5 seconds
queue wait time: 0 seconds

0 / 100 Total

Details0 / 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 Loaded: /usr/lib/spim/exceptions.s
7 (spim) (spim)

Test 1 — Multiply 2×3 by 3×1     spim -file hw3.s < hw3-test01-stdin.txt       https://science.rpi.edu/computer-sciencehttps://submitty.cs.rpi.edu/index.php?https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=navigationhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=navigation&page=notificationshttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=grading&page=course_materials&action=view_course_materials_pagehttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=forum&page=view_threadhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&page=rainbowhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&page=view_late_tablejavascript: toggleSidebar();https://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=authentication&page=logout10/17/2018 CSCI2500: Computer Organizationhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 2/6          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 (2×3): 8 Please enter values for the second matrix (3×1): 910 [1 2 3 ]11 [4 5 6 ]12 multiplied by13 [7 ]14 [8 ]15 [9 ]16 equals17 [50 ]18 [122 ]19Visualize whitespace charactersStudent STDERR.txtERROR: This file should be empty! 1 Cannot open file: `hw3.s’2 Unknown spim command3 Details0 / 16Visualize whitespace charactersStudent STDOUT.txt 1 SPIM Version 8.0 of January 8, 20102 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.s6 Loaded: /usr/lib/spim/exceptions.s7 (spim) (spim)           Test 2 — Multiply 2×2 by 2×2     spim -file hw3.s < hw3-test02-stdin.txt       10/17/2018 CSCI2500: Computer Organizationhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 3/6Expected 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 (2×2): 8 Please enter values for the second matrix (2×2): 910 [1 2 ]11 [3 4 ]12 multiplied by13 [5 6 ]14 [7 8 ]15 equals16 [19 22 ]17 [43 50 ]18Visualize whitespace charactersStudent STDERR.txtERROR: This file should be empty! 1 Cannot open file: `hw3.s’2 Unknown spim command3 Details0 / 16Visualize whitespace charactersStudent STDOUT.txt 1 SPIM Version 8.0 of January 8, 20102 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.s6 Loaded: /usr/lib/spim/exceptions.s7 (spim) (spim)            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 (2×3):Test 3 — Multiply 2×3 by 3×1     spim -file hw3.s < hw3-test03-stdin.txt       10/17/2018 CSCI2500: Computer Organizationhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 4/6 8 Please enter values for the second matrix (3×1): 910 [1 2 3 ]11 [4 5 6 ]12 multiplied by13 [700 ]14 [800 ]15 [900 ]16 equals17 [5000 ]18 [12200 ]19Visualize whitespace charactersStudent STDERR.txtERROR: This file should be empty! 1 Cannot open file: `hw3.s’2 Unknown spim command3 Details0 / 16Visualize whitespace charactersStudent STDOUT.txt 1 SPIM Version 8.0 of January 8, 20102 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.s6 Loaded: /usr/lib/spim/exceptions.s7 (spim) (spim)                             Expected STDOUT.txt  1 SPIM Version 8.0 of January 8, 2010Test 4 — Multiply 8×8 by 8×8     spim -file hw3.s < hw3-test04-stdin.txt       10/17/2018 CSCI2500: Computer Organizationhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 5/6 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 (8×8): 8 Please enter values for the second matrix (8×8): 910 [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 ]16 [49 50 51 52 53 54 55 56 ]17 [57 58 59 60 61 62 63 64 ]18 multiplied by19 [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 equals28 [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 ]36Visualize whitespace charactersStudent STDERR.txtERROR: This file should be empty! 1 Cannot open file: `hw3.s’2 Unknown spim command3 Details0 / 18 Test 5 — Hidden Test Case 1     spim -file hw3.s < hw3-test05-stdin.txt       STDERR.txtERROR: This file should be empty! Details0 / 18 Test 6 — Hidden Test Case 2     spim -file hw3.s < hw3-test06-stdin.txt       STDERR.txtERROR: This file should be empty! 10/17/2018 CSCI2500: Computer Organizationhttps://submitty.cs.rpi.edu/index.php?semester=f18&course=csci2500&component=student&gradeable_id=hw3 6/6© 2018 RPI | An RCOS project | https://rcos.io/https://github.com/Submitty/Submitty

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] 程序代写代做代考 Java mips javascript 10/17/2018 CSCI2500: Computer Organization
30 $