Curated Video
C++ Standard Template Library in Practice - Searching and Finding - std::find
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...
Curated Video
C++ Standard Template Library in Practice - Bidirectional Iterators
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...
Curated Video
C++ Standard Template Library in Practice - Forward Iterators
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...
Curated Video
World of Computer Networking Your CCNA start - Distance Vector versus Link State Routing Protocols
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - List Interface Implementations - ArrayList Versus Vector
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...
Brian McLogan
Master Learn how to find the direction of a vector
Master Learn how to find the direction of a vector
Math Fortress
Calculus III: The Cross Product (Level 5 of 9)
This video goes over various algebraic properties of the cross product. Proofs of these properties are also presented as well as 4 examples.
Virtually Passed
Equivalent Force Couple System example
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...
Curated Video
Complete Modern C++ - Exception Handling - Part III (Stack Unwinding)
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.
Curated Video
C++ Standard Template Library in Practice - Rotating
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...
Curated Video
C++ 20 (2a) New Features - Improvements to Lambda Expressions
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...
Brian McLogan
How to find the angle and magnitude of a vector
How to find the angle and magnitude of a vector
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists
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,...
Professor Dave Explains
Practice Problem: Pushing Boxes
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.
TMW Media
Scalers and Vectors: Components of a vector
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
Brian McLogan
Convert a linear equation to polar equation
Convert a linear equation to polar equation
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part II
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...
Curated Video
C++ Standard Template Library in Practice - Async
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...
Brian McLogan
Master How to determine the angle of a vector
Master How to determine the angle of a vector
Flipping Physics
Relative Motion Problem: Solving for the angle of the moving object
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...
Curated Video
Creational Design Patterns in Modern C++ - SQL Server Database Classes
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...
Curated Video
C++ Standard Template Library in Practice - Replacing and Transforming - std::replace
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...