Sie suchten nach: tokenize (Englisch - Chinesisch (Vereinfacht))

Menschliche Beiträge

Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.

Übersetzung hinzufügen

Englisch

Chinesisch (Vereinfacht)

Info

Englisch

tokenize

Chinesisch (Vereinfacht)

词法分析

Letzte Aktualisierung: 2013-05-04
Nutzungshäufigkeit: 1
Qualität:

Referenz: Wikipedia

Englisch

to start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it.

Chinesisch (Vereinfacht)

note that only the first call to strtok uses the string argument. every subsequent call to strtok only needs the token to use, as it keeps track of where it is in the current string. to start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it. note that you may put multiple tokens in the token parameter. the string will be tokenized when any one of the characters in the argument are found.

Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:

Referenz: Wikipedia

Englisch

that is, if you have a string like "this is an example string" you could tokenize this string into its individual words by using the space character as the token.

Chinesisch (Vereinfacht)

strtok() splits a string (arg1) into smaller strings (tokens), with each token being delimited by any character from arg2. that is, if you have a string like "this is an example string" you could tokenize this string into its individual words by using the space character as the token.

Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:

Referenz: Wikipedia
Warnung: Enthält unsichtbare HTML-Formatierung

Eine bessere Übersetzung mit
7,794,634,854 menschlichen Beiträgen

Benutzer bitten jetzt um Hilfe:



Wir verwenden Cookies zur Verbesserung Ihrer Erfahrung. Wenn Sie den Besuch dieser Website fortsetzen, erklären Sie sich mit der Verwendung von Cookies einverstanden. Erfahren Sie mehr. OK