1 / 15

Parallel Programming

Parallel Programming. Game of Life. http://n.ethz.ch/~klauserc/FS10/PP/. Heute. Nachbesprechung JCSP Game of Life MVC.  Eclipse…. 1. Nachbesprechung JCSP. 2. Game of Life. Game of Life (Demo). Game of Life ( Regeln ).

daxia
Download Presentation

Parallel Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Parallel Programming Game of Life http://n.ethz.ch/~klauserc/FS10/PP/

  2. Heute • Nachbesprechung JCSP • Game of Life • MVC

  3.  Eclipse… 1. Nachbesprechung JCSP

  4. 2. Game of Life

  5. Game of Life (Demo)

  6. Game of Life (Regeln) • Jede lebende Zelle mit weniger als 2 lebenden Nachbarn stirbt (Langeweile) • Jede lebende Zelle mit mehr als 3 lebenden Nachbarn stirbt ebenfalls (Überpopulation etc.) • Jede lebende Zelle mit 2 oder 3 lebenden Nachbarn bleibt unverändert. • Jede tote Zelle mit 3 oder mehr lebenden Nachbarn wird zum Leben erweckt.

  7. GoL: Glider

  8. GoL: Glider Gun

  9. GoL: Breeder

  10. MVC 3. Model-View-Controller

  11. MVC (Wikipedia)

  12. MVC (Sun)

  13. Swing Tutorials • http://java.sun.com/docs/books/tutorial/uiswing/ • http://java.sun.com/docs/books/tutorial/uiswing/components/index.html • http://www.mm.informatik.tu-darmstadt.de/courses/helpdesk/swing.html

  14. Don’t panic! • Istnurhalb so kompliziert, wies auf den erstenBlickscheint. • VergleichsweisewenigProgrammieraufwand • Aber: Vergleichsweisegigantisches “Sekelett”; viel Code zuverstehen

  15. Fragen?

More Related