Usted buscó: tokenize (Inglés - Chino (Simplificado))

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Inglés

Chino (Simplificado)

Información

Inglés

tokenize

Chino (Simplificado)

词法分析

Última actualización: 2013-05-04
Frecuencia de uso: 1
Calidad:

Referencia: Wikipedia

Inglés

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

Chino (Simplificado)

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.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Wikipedia

Inglés

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.

Chino (Simplificado)

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.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Wikipedia
Advertencia: contiene formato HTML invisible

Obtenga una traducción de calidad con
7,794,486,083 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo