advanced programming guide asm2, Assignments of Advanced Systems Biology

This course exposes students to the depth and breadth of modern programming practice, with the goal of making students better programmers. This course is not a "package tour" of programming languages, but an in-depth programming course that teaches students how to use functional and object-oriented programming techniques effectively.

Typology: Assignments

2020/2021

Uploaded on 05/26/2021

khang-phan-van
khang-phan-van 🇻🇳

4.5

(26)

7 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 Introduction
2 Scenario analysis
2.1 Scenario
Describe the scenario where you may need a pattern
2.2 Diagram
Diagram + explanation
3 Implementation
3.1 Code
Code + explanation (should relate to diagram in 2.2 as well)
3.2 Program screenshots
Screenshots of program running
4 Discussion
4.1 Range of similar patterns
Brief summary of some similar patterns. Explain why your pattern is the most suitable for
your scenario
4.2 Usage of pattern
Evaluate the use of pattern in your program (advantages / disadvantage)

Partial preview of the text

Download advanced programming guide asm2 and more Assignments Advanced Systems Biology in PDF only on Docsity!

1 Introduction

2 Scenario analysis

2.1 Scenario Describe the scenario where you may need a pattern 2.2 Diagram Diagram + explanation

3 Implementation

3.1 Code Code + explanation (should relate to diagram in 2.2 as well) 3.2 Program screenshots Screenshots of program running

4 Discussion

4.1 Range of similar patterns Brief summary of some similar patterns. Explain why your pattern is the most suitable for your scenario 4.2 Usage of pattern Evaluate the use of pattern in your program (advantages / disadvantage)