
TLAs from SAA through SZZ
A, B,
C, D,
E, F,
G, H,
I, J,
K, L,
M, N,
O, P,
Q, R,
S, T,
U, V,
W, X,
Y, Z
- SCM
- Source Code Management
A system to manage source code of a program. SCM includes revision control and
multiple developers access etc. Unix's sccs and MKS are such systems.
- SDI
- Single Document Interface
A user interface where only one document can be displayed/loaded at one time.
See also MDI.
- SDK
- Software Development Kit
A set of tools to provide some help for developing software. The kit often
includes examples of some kind which are nice to look at but you never find in
the examples what you are looking for.
- STL
- Standard Template Library
A collection of class templates in C++ consisting of a wide range of very
useful pre-written code. One has to do a lot of work studying C++ before the
STL can be fully understood. STL has been standardized by ANSI/ISO.
- SQL
- Structured Query Language
An ISO standard for database management, query etc... (submitted by Henrik Stahr).
Hits on the tla_* pages since 18-Jan-1998.
Back to the TLA index page.
Copyright © 1996-2000 - Fortune Tales & Hackers Fortune.
Page last updated: 19-Dec-1999. Comments: mail me