null character
null character什么意思,null character翻译
基本解释
un.: 零字符
网络: 空字符;空字元;空白记号
英汉解释
零字符
例句
Remember, in C, a string is nothing but an array of characters with a terminating NULL character (ASCII 0).
请记住,在C语言中,字符串只是一个带有终止NULL字符(ASCII0)的字符数组。
The name text exceeded 32 characters including the null character and was therefore truncated .
包括空字符在内的名称文本超过32个字符,所以被截断。
Each message, or frame, starts with a command and ends with the ASCII sign for a null character.
每个消息(即帧)以一个命令开头,以一个表示null字符的ASCII符号结束。
And copies all characters up to the first null character from a string stored in unmanaged memory into it.
并从非托管内存中存储的字符串向其复制第一个空字符之前的所有字符。
No data is lost, but the Design view does not show characters in a template that follow a null character.
数据不会丢失,但“设计”视图不会在模板中显示跟在null字符后面的字符。
Noted that column values of type DT _ STR or DT _ WSTR that contain additional null terminators are truncated at the first null character .
说明了包含其他空终止符的DT_STR或DT_WSTR类型的列值将在第一个空字符处截断的情况。
If the XML parser sees a null character in its input, it throws an exception and stops processing.
如果XML解析器在其输入中看到一个空字符,它就会发出异常并停止处理。
Then, we would have to add a NULL character after the last char copied into s1.
然后,我们可以在复制到s1的最后一个字符后添加NULL字符。
The buffer size argument includes the space for the terminating null character.
缓冲区的大小参数包括这个null结束字符的空间。
In Design view, when a template is used that contains a null character, the characters following the null character are truncated.
在“设计”视图中,使用包含null字符的模板时,将截断跟在null字符后面的字符。