Introduction to Programming - Winter 08: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
}} | }} | ||
= Description = | |||
introduction to programming using Java | |||
= Contents = | = Contents = | ||
| Line 15: | Line 16: | ||
* Applications in scientific computing: iterative methods, matrix computation, systems of linear equations, PDE on Cartesian grids | * Applications in scientific computing: iterative methods, matrix computation, systems of linear equations, PDE on Cartesian grids | ||
* Object oriented programming: objects and classes, collections, inheritance, polymorfism | * Object oriented programming: objects and classes, collections, inheritance, polymorfism | ||
= Tutorial = | |||
The tutorial is organized as a series of small projects. The projects are published in the Exercises section of the [http://www.cse.tum.de/vtc/IntProg/ CSE Teaching Centre]. | The tutorial is organized as a series of small projects. The projects are published in the Exercises section of the [http://www.cse.tum.de/vtc/IntProg/ CSE Teaching Centre]. | ||
= Recommended Reading = | = 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: [http://www.bluej.org/objects-first/ Objects First with Java - A Practical Introduction using BlueJ], Prentice Hall/Pearson Education | |||
* Walter Savitch: Absolute Java, Addison-Wesley, 2006 (2nd edition) | |||
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 = | = News = | ||
Revision as of 10:12, 21 July 2008
- Term
- Winter 08
- Lecturer
- Univ.-Prof. Dr. Hans-Joachim Bungartz
- Time and Place
- Thursdays, 10:00-11:30, Lecture room 02.07.023, Begin: 23.10.2008
- Audience
- Computational Science and Engineering, 1. Semester
- Tutorials
- Tuesdays, 13:30-17:00, Computer lab 02.05.036
- Exam
- -
- Semesterwochenstunden / ECTS Credits
- 4 SWS / 6 Credits
- TUMonline
- {{{tumonline}}}
Description
introduction to programming using Java
Contents
- Basic elements of the 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, polymorfism
Tutorial
The tutorial is organized as a series of small projects. The projects are published in the Exercises section of the CSE Teaching Centre.
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)
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)