包含格式控制字符串的字符串资源标记。
The string resource identifier that contains the format-control string.
编码页面有唯一的编码计划,为图形和控制字符定义了一系列值。
The code pages have unique encoding schemes that define a range of values for the graphic and control characters.
组由括号()所括起来的文本和控制字或控制字符组成。
A group consists of text and control words or control symbols enclosed in braces ().
其中一些选项控制它输出非打印字符的方式,例如制表符和控制字符。
Some of them control the way it outputs nonprinting characters, such as tabs and control characters.
指示指定字符串中位于指定位置处的字符是否属于控制字符类别。
Indicates whether the character at the specified position in a specified string is categorized as a control character.
如果愿意使用EXSLT扩展(请参阅参考资料),还可以进一步控制字符数据。
You can control character data even more closely if you're willing to use EXSLT extensions (See resources).
为计算机的存储和文本的打印设置的128字幕数字和特殊控制字符。
A set of 128 alphanumeric and special control characters used for computer storing and printing of text.
在二进制位同步通信中,使用时钟脉冲来控制数据和控制字符的同步。
In binary synchronous communication, the use of clock pulses to control synchronization of data and control characters.
若要确定某个文件或某一组文本文件是否有嵌入的控制字符,可以使用这些选项。
To determine whether a file or a group of text files has embedded control characters, use these options. For instance, if a file has trailing blanks, you can see them
典型的输出是载于磁盘或软盘上的经编码的字母数字字符和控制字符。
The output is, typically, encoded alphanumeric characters and control characters on magnetic disc or diskette .
您也能发送具有MIME附件、定制邮件标题以及控制字符集的高级消息。
You can also send advanced messages with MIME attachments, custom mail headers, and controlled character sets.
请注意,反映每个日志文件的大小主要是预先分配的空间,一些日志头控制字符除外。
Note that the size reflected for each log file is mostly pre-allocated space except for some log header control characters.
只需对字符串扫描一次,就可以用逗号替换空格,反之亦然,同时还可以加入控制字符。
Replacing Spaces with commas and vice versa can be done in a single scan over the string, and the control characters are injected at the same time.
定义SVG路径元素的数据由一系列定义点的坐标值及在点之前的附加控制字符组成。
The data that defines an SVG path element consists of a series of coordinate values defining points, and additional control characters preceding a point.
最常见的陷阱是错误地包含了控制字符(XML标准不允许使用控制字符)而不是实体。
The most common pitfall is the erroneous inclusion of control characters (which are not allowed by the XML standard) instead of entities.
任何允许外部实体来输入数据的程序都容易受到恶意的攻击,例如缓冲区溢出和嵌入式控制字符。
Any program that allows an external entity to input data is vulnerable to malicious activity, such as buffer overflows and embedded control characters.
符号变换,字符切换:一种数据控制字符,按下后字符被解释为已按大写字母模式键入。
Computer Science A data control character after which characters are interpreted as having been typed in the uppercase mode.
可以看到,多多边形中的每个环都被转换成sVG中的一个子路径,每个环以控制字符m开始,以Z结束。
You can see that each ring in the multi-polygon is transformed to a single sub-path in SVG, started with the m control character and terminated with Z to close the ring.
这些字符包括大多数的控制字符和Unicode代理对(surrogate pair)中的单个字符。
These include most control characters and single characters from Unicode surrogate pairs.
sprintf函数使用一个控制字符串来指定输出格式,该控制字符串通常包括“%s”(字符串输出)。
The sprintf function USES a control string to specify the output format, and often the control string includes "% s" (string output).
ASCII设备控制字符最初是用于控制硬件设备的,如:打印机、录音设备。这个字符不属于HTML文档。
ASCII device control characters were originally designed to control hardware devices like printers and tape drives. These characters have nothing to do inside any HTML document.
因此,每个点之前应该加上控制字符L 作为前缀。第三个控制字符 Z关闭一条路径,这对于(多)多边形是必需的。
Therefore, each point should be prefixed with the control character L. The third control character Z closes a path, which is needed for (multi-)polygons.
因此,每个点之前应该加上控制字符l作为前缀。第三个控制字符z关闭一条路径,这对于(多)多边形是必需的。
Therefore, each point should be prefixed with the control character L. the third control character Z closes a path, which is needed for (multi -) polygons.
屏幕上所显示的是CCNA01# ;对于许多设备来说,这是非常典型的,这个提示符实际上嵌入了一些不可见的控制字符。
What shows on the screen is just CCNA01# ; as is typical for many devices, though, this prompt actually embeds invisible control characters.
最后一组的字符集是例外字符集。它是由所有的ASCII控制字符组成,包含空格字符以及下列字符(称为分隔符)
The last set of characters is the excluded set. It is made up of all ASCII control characters, the space character as well the following characters (known as delimiters)
常规控制字符(字符值小于32):还特别包括字符0,传统上称做NUL;我把它称为NIL以区别于c语言中的NULL指针。
Normal control characters (characters with values less than 32) : This especially includes character 0, traditionally called NUL; I call it NIL to distinguish it from c's NULL pointer.
我有一个文件由8种颜色的64种组合(如果考虑“亮度”则x2)构成,我以透明模式查看(所有控制字符能够显示但不执行)。
I have a file of all of the original 64 combinations of 8 colors (x 2 for "bright" aspect) that I view in transparent mode (all the control characters show but don't function).
所有所谓的控制字符(那些16进制值低于0x20的字符,空格字符)可能会导致您的解析器因为一个无效的标记错误而停止工作。
Any of the so-called control characters (those with a hex value below 0x20, the space character) can cause your parser to stop with an invalid token error.
所有所谓的控制字符(那些16进制值低于0x20的字符,空格字符)可能会导致您的解析器因为一个无效的标记错误而停止工作。
Any of the so-called control characters (those with a hex value below 0x20, the space character) can cause your parser to stop with an invalid token error.
应用推荐