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...
Instructional Video13:10
Brian McLogan

Master how to find the angle between two vectors

12th - Higher Ed
Master how to find the angle between two vectors
Instructional Video6:21
Virtually Passed

Least Squares Formula PROOF

Higher Ed
First video: https://youtu.be/6eLJSzOHdc8 Linear least squares is a method commonly used to fit curves to data. The equation used for least squares here is derived using the column space of A. The 'best' value of X is the one that...
Instructional Video13:28
Curated Video

C++ Standard Template Library in Practice - Project - Implementation

Higher Ed
In this video, we will see the third part of our project. • Implement the View portion to display our portion to the user • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++...
Instructional Video5:36
Curated Video

C++ 20 (2a) New Features - std::format_to and std::format_to_n

Higher Ed
This video explains how std::format_to and std::format_to_n work, and how to safely format text to std::vector and c array. • Format text to std::vector using std::back_inserter • Format text to std::vector but preallocate memory, by...
Instructional Video8:58
Flipping Physics

Electric Fields

12th - Higher Ed
Electric fields are introduced. The electric field around a positive and negative point charge are shown and compared to the gravitational field around a planet. Uniform electric fields are shown. The electric field from two point...
Instructional Video3:40
Professor Dave Explains

Practice Problem: Kinetic and Potential Energy of a Ball on a Ramp

12th - Higher Ed
Look at this nifty ramp you made! Let's roll some stuff off of it, shall we? Good thing we know all about potential energy and kinetic energy, because that will allow us to calculate all kinds of things, like the velocity of the ball at...
Instructional Video2:15
Brian McLogan

How to determine the unit vector given as a linear combination

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video4:47
msvgo

Angle Between a Line and a Plane

K - 12th
It explains how to find the angle between a line and a plane when their vector equations or Cartesian equations are given.
Instructional Video2:22
Curated Video

Complete Modern C++ - std::deque

Higher Ed
In this video, learn what a double-ended queue is and what are its features. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Instructional Video7:07
Curated Video

Complete Modern C++ - Exception Handling - Part V (Constructor and Destructor)

Higher Ed
This video explains exception handling in context of constructors and destructors. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video3:31
Curated Video

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

Higher Ed
The listener is new to algorithms and does not know about the replace_copy algorithms. • Introduce the listener to the std::replace_copy algorithms • Show how it works and explain the different versions available • Reinforce the lesson...
Instructional Video4:37
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - List Interface - Immutability and Introduction of Implementations – Array

Higher Ed
In this session, we will learn about list interface - immutability and introduction of implementations – array. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - List Interface Implementations - ArrayList Versus LinkedList

Higher Ed
In this session, we will learn about list interface implementations - ArrayList versus LinkedList. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video5:02
Professor Dave Explains

Practice Problem: Launching Things With Springs

9th - Higher Ed
You're a mischievous little physicist, aren't you? Well I guess there's no harm in projecting a toy into the air, especially if it's part of your scientific research. Given a spring constant and some other information, how high will this...
Instructional Video7:55
Curated Video

¿Qué tipos de fuerza existen?

12th - Higher Ed
Este vídeo sirve como ampliación al vídeo ¿Qué es una fuerza?, de la serie de Física de 2º y 3º de ESO. ¿Qué es una fuerza? En el vídeo de hoy hablamos de las fuerzas y de su papel como origen del movimiento de los cuerpos. Intentamos...
Instructional Video5:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model

Higher Ed
In this video, we will cover machine learning model. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video5:02
Instructional Video15:05
Flipping Physics

Cross Product Torque (with a Cross Product Review)

12th - Higher Ed
Torque as the cross product is introduced. How to actually perform the cross product using matrices is reviewed and 4.5 examples are walked through. This is an AP Physics C: Mechanics topic. Content Times: 0:00 Torque Review 0:55 Cross...