您要查找的是不是:
- Most scopes in C++ are delimited by curly braces. 语言中,大多数作用域是用花括号来界定的。
- You can use curly braces to specify query expressions. 可以使用大括号指定查询表达式。
- In C,C++,and Java,scope is determined by the placement of curly braces {}. 在C,C++和Java里,作用域是由花括号的位置决定的。
- In C, C++, and Java, scope is determined by the placement of curly braces {}. 在C,C++和Java里,作用域是由花括号的位置决定的。
- Curly braces are used to group words together into a single argument. 大括号用于把若干个字组合成一个意思。
- Enclose the variable name in curly braces if you want to explicitly specify the end of the name. 如果想明示指定名字的结束,用花括号把变量名括起来。
- The expressions in the curly braces are replaced by the result of its evaluation. 大括号中的表达式替换为其计算结果。
- In addition, statements can be grouped into a statement-group by encapsulating a group of statements with curly braces. 此外,还可以用花括号将一组语句封装成一个语句组。
- You are strongly encouraged to always use curly braces even in situations where they are technically optional. 强烈建议你总是使用花括号,甚至在他们在技术上可有可无的情况下。
- Even more strangely, this arrangement actually seems to work, and beginning programmers find it easier to use than curly braces to indicate structure. 更为奇怪的是,这种安排实际上很好用,刚开始编程的程序员发现,这要比用花括号来说明结构要容易。
- This is a special pattern that lets you specify the network part of the address and a list of host addresses in curly braces. 这是一种特殊模式,允许指定地址的网络部分和以大括号扩住的主机地址列表。
- Always use a curly brace scope in an if statement, even if it conditions a single statement. if语句总是使用括号,即使它包含一句语句。
- This is denoted in a state transition table by a pair of curly braces { } with the set of all target states between them. 这在状态转移表中指示为一对花括号包围的所有目标状态的集合。
- A compound statement , usually referred to as a block , is a (possibly empty) sequence of statements surrounded by a pair of curly braces. 复合语句,通常被称为块,是用一对花括号括起来的语句序列(也可能是空的)。
- We can give the same linkage to several functions at once by enclosing their declarations inside curly braces following the linkage directive. 通过将几个函数的声明放在跟在链接指示之后的花括号内部,可以给它们设定相同的链接。
- In syntax, square brackets surrounding curly braces and vertical bars indicate that you can choose no more than one item, but you can also omit the items entirely. 在语法中,大括号和竖线周围的方括号指示您不能选择一个以上的项,但也可以完全省略这些项。
- On the Styles menu, the Build Style option becomes available when you place the insertion point within the curly braces that follow the selector for a style rule. 将插入点置于样式规则选择器后的大括号内时,“样式”菜单上的“生成样式”选项即变为可用。
- After all, the same curly braces replace the RETURN statement in a subroutine (function), the ENDIF statement in a conditional and the NEXT statement in a FOR loop. 毕竟,一样的大括号在子程序中用替代了RETURN,在条件语句中替代了ENDIF,在FOR循环中替代了NEXT。
- C++ programs are largely free-format, meaning that the positioning of curly braces, indentation, comments, and newlines usually has no effect on the meaning of our programs. 程序的格式非常自由,花括号、缩排、注释和换行的位置通常对程序的语义没有影响。
- A compound statement that uses curly braces to mark a block of code, such as a conditional test or loop, does not need a semicolon after a closing brace. 它是这个语言最低级的语法,指定变量名外表特征如何、使用什么字符来注释、如何把每个程序指令分隔开等等诸如此类的事情。