parentheses

parentheses

1. Two titles may be disambiguated by the use of expressions in parentheses in the form [Title (disambiguator)].

2.通过使用小括号,如“标题(限定词)”的形式,两个标题可以被区分开来。

2. In FORTRAN, a subscript quantity or a set of subscript quantities, enclosed in parentheses and used in conjunction with an array name to identify a particular array element.

FORTRAN语言中的一个括在括号内的下标量或一组下标量,用来与数组名一起标识一特定数组元素。

3. The items following the IN keyword must be separated by commas and enclosed in parentheses.

IN关键字后面的各项必须使用逗号分隔开并括在括号中。

4. MFCCALC does not interpret parentheses and does not implement operator precedence.

MFCCALC不解释括号也不实现运算符优先级。

5. Related content in the NBCC Code are indicated in parentheses after each standard.

NBCC准则中相关内容引用在每项标准后面的括号中。

6. The SUM function is included in a correlated subquery (the SELECT statement in parentheses).

SUM函数包含在相关子查询(括号中的SELECT语句)中。

7. Values in the UnitPrice column appear in the current culture-specific currency format, with negative values surrounded by parentheses.

UnitPrice列中的值以特定于当前区域性的货币格式显示(负值用括号括起来)。

8. Visual Basic provides several such keywords, which coerce an expression in parentheses to the desired data type.

Visual Basic提供了几个这样的关键字,它们将括号中的表达式强制转换为所需的数据类型。

9. A function call is a postfix expression followed by parentheses containing a possibly empty, comma-separated list of expressions which constitute the arguments to the function.

一个函数调用就是一个后置表达式跟随一对圆括号,该括号可能包含空或者由逗号隔开的表达式列表组成函数的参数。

10. Some of the differences are relatively trivial - parentheses instead of angle brackets, for example - while others are ambivalent.

一些差异相对来说很小,比如圆括号代替了尖括号;而另一些则是针锋相对的。

11. Used to indicate aggregation or to clarify the grouping of quantities when parentheses and square brackets have already been used.

一对大括号,当圆括号和方括号已经用过时用于表示加总或标出一个数量组

12. Brackets Pairs of marks used for enclosing words, figures, etc. These are Parentheses, Square brackets, Angle brackets and Brace.

一对用来包括文字、数字等的符号。括号有小括号、中括号、角括号和大括号。

13. Once everything in the parentheses has been parsed, jump out of it.

一旦解析完圆括号里面所有的东西,就跳出圆括号。

14. Form of initialization that places a comma-separated list of initializers inside a pair of parentheses.

一种初始化形式,将逗号分隔的初始化式列表放在圆括号内。

15. TriState constant that indicates whether to place negative values within parentheses.

三态常数,指示是否在括号内放置负值。

16. TriState enumeration that indicates whether or not to place negative values within parentheses.

三态枚举,指示是否在括号内放置负值。

17. Unbalanced or misused parentheses or brackets.

不对称或误用的圆括号或括弧.

18. Parentheses can be used to override this precedence in a search condition.

不过,可以在搜索条件内使用括号来表示优于此优先顺序的运算符。

19. Unlike Menu Add-ins, an equal sign does not precede the function name and open and close parentheses should not follow the function name.

与菜单Add-ins,不等号不前面函数名并打开和关闭括号应该不按照函数名。

20. To distinguish between different radix numbers, the digits will be enclosed in parentheses and the radix of the number inserted as a subscript.

为区分基数不相同的数,数字要用括号括起来,并插入基数作为下标。

21. To perform a cast,put the desired data type (including all modifiers) inside parentheses to the left of any value.

为建立一个模型,要将括号中希望的数据类型(包括所有修改符)置于其他任何值的左侧。

22. When you explicitly specify a member in a tuple from more than one dimension, you must include the entire tuple in parentheses.

从多个维度显式指定元组中的成员时,必须将整个元组包含在括号中。

23. Start reading the declaration from the innermost parentheses, go right, and then go left.

从最内部的括号开始阅读声明,向右,然后向左。

24. The following example requires parentheses around method arguments, since it returns a value to a variable.

以下例子需要将方法参数?用圆括号括起来,因为它是将一个值返回给一个变量。

25. Within parentheses, however, it maintains normal precedence and associativity, unless you use parentheses within the parentheses.

但是在括号里面维持正常的优先级和结合性,除非在括号中使用括号。

26. As a writer who had always been much to fond of parentheses and footnotes, I found this opportunity to go off on tangents irresistible.

作为一名总是过度痴迷于各种小伎俩和注释的作者,我发现这是一个难以抵抗的偏离主题的机会。

27. You can see in parentheses the probability that demand will be high or low, and you can see the expected cash flow for each combination of aircraft and demand level.

你可以在括号中看到需求高涨或低迷的概率,你还可以看到每一组飞机和需求水平所对应的现金流。

28. Use of parentheses provides support for multi-byte character set identifiers in the database server command line and the CommLinks connection parameter.

使用圆括号可支持数据库服务器命令行和CommLinks连接参数中的多字节字符集标识符。

29. One side effect of using parentheses is that the substring that matched the pattern is saved for future use.

使用圆括号的一个副作用就是匹配的子串会被保存下来,便于今后使用。

30. Existing command lines that use braces are still supported, but it is now recommended that you use parentheses to surround the options.

使用大括号的现有命令行仍受支持,但推荐使用圆括号将选项括起来。

31. Using or containing parentheses.

使用或含圆括号的

32. Clarify the order of operations with parentheses.

使用括号来明确运算顺序。

33. One of the pitfalls when using operators is trying to get away without parentheses when you are even the least bit uncertain about how an expression will evaluate.

使用运算符的一个缺点是括号的运用经常容易搞错。即使对一个表达式如何计算有丝毫不确定的因素,都容易混淆括号的用法。

34. Expressions such as these, formed by delimiting a list of expressions within parentheses in order to denote procedure application, are called combinations.

像上面这样的表达式称为组合式,其构成方式就是用一对括号括起一些表达式,形成一个表,用于表示一个过程应用。

35. A sequence like this will often be written either in square brackets [1, 2, 3, 4] (called a list) or in parentheses (1, 2, 3, 4) (a tuple).

像这样的序列常常被放在中括号里[1,2,3,4](叫做一个列表)或者在圆括号里(1,2,3,4)(一个元组)。

36. Smooth face-when requirement is other than 125 to 200 RA, the maximum will be defined within the parentheses ( ). No designation is required, if Pacific Valves standard is used.

光滑表面-如果要求的不是125到200RA,最大值需要在括号()内加以指定。如果采用美国太平洋阀门的标准配置,则不需要特别指定。

37. An interpolated subrule keeps its own inner $/, so its parentheses never count toward the outer rules groupings. (In other words, parenthesis numbering is always lexically scoped.

内插的子规则将保留它内部的变量$/,所以它的圆括号计数不会和外层的规则有关。(换句话说:括号数量的计算也是有域的限制的。)

38. Built-in functions must always be followed by parentheses.

内置函数后面必须跟括号。

39. Inner subrule groups can be nested by enclosing each sub-group inside another set of parentheses.

内部的子规则组可以使用另外一对括号来封装以实现嵌套。

40. Raised face-when requirement is other than B16.5, it will be defined within the parentheses ().

凸面-如果要求的不是B16.5,就需要在括号()内加以指定。

41. Its operands, referred to as parameters , are specified in a comma-separated list enclosed in parentheses.

函数的操作数,也即形参,在一对圆括号中声明,形参与形参之间以逗号分隔。

42. Omitting the constructor argument list and enclosing parentheses is equivalent to specifying an empty argument list.

删除构造函数参数列表和圆括号相当于明确一个空的参数列表。

43. End of sentence punctuation is usually correct; however internal punctuation (commas, apostrophes, semicolons, dashes, colons, parentheses) is sometimes missing or wrong.

句尾的标点通常正确,然而句中的标点(逗号、引号、分号、破折号、冒号、括号)有时不见了或是错误。

44. Use numbers only - no dashes, parentheses, etc.

只能使用数字,不能有括号符号等。

45. Just enclose the query expression in parentheses, and then apply the dot operator and call the method.

只需将查询表达式括在括号内,然后应用点运算符并调用此方法。

46. You can use parentheses to override these precedence rules.

可以使用圆括号超越所有的优先级规则。

47. You can change the order of execution by using parentheses.

可以使用括号更改执行顺序。

48. When you encounter parentheses, the direction should be reversed.

右左法则是一个既著名又常用的方法。

49. Notice also that the lack of any username entries within parentheses () after the = sign prevents the users from running the commands automatically masquerading as another user.

同时也要注意等号=后面的括号()之内没有输入任何用户名的话,可以自动阻止用户伪装成其他用户运行命令。

50. In the meantime, check out the calculator.It's compatible with addition/subtraction, multiplication/division, exponents, parentheses, and basic trig functions.

同时,试试这款计算器,它兼容加/减法、乘/除法,指数运算,括号内运算和简单的三角运算。

51. Again you can see in parentheses the probability of high or low demand.

同样你可以在括号中看到需求高涨或低迷的概率。

52. List the columns to be included in the composite index, in sort-priority order, inside the parentheses after.

后的括号中,按排序优先级列出组合索引中要包括的列。

53. The advantage of RPN is that you can get rid of parentheses, without sacrificing the order of execution.

后置序式输入的好处在于无需要用括号也可以指定运算的顺序。

54. The number within the parentheses () indicates the number of document instances by status, and might be therefore larger than the number of actual documents.

圆括号()内的数字按状态指明文档实例的数目,因而,这个数目可能大于实际文档数。

55. Parentheses: Round brackets.

圆括号(小括号)(夹注号):圆的括号。亦称小括号、夹括号。

56. The number in parentheses refers to the number of seconds or total number since the last time sp_monitor was run.

圆括号中的number是指上次运行sp_monitor以来的秒数或总数目。

57. An expression within parentheses is evaluated first, then treated as a single operand.

圆括号中的表达式最先被求值,因此可以被视为一个单独的操作数。

58. Parentheses may be used for grouping.

圆括号可用于分组。

59. Parentheses come in pairs.

圆括号成对使用。

60. The parentheses are effectively a request to the compiler to value-initialize the array, which in this case sets its elements to 0.

圆括号要求编译器对数组做值初始化,在本例中即把数组元素都设置为0。

61. The parentheses invoke functions; a Perl constant is effectively a function as far as the programmer is concerned and writing it without the parentheses is simply a convenience.

圆括号调用函数;从程序员的观点说,Perl常量实际上是一个函数,编写该函数时不带圆括号只是为了方便。

62. The operator in parentheses in (3. 54) is called the Laplacian operator.

在(3.54)的括号里的算符叫做拉普拉斯算符。

63. Parentheses delimiting expression in TOP is required in INSERT, UPDATE, and DELETE statements.

在INSERT、UPDATE和DELETE语句中,需要使用括号分隔TOP中的expression。

64. List the columns to be included in the composite index, in sort-priority order, inside the parentheses after table_or_view_name.

在table_or_view_name后的括号中,按排序优先级列出组合索引中要包括的列。

65. Next to the title above the drop-down list box is a number in parentheses which indicates how many conflicts of that type will be acted upon.

在下拉列表框上方的标题旁边会显示一个用括号括起来的数字,该数字指示将处理的该类型冲突的数目。

66. In the following example, the inner SELECT statement (enclosed in parentheses) creates a derived table, grouped by customer id values.

在以下示例中,内部SELECT语句(用括号括起来)创建一个派生表,该派生表是按客户ID值进行分组的。

67. Place the appropriate number of commas inside the parentheses following the variable name.

在变量名后面的括号内放置适当数量的逗号。

68. There is often no punctuation at the end of line, as well as mistakes with internal sentence punctuation (commas, apostrophes, semicolons, dashes, colons, parentheses).

在句尾经常没有标点,而在句中的标点(逗号、引号、分号、破折号、冒号、括号)也有错。

69. In your declaration, add one pair of parentheses after the variable name and place commas inside the parentheses to separate the dimensions.

在声明中,在变量名后面加上一对圆括号并将逗号置于圆括号中以分隔维数。

70. The parentheses around the set of strings mean that one of these strings must be encountered for a match to succeed.

在字符串集合外面的括号意思是只有满足这些字符串之一匹配才能成功。

71. After the parentheses we again show the profitability of the project for each combination of aircraft and demand level.

在括号之后我们又显示了每一组飞机和需求水平所对应的项目的盈利能力。

72. List the columns to be included in the composite index, in sort-priority order, inside the parentheses after table.

在表后面的括号中,按排序优先级顺序列出要包含在组合索引中的列。

73. In this example, parentheses represent the long bars that frame the bar code.

在该示例中,括号代表将条码框起的长条。

74. The additional parentheses around the assignment are necessary because assignment has lower precedence than inequality.

在赋值操作上加圆括号是必需的,因为赋值操作符的优先级低于不等操作符。

75. Parameters are declared in the procedure declaration in the parentheses that follow the procedure name.

在过程声明中,参数在紧跟着过程名的括号中声明。

76. No ambiguity can arise, because the operator is always the leftmost element and the entire combination is delimited by the parentheses.

在这里不会出现歧义,因为运算符总是最左边的元素,而整个表达式的范围也由括号界定。

77. Include one column alias for each column in the select list, and enclose the complete list of column aliases in parentheses.

在选择列表中的每个列包括一个列别名,并将整个列别名列表用圆括号括起来。

78. The operator in parentheses in (3.54) is called the Laplacian operator .

在(3.54)的括号里的算符叫做拉普拉斯算符。

79. Basically, you can just list the strings you want to match, separating each string with a pipe symbol -- and enclosing the whole list in parentheses.

基本上,您可以只列出你想要的字符串相匹配,分开每个字符串管道符号-并随信附上整个名单在括号中。

80. As shown in the previous code snippet, passing arguments to a method is simply a matter of providing them in the parentheses when calling a method.

如前面的代码段所示,如果要将参数传递给方法,只需在调用方法时在括号内提供这些参数即可。

英语宝典
考试词汇表