Translation of "Array2" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Verwenden Sie zur Kodierung des Schachbretts ein array2.
Use an array2 for the coding of the chessboard.
Bei der Definition eines array2 müssen die Koordinaten des Index-Rechtecks angegeben werden.
The coordinates of the index rectangle must be specified at the definition of an array2.
Für diesen Fall, dass die Indexmenge ein Rechteck von ganzzahligen Koordinaten ist, bietet LEDA den Typ array2 an.
For this case, namely that the index set is a rectangle of integer coordinates, LEDA offers the type array2.
Als Anwendungsbeispiel für array2 implementieren wir eine berühmte Populations-Simulation, Conways Spiel des Lebens: In einer zweidimensionalen, rechteckigen Welt, die in Parzellen eingeteilt ist, leben, sterben und vermehren sich possierliche Tierchen einer bestimmten Gattung.
As an example for the use of an array2 we implement a famous population simulation, Conway's game of life: Comical little animals of a certain genre live, die and spawn in a two-dimensional, rectangular world, which is divided up into parcels.
Wir gehen aus von zwei Spalten in einer Listbox mit den Variablennamen "Array1" und "Array2".
Given two columns in a list box whose variable names are "Array1" and "Array2" respectively.
Vergleicht array1 mit array2 und gibt den Unterschied zurück.
Compares array1 against array2 and returns the difference.
Vergleicht die Schlüssel von array1 mit den Schlüsseln von array2 und gibt die Unterschiede zurück.
Compares the keys from array1 against the keys from array2 and returns the difference.
Der Wert "rot" wird nicht zurückgegeben, weil sein Schlüsselwert in $array1 0 ist, wohingegen der Schlüssel von "rot" in $array2 den Wert 1 hat.
The value "red" is not returned because in $array1 its key is 0 while the key of "red" in $array2 is 1.
Die Klasse array2 ist durch zweidimensionale C++-Arrays implementiert.
The class array2 is implemented by two-dimensional C++ arrays.
array2 Ein Array, gegen welches die Schlüssel geprüft werden.
array2 An array to compare keys against.
Die Beschreibung der Array-Zugriffsoperation A(i, j) auf der Manualseite der Klasse array2 enthält die Vorbedingung, dass die Indizes i und j im zulässigen Bereich innerhalb des Index-Rechtecks liegen müssen.
The description of the array access operation A(i, j) on the manual page of class array2 contains the precondition that the indices i and j must lie in the permitted domain inside the index rectangle.
Other results
array1 Das Array in welchem die Elemente ersetzt werden.
array1 The array in which elements are replaced.
array1 Das Array mit den Hauptschlüsseln, auf die geprüft werden soll.
array1 The array with master keys to check.