Advanced Programming - Winter 10: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
Part of the module is a weekly, compulsory tutorial with Java programming exercises. | Part of the module is a weekly, compulsory tutorial with Java programming exercises. | ||
{| class="wikitable" | |||
''' | |- | ||
! '''Exercise''' | |||
! '''Time''' | |||
|- | |||
| [http://www5.in.tum.de/lehre/vorlesungen/adv_prog/ws10/tutorials/TicketMachine.pdf Ticket Machine] | |||
| November 8, 2010 | |||
|- | |||
| rowspan="2" | [http://www5.in.tum.de/lehre/vorlesungen/adv_prog/ws10/tutorials/2_complex.zip Complex Numbers] | |||
| Session 1: November 15, 2010 | |||
|- | |||
| Session 2: November 22, 2010 | |||
|- | |||
| rowspan="2" | [http://www5.in.tum.de/lehre/vorlesungen/adv_prog/ws10/tutorials/3_functions.zip Object Oriented Modelling of Functions] | |||
| Session 1: November 29, 2010 | |||
|- | |||
| Session 2: December 6, 2010 | |||
|- | |||
| rowspan="2" | [http://www5.in.tum.de/lehre/vorlesungen/adv_prog/ws10/tutorials/4_sorting.pdf Sorting] | |||
| Session 1: December 13, 2010 | |||
|- | |||
| Session 2: January 10, 2011 | |||
|- | |||
| rowspan="2" | [http://www5.in.tum.de/lehre/vorlesungen/adv_prog/ws10/tutorials/5_matrix.pdf Matrix Operations] | |||
| Session 1: January 17, 2011 | |||
|- | |||
| Session 2: January 24, 2011 | |||
|} | |||
Revision as of 11:04, 15 November 2010
- Term
- Winter 10
- Lecturer
- Dr. rer. nat. Tobias Neckel
- Time and Place
- 00.13.009A, Wednesday, 10:15 - 12:00
- Audience
- Computational Science and Engineering, first semester (module IN1503)
- Tutorials
- Martin Roderus, M.Sc. See below for more information
- Exam
- t.b.a.
- Semesterwochenstunden / ECTS Credits
- 4 SWS (2V+2Ü) / 5 Credits
- TUMonline
- {{{tumonline}}}
News
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
Part of the module is a weekly, compulsory tutorial with Java programming exercises.
Exercise | Time |
---|---|
Ticket Machine | November 8, 2010 |
Complex Numbers | Session 1: November 15, 2010 |
Session 2: November 22, 2010 | |
Object Oriented Modelling of Functions | Session 1: November 29, 2010 |
Session 2: December 6, 2010 | |
Sorting | Session 1: December 13, 2010 |
Session 2: January 10, 2011 | |
Matrix Operations | Session 1: January 17, 2011 |
Session 2: January 24, 2011 |
Lecture Slides
- Chapter 0: Introduction + Organisation Concept
- 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
- Chapter 12: Designing Applications
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)