Search for tag: "definitions"
DEA1110 Lecture 1: What is Design? Prof. Cindy Hsin-Liu KaoLecture 1: What is Design? DEA 1110 Making a Difference by Design Course Description, Prof. Cindy Hsin-Liu KaoThis is an introductory course for non-designers and designers alike, which aims to…
From Cindy Hsin-Liu Kao
26 plays
|
|
Lesson 21.1 Interface vs ImplementationWhen we implement (or define) a function, we are given a specification and we complete the rest of the body to match the specification. We will do the same thing for classes as well. But as we see in…
From Hannah Lee
167 plays
|
|
Lesson 20.4 Classes SpecificationsClasses are something we can define. That means we need a specification to tell us what it means for a definition to be correct. In this video we cover the basics of a class specification, and show…
From Hannah Lee
105 plays
|
|
Lesson 20.1 Class DefinitionsIn this video we show you the basic format of a class definition. However, classes can contain a lot of features, so our classes will be very simple for this demonstration.
From Hannah Lee
130 plays
|
|
Lesson 17.1 Recursive DefinitionsRecursion is a general concept that does not just apply to programming languages. In this video we show that recursion exists in mathematics and even natural language.
From Hannah Lee
130 plays
|
|
Lesson 12.5 Functions as VariablesIf function definitions are objects, then that means we can compute with them like any other object. In this video we show what happens when we assign a function definition to a variable, or why we…
From Hannah Lee
79 plays
|
|
Lesson 9.2 If StatementsIn this video, we introduce this simplest form of conditional statement, the ifstatement. It allows us to skip over code if we do not wish to execute it.
From Hannah Lee
148 plays
|
|
CS 6120: Lesson 4: Data FlowMusic: https://www.bensound.comStock footage: https://www.videvo.net
From Adrian Sampson
3,085 plays
|
|
Lesson 6.3 String MethodsStrings do not have a lot of functions associated with them. Instead, strings have methods. As we see in this video, methods behave almost exactly like functions, except that the syntax for calling…
From Hannah Lee
99 plays
|
|
Lesson 5.3 Function ModulesIn the previous video, we wrote a function definition in the interactive shell. In this video, we write it in a module. We show how this changes things when you call the function.
From Hannah Lee
124 plays
|
|
Lesson 5.4 Fruitful FunctionsIn this video we show how to define the definition of a fruitful function (a function that can be used as an expression). It requires a new type of command: the return statement.
From Hannah Lee
135 plays
|
|
CAM Colloquium, 2017-02-24: Jeff Calder: PDE continuum limits for discrete sorting problems, with applications to online anomaly detectionAbstract: Many problems in science and engineering involve the sorting, or ordering, of large amounts of multi-variate data. A common sorting technique is to arrange the data into layers by…
From E. Cornelius
16 plays
|
|