Conditional constructs

Branch table

In computer programming, a branch table or jump table is a method of transferring program control (branching) to another part of a program (or a different program that may have been dynamically loaded) using a table of branch or jump instructions. It is a form of multiway branch. The branch table construction is commonly used when programming in assembly language but may also be generated by compilers, especially when implementing optimized switch statements whose values are densely packed together. (Wikipedia).

Video thumbnail

Create a Stem and Leaf Plot

This video explains how to make a basic stem and leaf plot.

From playlist Statistics: Describing Data

Video thumbnail

Statistics - How to make a stem and leaf plot

This example shows how to make a stem and leaf plot. Remember that the leading values become our stems and the trailing values the leaves. There also may be more than one way to represent a stem and leaf plot. For more videos visit http://www.mysecretmathtutor.com

From playlist Statistics

Video thumbnail

Determine if a Table Represents a Linear or Exponential Function

This video explains how to determine if a function given as a table is a linear function, exponential function, or neither. Site: http://mathispower4u.com Blog: http://mathispower4u.wordpress.com

From playlist Introduction to Exponential Functions

Video thumbnail

Statistics Lecture 6.2 Part 3

Statistics Lecture 6.2 Part 3: Introduction to the Normal Distribution

From playlist Statistics Playlist 1

Video thumbnail

Ex 2: Determine if a Table Represents a Linear or Exponential Function and Find Equation (Exp)

This video explains how to determine if a table of values represents a linear function or an exponential function. The the equation of the function is determined. http://mathispower4u.com

From playlist Introduction to Exponential Functions

Video thumbnail

Introduction to Rooted Trees

This video introduces rooted trees and how to define the relationships among vertices in a rooted tree. mathispower4u.com

From playlist Graph Theory (Discrete Math)

Video thumbnail

Subplots using Plotly for Python

In this tutorial I describe the all important process of creating more than one plot in a single figure. Plots can be placed on a grid specified by row and column size. Even these, though, can be scaled. I also show you how to scare axes and how to create odd pairings. Jupyter notebook

From playlist Data viz using Plotly for Python

Video thumbnail

Statistics Lecture 5.2 Part 2

Statistics Lecture 5.2 Part 2: Probability Distributions, Mean, and Standard Deviation

From playlist Statistics Playlist 1

Video thumbnail

Statistics Lecture 5.2 Part 1

Statistics Lecture 5.2 Part 1: Probability Distributions, Mean, and Standard Deviation

From playlist Statistics Playlist 1

Video thumbnail

SQL Tutorial - Full Database Course for Beginners

In this course, we'll be looking at database management basics and SQL using the MySQL RDBMS. Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/ The course is designed for beginners to SQL and database management systems, and will introduce common database

From playlist Full Courses in One Video

Video thumbnail

Kernel Recipes 2018 - Meltdown and Spectre: seeing through the magician’s tricks - Paolo Bonzini

Throughout 2018 several computer vulnerabilities got into the spotlight, possessing all the ingredients needed to attract attention: the core issue was unusually located in the processor rather than the software; almost all personal computers, servers and portable devices were affected to

From playlist Kernel Recipes 2018

Video thumbnail

Lecture 3: VOA[M4] (Lecture 2) by Sergei Gukov

Program: Quantum Fields, Geometry and Representation Theory ORGANIZERS : Aswin Balasubramanian, Saurav Bhaumik, Indranil Biswas, Abhijit Gadde, Rajesh Gopakumar and Mahan Mj DATE & TIME : 16 July 2018 to 27 July 2018 VENUE : Madhava Lecture Hall, ICTS, Bangalore The power of symmetries

From playlist Quantum Fields, Geometry and Representation Theory

Video thumbnail

24. Probabilistic Computation (cont.)

MIT 18.404J Theory of Computation, Fall 2020 Instructor: Michael Sipser View the complete course: https://ocw.mit.edu/18-404JF20 YouTube Playlist: https://www.youtube.com/playlist?list=PLUl4u3cNGP60_JNv2MmK3wkOt9syvfQWY Quickly reviewed last lecture. Simulated read-once branching programs

From playlist MIT 18.404J Theory of Computation, Fall 2020

Video thumbnail

Borrowing memory that's being used: catalytic approaches to the Tree Evaluation Problem - James Cook

Computer Science/Discrete Mathematics Seminar I Topic: Borrowing memory that's being used: catalytic approaches to the Tree Evaluation Problem Speaker: James Cook Affiliation: University of Toronto Date: April 6, 2020 For more video please visit http://video.ias.edu

From playlist Mathematics

Video thumbnail

Stanford Seminar - Exploiting modern microarchitectures: Meltdown, Spectre, & other hardware attacks

EE380: Computer Systems Colloquium Seminar Exploiting modern microarchitectures: Meltdown, Spectre, and other hardware attacks Speaker: Jon Masters, Redhat Recently disclosed vulnerabilities against modern high performance computer microarchitectures known as 'Meltdown' and 'Spectre' are

From playlist Stanford EE380-Colloquium on Computer Systems - Seminar Series

Video thumbnail

3. Bit Hacks

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Julian Shun View the complete course: https://ocw.mit.edu/6-172F18 YouTube Playlist: https://www.youtube.com/playlist?list=PLUl4u3cNGP63VIBQVWguXxZZi0566y7Wf Prof. Shun discusses an array of bit hacks and discuss

From playlist MIT 6.172 Performance Engineering of Software Systems, Fall 2018

Video thumbnail

Using Branches in Git

This video covers using branches in git and how these can be used to improve the software development workflow. Additional videos in this series: Lesson01: Setting up Git on Windows (https://youtu.be/Hkky3zcRILc) Lesson02: Creating and Cloning a Git Repository (https://youtu.be/-l7e6mcQrp

From playlist Working with Git

Video thumbnail

A5 More on tables

In this video I show you how to use the tables function in Desmos.

From playlist Biomathematics

Related pages

Switch statement | Multiple (mathematics) | Optimizing compiler | Code | Multiway branch | Raw data | Threaded code | Addition | Indirection | Integer | Loop unrolling | Pointer (computer programming) | Algorithmic efficiency | Hash table