function table - Definition. Was ist function table
DICLIB.COM
KI-basierte Sprachtools
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist function table - definition

COMPUTER CODE STRUCTURE WITH A TABLE OF POINTERS TO FUNCTIONS OR SIMILAR
Function table

Dispatch table         
In computer science, a dispatch table is a table of pointers or memory addresses to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.
Padé table         
  • [[Henri Padé]].
Pade table; Padé table for exponential function
In complex analysis, a Padé table is an array, possibly of infinite extent, of the rational Padé approximants
Virtual method table         
TYPE OF TABLE
Vtable; VTBL; Virtual table; Virtual function table; Virtual Function Table; Vpointer; Virtual function pointer; Devirtualization; De-virtualization; Vftable; Vtables
In computer programming, a virtual method table (VMT), virtual function table, virtual call table, dispatch table, vtable, or vftable is a mechanism used in a programming language to support dynamic dispatch (or run-time method binding).

Wikipedia

Dispatch table

In computer science, a dispatch table is a table of pointers or memory addresses to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.