您要查找的是不是:
- null character string 空的字符行,空字符串,空的字符串
- A character string or a bit string considered as an entity. 作为一个实体的一组字符串或一组字位串。
- When OFF is specified, the null value is treated as an empty character string. 当指定为OFF时,空值将按空字符串对待。
- The path must end with a null character. 该路经必须以零结尾。
- If the function succeeds, the return value is the length, in TCHARs, of the string copied to the buffer, not including the terminating null character. 这个函数不会拷贝最后一个0;所以需要初始化一下;或者根据长度自己写最后一个0.
- The type of a wide string literal is an array of constant wide characters. It is also terminated by a wide null character. 宽字符串字面值是一串常量宽字符,同样以一个宽空字符结束。
- A language construct that describes a data type by means of a model character string literal. 编程语言中,利用模型字符串的数值文字描述数据类型的一种语言成分。
- The character string describing the event. 说明事件的字符串。
- A backup-set password is a character string. 备份集密码是一个字符串。
- A media-set password is a character string. 媒体集密码是一个字符串。
- Only a single character string is allowed for the. 属性只允许单个字符串。
- Any character string can be used. 可以使用任何字符。
- LPSTR A 32-bit pointer to a character string. 一个32位指针,指向字符串。
- A character string that enables a user to have full or limited access to a system or to a set of data. 准许一个用户完全地或有限制地访问某一系统或存取某一数据集的一种字符串。
- This function allocates a new string, copies cch characters from the passed string into it, and then appends a null character. 字体:小中大|打印发表于:2008-5-0805:42作者:这项功能是分配一个新的字符串来源:学习互助社区
- A character string or a binary element string in a word. 一个字内的一个字符串或二进制元(素)串。
- The process of inserting meaningless characters, such as null characters, zeros, or spaces, into the unused portions of a field, record, or fixed- length block of data. 一种插入一些无意义字符的处理方法。例如,在一个字段、记录或固定长度数据块的不用部分插入空字符、零或空格。
- To search records for a specified character string or syntax error. 对记录进行检索查找指定的字符串或语法错误。
- A character string considered as a unit for a given purpose. 用于某种目的认为是一个单位的一组字符串。
- The internal representation of string has a null character ‘\0’ at end .so the physical storage required is one more than the number of characters written between the quotes. 内部表示字符串时,要用一个空字符‘\\0’来结尾,所以实际存储该字串的存储单元比括在双引号中的字符多一个。)