runtime library

  • 1Runtime Library — Runtime Library,   Laufzeitbibliothek …

    Universal-Lexikon

  • 2Runtime library — In computer programming, a runtime library is a special program library used by a compiler, to implement functions built into a programming language, during the runtime (execution) of a computer program. This often includes functions for input… …

    Wikipedia

  • 3Runtime library — …

    Википедия

  • 4Runtime — В информатике, «runtime» или «run time» описывает срок исполнения компьютерной программы, от её начала до завершения (сравните время компиляции). Термин «Runtime» иногда используется для обозначения Runtime library  библиотеки базового кода …

    Википедия

  • 5Library (disambiguation) — Library may refer to: * Library, a collection of books or an institution lending books and providing information * Library (computing), a collection of subprograms used to develop software ** Runtime library * Library (electronics), a collection… …

    Wikipedia

  • 6Runtime — In computer science, runtime or run time describes the operation of a computer program, the duration of its execution, from beginning to termination (compare compile time). The term runtime can also refer to a virtual machine to manage a program… …

    Wikipedia

  • 7Library (computing) — This article is about the programming concept. For Windows 7 Libraries, see Features new to Windows 7#Libraries. Illustration of an application which uses libvorbisfile to play an Ogg Vorbis file In computer science, a library is a collection of… …

    Wikipedia

  • 8Runtime — Moteur d exécution Un moteur d exécution, bibliothèque d exécution ou runtime (abréviation de runtime system ou runtime library, runtime signifiant, en anglais, « au moment de l exécution ») est un programme ou une bibliothèque qui… …

    Wikipédia en Français

  • 9Runtime Callable Wrapper — A Runtime Callable Wrapper (RCW) is a proxy object generated by the .NET Common Language Runtime (CLR) in order to allow a Component Object Model (COM) object to be accessed from managed code. Although the RCW appears to be an ordinary object to …

    Wikipedia

  • 10C standard library — The C Standard Library consists of a set of sections of the ANSI C standard in the programming language C. They describe a collection of headers and library routines used to implement common operations such as input/output[1] and string handling …

    Wikipedia