Presentation is loading. Please wait.

Presentation is loading. Please wait.

Parallel Programming 0024 Spring Semester 2010 May 6, 2010.

Similar presentations


Presentation on theme: "Parallel Programming 0024 Spring Semester 2010 May 6, 2010."— Presentation transcript:

1 Parallel Programming 0024 Spring Semester 2010 May 6, 2010

2 – R 9 :: 2 – 0024 Spring 2010 What we do today Primes with JSCP JCSP Übung Swing Assignment 9 Game of Life MVC Pattern Swing Tutorial Links

3 – R 9 :: 3 – 0024 Spring 2010 Conway‘s Game of Life Wikipedia: The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is the best-known example of a cellular automaton.

4 – R 9 :: 4 – 0024 Spring 2010 Assignment 9 Solution Demo

5 – R 9 :: 5 – 0024 Spring 2010 GoL Rules Any live cell with fewer than two live neighbours dies, as if by needs caused by underpopulation. Any live cell with more than three live neighbours dies, as if by overcrowding. Any live cell with two or three live neighbours lives, unchanged, to the next generation. Any dead cell with exactly three live neighbours becomes a live cell.

6 – R 9 :: 6 – 0024 Spring 2010 GoL: Glider

7 – R 9 :: 7 – 0024 Spring 2010 GoL: Glider Gun

8 – R 9 :: 8 – 0024 Spring 2010 GoL: Breeder

9 – R 9 :: 9 – 0024 Spring 2010 MVC by Wikipedia

10 – R 9 :: 10 – 0024 Spring 2010 MVC by Sun

11 – R 9 :: 11 – 0024 Spring 2010 Swing Tutorials http://java.sun.com/docs/books/tutorial/uiswing/ http://java.sun.com/docs/books/tutorial/uiswing/compo nents/index.html http://www.mm.informatik.tu- darmstadt.de/courses/helpdesk/swing.html

12 – R 9 :: 12 – 0024 Spring 2010 Questions


Download ppt "Parallel Programming 0024 Spring Semester 2010 May 6, 2010."

Similar presentations


Ads by Google