- Submission and Presentation
- Submit by e-mail: [email protected]
- Due Date: 2019. 10. 13 (Sun)
- 10 teams will give presentations during 10 minuates
- Asking questions about the project is allowed until 2019. 10.07 (Mon)
- 정수 A 행렬, v 벡터의 값은 임의로 설정 ( 미리 저장 or 실행 후 입력 )
- 정수 A 행렬의 값은 임의로 설정 ( 미리 저장 or 실행 후 입력 )
- Single-precision floating point (float) 연산 결과 출력
- MIPS Single-precision 정보는 아래 사이트를 참고하시오.
- 반복적으로 정수가 하나씩 입력되면 ( 최소 5회 ),
Heap Sort Algorhithm으로 내림차순 정렬 후 출력하는 프로그램을 작성하시오.
번호 | 입력 | 출력 |
---|---|---|
1 | 3 | 3 |
2 | 9 | 9 3 |
3 | 5 | 9 5 3 |
4 | 11 | 11 9 5 3 |
5 | 7 | 11 9 7 5 3 |
- Heap Sort Algorhithm은 아래 사이트를 참고하시오.
-
A source code file : 60%
- Append detail comments in your code
-
A document describling your algorhithm : 40%
- File name must be the same with its code file
- You can use one of these word procoessors ( Word / HWP )
- You have to explain your code and algorithm in detail
- Your document will be used to determine partical credit if the code fails to run
-
Submit your .zip file by E-mail ([email protected])
- E-mail subject: [컴퓨터구조론] 학번_이름(팀장)