Translation of static variable into German
Noun
technology
- The static variable keeps its value between function calls.Die statische Variable behält ihren Wert zwischen Funktionsaufrufen.
Examples of static variable in a sentence
Developers use static variables to maintain state.
Translations of "static variable" in Context ordered by category and frequency
Another important feature of the variable scoping is the static variable.
Eine andere wichtige Eigenschaft des variablen Scoping ist die statische Variable.
Any global or module static variable is subject to being modified by another thread.
Jede globale oder statische Variable in einem Modul kann von einem anderen Thread geändert werden.
The following simple function recursively counts to 10, using the static variable $count to know when to stop
Die folgende einfache Funktion zählt rekursiv bis 10. Die statische Variable $zaehler wird benutzt, um die Rekursion zu beenden
Instructions 3 and 4 confirm that the uninitialized static variable nothing can be found in the BSS segment.
Die Befehle 3 und 4 zeigen die nicht initialisierte statische Variable nothing, die sich im BSS Segment befindet.
static variable: Examples and translations in context
A system according to claim 1 or 2 wherein the central cell of time comprises the date and the minute in which the unique static variable is input into the second computer (50) as defined by the second clock means.
System nach Anspruch 1 oder 2, bei dem die zentrale Zeitzelle das Datum und die Minute umfaßt, zu dem die einzigartige statische Variable in den zweiten Computer (50) eingegeben wird, wie durch die zweite Takteinrichtung definiert.
Any global or module static variable is subject to being modified by another thread.
Jede globale oder statische Variable in einem Modul kann von einem anderen Thread geändert werden.
We store a simple script that writes the value of the controller to the static variable RowCount and then triggers a reload of the SAP source.
Wir hinterlegen ein einfaches Script, das den Wert des Reglers in die statische Variable RowCount schreibt und danach ein Neuladen der SAP-Quelle triggert.
And since the initialization phase writes the static variable INSTANCE in a sequential operation, all subsequent concurrent invocations of the getInstance will return the same correctly initialized INSTANCE without incurring any additional synchronization overhead.
Da die Initialisierungsphase die statische Variable INSTANCE in einer seriellen Operation beschreibt geben alle parallelen Aufrufe der getInstance Methode dieselbe, korrekt initialisierte Variable INSTANCE zurück.
FIX: Incorrect code is generated when you compile a Visual C++ .NET 2003 application that contains an inline method that accesses a static variable 888248
Update: Falsche Code generiert, wenn Sie eine Visual C++ .NET 2003-Anwendung kompilieren, die eine Inline-Methode enthält, die eine statische Variable zugreift 888248
Otherwise, dynamically changing the static variable CActiveRecord::db is a better idea.
Andernfalls ist es günstiger, die statische Variable CActiveRecord::db dynamisch zu ändern.
See also: