tedesco » inglese

Traduzioni di „occurrence“ nel dizionario tedesco » inglese (Vai a inglese » tedesco)

Esempi dal web (non verificati dalla Redazione di PONS)

Auswertung 13 R. 1 Beschreibung :

Numerische Verteilung des Entstehens ( first occurrence;

www.paleotax.de

Analysis 13 R. 1 Description :

Numerical distribution of the first occurrence of species and the

www.paleotax.de

Für jedes Zeichen a A enthält occ [ a ] den entsprechenden Funktionswert occ ( p, a ).

Folgende Funktion horspoolInitocc berechnet zu gegebenem Muster p die Occurrence-Funktion.

void horspoolInitocc() { int j; char a; for (a=0; a<alphabetsize; a++) occ[a]=-1; for (j=0; j<m-1; j++) { a=p[j]; occ[a]=j; } }

www.iti.fh-flensburg.de

For every symbol a A the entry occ [ a ] holds the corresponding function value occ ( p, a ).

Given a pattern p, the following function horspoolInitocc computes the occurrence function.

void horspoolInitocc() { int j; char a; for (a=0; a<alphabetsize; a++) occ[a]=-1; for (j=0; j<m-1; j++) { a=p[j]; occ[a]=j; } }

www.iti.fh-flensburg.de

Die für die Schlechtes-Zeichen-Strategie benötigte Occurrence-Funktion occ wird genauso berechnet wie beim Boyer-Moore-Algorithmus.

Folgende Funktion sundayInitocc berechnet zu gegebenem Muster p die Occurrence-Funktion; sie ist identisch mit der Funktion bmInitocc.

void sundayInitocc() { int j; char a; for (a=0; a<alphabetsize; a++) occ[a]=-1; for (j=0; j<m; j++) { a=p[j]; occ[a]=j; } }

www.iti.fh-flensburg.de

see definition

Given a pattern p, the following function sundayInitocc computes the occurrence function; it is identical to the function bmInitocc.

void sundayInitocc() { int j; char a; for (a=0; a<alphabetsize; a++) occ[a]=-1; for (j=0; j<m; j++) { a=p[j]; occ[a]=j; } }

www.iti.fh-flensburg.de

Vuoi aggiungere una parola, una frase o una traduzione?

Inserisci una nuova voce.

Pagina in Deutsch | Български | Ελληνικά | English | Español | Français | Italiano | Polski | Português | Русский | Slovenščina | Srpski | Türkçe | 中文