call-back function

  • 1Call back Funktion — Eine Rückruffunktion (englisch callback function) bezeichnet in der Informatik eine Funktion, die einer anderen Funktion als Parameter übergeben wird, und von dieser unter gewissen Bedingungen aufgerufen wird. Dieses Vorgehen folgt dem… …

    Deutsch Wikipedia

  • 2Call capture — is a term used to describe a telephone based technology that captures personal data from persons who call a properly provisioned number. After the call is placed, the system notifies a client of the name, phone number and address of the person… …

    Wikipedia

  • 3Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… …

    Wikipedia

  • 4Function prologue — In assembly language programming, the function prologue is a few lines of code which appear at the beginning of a function, which prepare the stack and registers for use within the function. Similarly, the function epilogue appears at the end of… …

    Wikipedia

  • 5Foreign function interface — A foreign function interface (or abbr|FFI|Foreign Function Interface) is a mechanism by which a program written in one programming language can call routines or make use of services written in another. The term comes from the specification for… …

    Wikipedia

  • 6Main function — See also: Entry point In many programming languages, the main function is where a program starts execution. It is responsible for the high level organization of the program s functionality, and typically has access to the command arguments given… …

    Wikipedia

  • 7Main function (programming) — In some programming languages, the main function is where a program starts execution. It is generally the first user written function run when a program starts (some system specific software generally runs before the main function), though some… …

    Wikipedia

  • 8Covered call — Payoffs and profits from buying stock and writing a call. A covered call is a financial market transaction in which the seller of call options owns the corresponding amount of the underlying instrument, such as shares of a stock or other… …

    Wikipedia

  • 9Refinable function — In mathematics, in the area of wavelet analysis, a refinable function is a function which fulfills some kind of self similarity. A function varphi is called refinable with respect to the mask h if:varphi(x)=2cdotsum {k=0}^{N 1} h… …

    Wikipedia

  • 10Intrinsic function — In compiler theory, an intrinsic function is a function available in a given language whose implementation is handled specially by the compiler. Typically, it substitutes a sequence of automatically generated instructions for the original… …

    Wikipedia