导航菜单

strtok是什么意思_翻译中文_怎么读

strtok

网络释义:字符串分解;切开字符串;字符串截取

网络释义

1.字符串分解 字符串查找 strstr 字符串分解 strtok 错误字符串映射 strerror ...

2.切开字符串 strrev: 颠倒字符串。 strtok: 切开字符串。 strtolower: 字符串全转为小写。 ...

3.字符串截取 strrev: 颠倒字串。 strtok: 切开字串。 strtolower: 字串全转为小写。 ...

5.字符串分割 strrep 以其他串代替此串 strtok 寻找串中记号 upper 转换为大写 ...

7.标记查找 findstr 字串查找 strtok 标记查找 MATLAB 的运算都是以矩阵的方式进行 ...

例句释义:,字符串分解,切开字符串,字符串截取

1.In this case, the second thread causes strtok to overwrite its static variable with a new address without the first thread's knowledge.在这种情况下,第二个线程会在第一个线程不知道的情况下,让strtok用一个新地址来改写它的静态变量。

2.When you make future calls to strtok, passing NULL, the function refers to the saved string address.当你将来调用strtok函数并传递NULL时,该函数就引用保存的字符串地址。

3.The strtok function is an excellent example.函数strtok就是个很好的例子。

4.Each thread is assigned its own string pointer that is reserved for use by the strtok function.每个线程均被赋予它自己的字符串指针,供strtok函数使用。