Introduction to Programming - Winter 09: Difference between revisions

From Sccswiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
| audience = Computational Science and Engineering, first semester (module [https://www.in.tum.de/myintum/kurs_verwaltung/cm.html?id=IN1503&lang=en IN1503])
| audience = Computational Science and Engineering, first semester (module [https://www.in.tum.de/myintum/kurs_verwaltung/cm.html?id=IN1503&lang=en IN1503])
| tutorials = [[Martin Roderus, M.Sc]]
| tutorials = [[Martin Roderus, M.Sc]]
| exam = t.b.a.
| exam = 19.02.2010, 14:30. Room: MI HS2. '''Review Session:''' 09.03.2010, 13:00 - 14:00. Room 02.05.037
}}
}}


Line 35: Line 35:
* Chapter 7: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter07.pdf Designing Classes]
* Chapter 7: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter07.pdf Designing Classes]
* Chapter 8: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter08.pdf Improving Structure with Inheritance]
* Chapter 8: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter08.pdf Improving Structure with Inheritance]
* Chapter 9: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter09.pdf More about Inheritance]
* Chapter 10: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter10.pdf Further Abstraction Techniques]
* Chapter 11: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter11.pdf Handling Errors]
* Chapter 12: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter12.pdf Designing Applications]





Latest revision as of 12:51, 8 March 2010

Term
Winter 09
Lecturer
Dr. rer. nat. Tobias Neckel, Martin Roderus, M.Sc
Time and Place
Lecture: Room 02.07.023; Wed 10:00 AM - 12:00 AM
Tutorial: Room 00.07.037; Blocks: Tue, 1:00 - 2:30pm; Tue, 2:30 - 4:00pm; Wed, 1:00 - 2:30pm
Audience
Computational Science and Engineering, first semester (module IN1503)
Tutorials
Martin Roderus, M.Sc
Exam
19.02.2010, 14:30. Room: MI HS2. Review Session: 09.03.2010, 13:00 - 14:00. Room 02.05.037
Semesterwochenstunden / ECTS Credits
4 SWS (2V+2Ü) / 5 Credits
TUMonline
{{{tumonline}}}



Description

This course belongs to the module IN1503. It addresses primarily students in the first semester of the CSE master's program.

Contents

  • Basic elements of the Java programming language: expressions and variables, statements, functions and parameters, recursion, data structures, control structures
  • Applications in scientific computing: iterative methods, matrix computation, systems of linear equations, PDE on Cartesian grids
  • Object oriented programming: objects and classes, collections, inheritance, polymorphism

Tutorial

Please have a look at the Virtual Teaching Centre for information and material.

Lecture Slides


Recommended Reading

In English:

In German:

  • David J. Barnes and Michael Kölling: Objektorientierte Programmierung mit Java, Prentice Hall/Pearson Education, 2003
  • Reinhard Schiedermeier: Programmieren mit Java, Pearson Education, 2005
  • Robert Sedgewick: Algorithmen in Java, Teil 1-4, Addison-Wesley, 2003 (3., überarbeitete Auflage)

News

  • First lecture: 28.10.2009
  • First tutorial: 10/11.11.2009