I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
ComputingStl

Introduction

+ View version details

Key Facts

Gyroscopic Couple: The rate of change of angular momentum (\inline \tau) = \inline I\omega\Omega (In the limit).
  • \inline I = Moment of Inertia.
  • \inline \omega = Angular velocity
  • \inline \Omega = 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 of container 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.