Instructional Video6:04
Curated Video

C++ Standard Template Library in Practice - Searching and Finding - std::find

Higher Ed
The listener is new to algorithms and does not know about the finding algorithms. • Introduce the listener to the std::find algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video6:22
Curated Video

C++ Standard Template Library in Practice - Bidirectional Iterators

Higher Ed
We want to learn what makes up a bidirectional iterator, and how to use it. • Learn what a bidirectional iterator can do • Learn what it takes to fulfill a bidirectional iterator contract • Go through a code example, showing how to use...
Instructional Video5:48
Curated Video

C++ Standard Template Library in Practice - Forward Iterators

Higher Ed
We want to learn what makes up a forward iterator, and how to use it. • Learn what a forward iterator can do • Learn what it takes to fulfill a forward iterator contract • Go through a code example, showing how to use forward iterators...
Instructional Video11:05
Curated Video

World of Computer Networking Your CCNA start - Distance Vector versus Link State Routing Protocols

Higher Ed
This video provides the difference between distance vector and link-state routing protocols. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video3:43
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - List Interface Implementations - ArrayList Versus Vector

Higher Ed
In this session, we will learn about list interface implementations - ArrayList versus Vector. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video6:39
Brian McLogan

Master How to find the unit vector

12th - Higher Ed
Master How to find the unit vector
Instructional Video9:30
Brian McLogan

Master Learn how to find the direction of a vector

12th - Higher Ed
Master Learn how to find the direction of a vector
Instructional Video12:34
Math Fortress

Calculus III: The Cross Product (Level 5 of 9)

12th - Higher Ed
This video goes over various algebraic properties of the cross product. Proofs of these properties are also presented as well as 4 examples.
Instructional Video8:30
Virtually Passed

Equivalent Force Couple System example

Higher Ed
To find the Equivalent force couple system first find the net force in all 3 directions (x,y and z). Then find the net moment at the point of interest about all 3 axis (x, y and z). Notice to determine what direction is positive about...
Instructional Video6:32
Curated Video

Complete Modern C++ - Exception Handling - Part III (Stack Unwinding)

Higher Ed
This video explains the concept of stack unwinding. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video2:40
Curated Video

C++ Standard Template Library in Practice - Rotating

Higher Ed
The listener is new to algorithms and does not know about the rotating algorithms. • Introduce the listener to the std::rotate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video3:35
Curated Video

C++ 20 (2a) New Features - Improvements to Lambda Expressions

Higher Ed
Consider generic lambda expressions and problem of interacting with the type of argument. Write generic lambda accepting argument of vector holding objects of any type. • Write generic lambda using “auto” keyword in place of type of...
Instructional Video2:45
Brian McLogan

How to find the angle and magnitude of a vector

12th - Higher Ed
How to find the angle and magnitude of a vector
Instructional Video6:36
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists

Higher Ed
In this session, we will learn about list interface - methods to add, remove, and change elements and lists. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video3:32
Professor Dave Explains

Practice Problem: Pushing Boxes

12th - Higher Ed
Your friend Lisa needs some help moving, but how long will it take? You're so hungry! Just do a little work with kinematics and Newton's laws, and then it'll be time for tacos.
Instructional Video8:56
TMW Media

Scalers and Vectors: Components of a vector

K - 5th
How do you break a vector down into components? How does cosine and sine help with vectors? Why break vectors into components? Scalers and Vectors, Part 3
Instructional Video1:59
Brian McLogan

Convert a linear equation to polar equation

12th - Higher Ed
Convert a linear equation to polar equation
Instructional Video4:02
Curated Video

Complete Modern C++ - Class Template Explicit Specialization - Part II

Higher Ed
In this video, we will see some more examples of explicit specialization of class templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Instructional Video7:39
Curated Video

C++ Standard Template Library in Practice - Async

Higher Ed
The user would like to know how to return a value from a thread. • Introduce the basic concepts to the user • Give an overview of how to use the new feature • Show an example to reinforce the topics covered This clip is from the chapter...
Instructional Video12:31
Brian McLogan

Master How to determine the angle of a vector

12th - Higher Ed
Master How to determine the angle of a vector
Instructional Video8:44
Flipping Physics

Relative Motion Problem: Solving for the angle of the moving object

12th - Higher Ed
It is not obvious in all relative motion problems how to draw the vector diagrams. Sometimes the velocity of the object with respect to the Earth is not the hypotenuse of the velocity vector addition triangle. Here we address how to...
Instructional Video5:04
Professor Dave Explains

Image and Kernel

12th - Higher Ed
Defining image and kernel.
Instructional Video6:30
Curated Video

Creational Design Patterns in Modern C++ - SQL Server Database Classes

Higher Ed
This video demonstrates how to add the SQL server database classes and explains their usage. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic...
Instructional Video3:10
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - std::replace

Higher Ed
The listener is new to algorithms and does not know about the replacement algorithms. • Introduce the listener to the std::replace algorithms • Show how it works and explain the different versions available • Reinforce the lesson with a...