Search for tag: "generators"
Zoom Dec. 3. GeneratorsIn this presentation we will review, generators which lead into the last major topic of the course (coroutines). Once again, this will involve a lot of visualization.We also start off this…
From Hannah Lee
30 plays
|
|
Lesson 29.5 Timed AnimationOur primary application of coroutines in the final assignment is timed animations. In this video we talk about what these are and how to design them with the GameApp class.
From Hannah Lee
63 plays
|
|
Lesson 29.4 The yield StatementWhile generators are coroutines, the communication only goes one way: from the child to the calling parent. In this video we show how to reverse this communication, passing down information from the…
From Hannah Lee
61 plays
|
|
Lesson 29.3 Generators RevisitedIn the previous video, we said that generators are a type of coroutine. In this video, we explore this idea. We use yield statements to write generators that are a little more sophisticated than…
From Hannah Lee
65 plays
|
|
Lesson 29.2 CoroutinesIn the previous video we introduced the term coroutine but did not actually define it. In this video we give a more concrete definition. As a result, we see that coroutines and generators have a lot…
From Hannah Lee
64 plays
|
|
Lesson 28.7 Iterator ChainingGenerators take iterators as input, but they also produce one as output. In this video we show how to chain iterators together, doing complex operations on our data.
From Hannah Lee
46 plays
|
|
Lesson 28.5 Generator DesignNow that we know how generators work, it is time to write our own. In this video we show how easy it is. We just take out experience with the accumulator pattern and replace the accumulator with a…
From Hannah Lee
58 plays
|
|
Ezra's Round Table/Systems Engineering Seminar, 3/30/2012 - Leon McGinnis: Model Based Systems DevelopmentFriday, March 30 at 12:00pm Frank H.T. Rhodes Hall, 253 Those who design or manage large scale complex systems--such as the Mars orbiter, the Boeing 787, a global manufacturing system, a health…
From E. Cornelius
24 plays
|
|
Ezra's Round Table/Systems Seminar on 2/4/2011 - Mark Jacobson: Powering the World with Wind, Water, and SunEzra Round Table Guest Lecture #1 http://www.stanford.edu/group/efmh/jacobson/ Host: Oliver Gao Mark Jacobson February 4, 2011
From E. Cornelius
9 plays
|