单词 | curly braces | ||||||||||||||
释义 | curly braces
更多释义 收起释义 例句释义: 大括号,花括号,一对大括号 1. A compound statement , usually referred to as a block , is a (possibly empty) sequence of statements surrounded by a pair of curly braces . 复合语句,通常被称为块,是用一对花括号括起来的语句序列(也可能是空的)。 dictsearch.appspot.com 2. It seems like the drab world of C-like, imperative, curly braces languages might be spiced up by a variety of paradigms. 似乎与C语言一样具有单调命令式和括号的语言都可以使用不同的范式形成。 www.infoq.com 3. In addition, statements can be grouped into a statement-group by encapsulating a group of statements with curly braces. 此外,还可以用花括号将一组语句封装成一个语句组。 au3.php.net 4. The expressions in the curly braces are replaced by the result of its evaluation. 大括号中的表达式替换为其计算结果。 msdn2.microsoft.com 5. Enclose the variable name in curly braces if you want to explicitly specify the end of the name . 如果想明示指定名字的结束,用花括号把变量名括起来。 www.bing.com 6. In JavaFX Script, a function can contain variable declarations and a return statement, all contained within curly braces. 在JavaFXScript中,函数可以包含变量声明和一个返回语句,所有语句都包含在花括号中。 www.ibm.com 7. In the code examples given in this book, you probably noticed that the opening and closing curly braces ( { and } ) occupy one line each. 在本书中提供的代码示例,您可能会注意到在开始和结束大括号({和})占据一行每个。 bluoe.blog.163.com 8. The declaration block is surrounded by curly braces and made up of declarations. 声明块放在大括号中,由声明组成。 www.ibm.com 9. The foreach command runs the script shown in curly braces for each file encountered. foreach命令对每个文件执行大括号里面的脚本。 www.bing.com 10. In these simple cases, expressions are provided, but they could also be blocks of code (using curly braces) to specify multiple statements. 这些简单的案例中提供了表达式,但它们也可以是规定多条语句的代码块(使用花括号)。 www.ibm.com 1. Vector constants are created by putting the type of vector in parentheses followed by the contents of the vector in curly braces. 向量常量的创建方法如下:先是在圆括号中的向量类型,然后是使用花括号括起来的向量内容。 www.ibm.com 2. A hash is expressed as a set of attributes delimited by commas between curly braces. hash被表示为使用逗号间隔的一组属性,并且使用大括号括起。 www.ibm.com 3. This is a special pattern that lets you specify the network part of the address and a list of host addresses in curly braces. 这是一种特殊模式,允许指定地址的网络部分和以大括号扩住的主机地址列表。 www.ibm.com 4. As you can see, we can enclose the environment variable name in curly braces when it is not clearly separated from the surrounding text. 如您所见,当环境变量没有与周围文本明显分开时,可以用花括号将它括起。 www.ibm.com 5. JavaFX will insert the instance variables into the place holders in the string denoted using curly-braces. JavaFX将把实例变量插入到使用花括号表示的字符串的占位符中。 www.ibm.com 6. In the example, the Upper class begins with the class keyword. The class body is inside the outer most curly braces {. . . }. 在这个例子里,Upper类以class关键字开始。类的主体被概括在最外面的大括号中{…}。 www.bing.com 7. The complex syntax was introduced in PHP 4, and can be recognised by the curly braces surrounding the expression. 复杂语法是PHP4引进的,可以用花括号括起一个表达式。 in.php.net 8. Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas. 大括号表示联合数组(即对象),它的键-值组合由逗号分隔。 www.ibm.com 9. Blocks of code in Jython are always marked with indentation rather than, say, curly braces. Jython代码块总是使用缩进进行标记,而不是使用其它标记,例如花括号。 www-128.ibm.com 10. The Command design pattern appears in Groovy as a code block, which is anything defined within free-standing curly braces ({ and }). 命令设计模式作为代码块出现在Groovy中,是定义在独立的花括号({和})中的任何东西。 www.ibm.com 1. Expressions in W3Eval can contain three kind of parentheses: standard parentheses, square brackets, and curly braces. W3Eval的表达式可以包含三种括号:标准圆括号、方括号和花括号。 www.ibm.com 2. If you surround sections of text that contain a token with curly- braces , that section will be hidden if the token is empty. 如果您使用花括号包括文本的部分内容,而且标号为空,这部分内容将被隐藏。 dictsearch.appspot.com 3. Element is obtained by executing the expression in the curly braces. 元素的值是通过执行大括号中的表达式获取的。 msdn2.microsoft.com 4. Sequence of statements enclosed in curly braces. 花括号括起来的语句序列。 hi.baidu.com 5. A JSON object is simply a series of comma-separated name: value pairs wrapped in curly braces. JSON对象是一系列以逗号分隔的name:value对,最外面有一对花括号。 www.ibm.com 6. The expression in the curly braces is replaced by the result. 大括号中的表达式将替换为结果。 msdn2.microsoft.com 7. Why not just curly braces {. . . }, like in Java? 为什么不像Java一样直接使用大括号{…}呢? www.bing.com 8. You can use curly braces to specify query expressions. 可以使用大括号指定查询表达式。 msdn2.microsoft.com 9. Most of the time, you'll prefer using curly braces when you have more than one filter, assignment, etc. 大部分时间里,你会在有一个以上过滤器,赋值的时候倾向使用大括号。 www.bing.com 10. You can also supply arrays of values to annotation variables, through curly braces. 还可以通过花括号为注释变量提供值数组。 www.ibm.com 1. A sequence of statements enclosed in curly braces . A block is a statement, so it can appear anywhere a statement is expected. 包含在一对花括号里的语句序列。在语法上,块就是单语句,可出现在任何单语句可以出现的地方。 dictsearch.appspot.com 2. Blocks of code are surrounded by curly-braces. 代码块由大括号包围。 bbs.golang-china.org 3. It is a single expression, so no extra curly braces are needed. 它是一个单一表达式,所以不需要额外的花括号。 www.ibm.com 4. This method isn't very useful because you can do the same thing directly by using curly braces. 这个方法其实用处不大,因为可以使用花括号完成相同的任务。 www.ibm.com 5. Most scopes in C are delimited by curly braces. 语言中,大多数作用域是用花括号来界定的。 dictsearch.appspot.com 6. The part that is enclosed in curly braces is the escape syntax for stored procedures . 波形括号中括住的部分是存储过程的转义语法。 www.bing.com 7. In curly braces after their name. In XML syntax you can self-close an attribute tag, but to prevent ambiguity you need to specify at least 在XML语法中,您可以自己关闭一个属性标记,但为了防止不确定性,对于属性主体,您至少需要指定 www-128.ibm.com 8. If more than one line should be executed when a condition is true, the lines should be enclosed within curly braces 如果要执行的一组代码包含很多行,就用大括号把它们括号来 linux.syclover.cn 9. The options inside curly braces of the texture property are optional. The available options are: 纹理属性的花括号内的选项是可选的。可用的选项是: blog.sina.com.cn 10. Attribute is interpreted as an attribute value template that is, expressions in curly braces are evaluated and converted to strings, as in 属性的值解释为一个属性值模板即计算大括号中的表达式并转换为字符串,与 msdn2.microsoft.com 1. However, the expression in the curly braces specifies the 但是,大括号中的表达式指定的是 msdn2.microsoft.com 2. The first line in the curly braces will transform a line that looks like 花括号中的第一个命令将把如下行 www-128.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。