Introduction to Programming - Winter 09: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
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] | |||
= Recommended Reading = | = Recommended Reading = |
Revision as of 12:36, 18 January 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
- t.b.a.
- 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
- Chapter 0: Introductory Course for CSE
- Chapter 1: Objects First with Java
- Chapter 2: Understanding Class Definitions
- Chapter 3: Object Interaction
- Chapter 4: Grouping Objects
- Chapter 5: More Sophisticated Behavior
- Chapter 6: Well-Behaved Objects
- Chapter 7: Designing Classes
- Chapter 8: Improving Structure with Inheritance
- Chapter 9: More about Inheritance
- Chapter 10: Further Abstraction Techniques
- Chapter 11: Handling Errors
Recommended Reading
In English:
- Douglas Bell and Mike Parr: Java for Students, Prentice Hall/Pearson Education, 2002 (3rd edition)
- David J. Barnes and Michael Kölling: Objects First with Java - A Practical Introduction using BlueJ, Prentice Hall/Pearson Education
- Walter Savitch: Absolute Java, Addison-Wesley, 2006 (2nd edition)
- Python Software Foundation Software Carpentry
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