您的位置:首页 > 运维架构

Top 10 Movies for Programmers

2013-11-17 13:43 531 查看
Different areas sometimes share the same concepts. A lot of concepts in computer programming world have been used in movies. Some of them are just so cool, and they even help programmers to understand some programming concepts.
The following are my list of top 10 movies and my understanding of programming concepts they use.

1. The Matrix(1999)

Concepts: online/offline, recursion, loop, matrix, etc.

This movie is revolutionary. The end of one civilization is the start of another. There are some movies that are similar like this one later.



2. Loopers(2012)

Concept: Loop.

If life runs into an endless loop, how to break the loop?



3. Tron: Legacy(2010)

Many computer scientists of a certain age would agree that this movie kind of lead them into computing(or War Games).



4. Next(2007)

Concept: Recursion.

This movie uses the concept of recursion, especially in the final searching part. It is a recursive search on a tree.



5. Final Destination 1, 2, 3, 4, 5

Concept: if else jump



6. Inception(2010)

Concept: Recursion.



7. Cloud Atlas(2012)

Concept: Parallelism.



8. Flatland 2: Sphereland (2012)

Concept: 2-dimension.



9. Source Code (2011)

Concept: Reentrancy.

I’m curious about where the source code is running. If the machine is powered off, then the other world will disappear?



10. Triangle (2009)

Concept: Dead loop.



The movies above are my favorites. There are surely others good movies for programmers. If you leave comments, I will combine them later here. It would be so great if you can mention the concept relevant to programming(e.g.,
recursion).

More Great Movies from Comments

Hackers, Wargame, Takedown, A Beautiful Mind, Tron, Antitrust, Pirates of Silicon Valley, The Social Network

原文:http://www.programcreek.com/2013/09/top-10-movies-for-programmers/

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息