Introduction
Key Facts
Gyroscopic Couple: The rate of change of angular momentum () = (In the limit).- = Moment of Inertia.
- = Angular velocity
- = Angular velocity of precession.
Blaise Pascal (1623-1662) was a French mathematician, physicist, inventor, writer and Catholic philosopher.
Leonhard Euler (1707-1783) was a pioneering Swiss mathematician and physicist.
Overview
The Standard Template Library refers to a C++ library ofcontainer
classes, algorithms
, and iterators;
the collection classes give the developer access to fast and efficient collections.
The STL was developed at Hewlett Packard by Alexander Stepanov, with major contributions by David Musser and Meng Lee. A version of the Standard that incorporated the STL was first approved in the fall of 1998.
Each of the container
classes is a template, and can be instantiated to contain any type of object.
The STL also includes a large collection of algorithms
that provide template based collection manipulations functions and a collection of types and functions for manipulating iterators
.