Examples with "Array-Codes" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Verfahren nach Anspruch 18, wobei der Korrekturschritt verwendet: wiederholte Übertragung, Exklusiv-Oder Paritätscodes, Block-Exklusiv-Oder Paritätscodes, Phased-Burst-Korrektur-Array-Codes, allgemeine Array-Codes, Reed-Solomon-Codes, einen Low-Density-Paritätsprüfcode oder einen zyklischen Code.
The method of claim 18, wherein said recovering step utilizes one of repeat transmission, exclusive-OR parity codes, blocked exclusive-OR parity codes, phased burst correcting array codes, general array codes, Reed-Solomon codes, a low-density parity check code, and a cyclic code.
Der folgende Code kann man benutzen, den Array zu definieren.
The following block of code can be used to define the array.
In diesem Fall müssen Sie Arrays über den Code füllen und leeren.
In this case, you must fill and empty arrays through the code.
Der folgende Code füllt ein Array von Ganzzahlen mit Zufallszahlen.
The following code fills an array of integers with random numbers.
Der folgende Code erstellt ein zweidimensionales Array und zeigt die Ergebnisse an.
The following code creates a two-dimensional array and displays the results.
Auf Code-Ebene fülle ich alle Arrays in einem Rutsch.
By code I fill the arrays in a single statement.
Der obige Code liefert ein Array von Post-Instanzen.
The above code will return an array of Post instances.
Upgrade eines bestehenden EMC Arrays auf den aktuell unterstützten FLARE Code.
Upgrade one existing EMC array to the current supported FLARE code.
Der folgende Code zeigt ein Array aller unterstützten Dateiformate für Templates.
The following code returns and displays an array of all supported template file formats.
Der folgende Code zeigt ein Array aller auf dem Server installierten Schriftarten an.
The following code returns and displays an array of all fonts installed on the server.
Jetzt können IDEs wie PhpStorm mit Code-Vervollständigung für Elemente des zurückgegebenen Arrays helfen.
Now IDEs like PhpStorm can help with code completion for items in the returned array.
Da Zeit Arrays numerische Werte akzeptieren, ist folgender Code gültig
Since time arrays accept numeric values, the following code is valid
Der folgende Code erzeugt ein Array myFish, das aus vier Elementen besteht.
The following code creates the myFish array containing four elements, then removes its last element.