英语人>词典>英汉 : ASCII string的中文,翻译,解释,例句
ASCII string的中文,翻译,解释,例句

ASCII string

ASCII string的基本解释
ASCII

字符串

更多网络例句与ASCII string相关的网络例句 [注:此内容来源于网络,仅供参考]

The message to be output must be an ASCII string terminated by a NULL (0). Binary

输出的信息必须是以0 结尾的ASCII 字符串。

This should be a simple ASCII string with no spaces.

名字应该是简单 ASCII 字串且不能有空白。

In the rescue.img, the ascii string value is "0

在rescue.img ,将ASCII字符串值是" 0x0090A915 , 0x9984 "。

However, _IO_vfprintf has to examine the value of x so it can turn it into the corresponding ASCII string, and it is at this point that Memcheck complains.

而当 _IO_vfprintf 必须要检测 x 的值时,它需要将 x 值转换成相应的 ASCII 码字符串,此时 Memcheck就要报错了。

N ASCII string that uniquely identifies the name of a variable within a shader.

SCII 字符串唯一定义了 Shader 中的变量名。

加载更多网络例句 (12)
更多网络解释与ASCII string相关的网络解释 [注:此内容来源于网络,仅供参考]

String literals:(字符串)

不过标准库自然还是会一如既往地只使用 ASCII 字符做标识符,并且限制在注释和字面字符串(string literals)中使用非 ASCII 字母,在单元测试中测试一些 Unicode 特性或者是作者名字的情形除外.