它的每一个像素点都对指定的入射角十分敏感,并提供一部分称为“傅里叶变换”的数学运算以产生一张20像素的图像。
Each of its pixels is sensitive to specific incident angles and supplies a component of the mathematical operation called the Fourier Transform to produce an image about 20 pixels across.
注意,最初的 “最小字符数”子模式和运算符子模式都在捕捉圆括号内进行了指定:\(...\)。
Note that both the initial "minimal number of characters" subpattern and the operator subpattern are specified within capturing parentheses: \(...\).
在本例中,正则表达式的构建方式是对脚本s:wordslist变量中指定的所有单词执行or运算(即join (s: words,' \ | '))。
In this case, that regex is constructed by or 'ing together all of the words specified in the script's s: words list variable (that is: join (s: words, '\ |')).
由运算符—通常和您在正则表达式中看到的符号相同—来指定小部件在较大的部件中出现的频率和顺序。
The frequency and order in which small parts may occur in larger parts is specified by operators — mostly the same symbols you see in regular expressions.
过滤条件可以指定为列名,其后跟等式、不等式或布尔运算符,然后是过滤值。
Filter criteria are specified as the column name, followed by an equality, inequality, or Boolean operator, followed by the filter value.
注意如果要指定一个逻辑运算搜索,操作符必须使用大写字母表示。
Note that to indicate a Boolean connection, the operator must appear in uppercase letters.
如果指定了多个值,指定的acl将进行“OR”运算以得到最大的结果。
If multiple values are specified, the specified acl will be or 'ed for maximum results.
如果需要,可以使用instance of运算符来确定指定的目的地子类型。
If required, the instanceof operator can be used to determine the specific destination subtype.
指定- e选项并提供要运算的表达式。
Specify the -e option and provide an expression to evaluate. Again, wrap the expression in quotation marks to prevent interpolation by the shell.
在CSimpleBinaryTree 中有两个搜索算法.线性搜索和对半搜索.线性搜索只在树种子项数目小于指定值的时候才使用 (缺省为10),从这个点以后的各项,将使用对半搜索.这样做的原因是线性查找不要求元素进行排序并且它的运算规则相对要简单的多.因此对于小数目项来说,线性查找是理想的.
The reason for this is that a linear search doesn't require the elements to be sorted and its algorithm is a lot less complicated. So for a small number of items a linear search is ideal.
在计算中指定给某数字的系数,从而使该数字对运算的效果反映其重要性,用于决定一个平均数。
Statistics a factor assigned to a number in a computation, as in determining an average, to make the number's effect on the computation reflect its importance.
定义函数的时候,你要给这个函数指定一个名字,另外还好写出这些进行运算的语句。
When you define a function, you specify the name and the sequence of statements.
这个方法可以利用关系数据库运算实现,而且不要求预先指定类数。
This method can be implemented by the calculation of the relational data base, and it is not necessary to fix Numbers of classes in advance.
当字串包含多个值时,传回物件的值就是以位元运算OR组合所有指定值之后产生的值。
When the string contains multiple values, the value of the returned object is the value of all specified values combined with a bitwise OR operation.
如果结果太大,无法在指定平台上以指标表示,加法运算不会掷回例外状况。
The addition operation does not throw an exception if the result is too large to represent as a pointer on the specified platform.
广义模糊选择操作中允许用户自定义广义模糊比较运算以及指定阈限,从而增强了模糊查询的表达能力和灵活性。
In the generalized fuzzy selection operation, a user may define generalized fuzzy comparators and provide thresholds, hence the expressive power and flexibility of fuzzy queries are enhanced.
使用可指定的比较运算符来比较某控件中的特定字段与另一控件中的特定字段,并以此来确定有效性。
Determines validity by comparing a specific field in one control to a specific field in another control using a specifiable comparison operator.
“联接”对话框中设置选项,可以基于不同运算符指定联接,并且可以指定外部联接。
Join dialog box, you can specify a join based on a different operator, and you can specify an outer join.
利用运算式值中所指定的位元数来将变数值进行向右移位,保持正负号不变,然后将结果指派给变数。
Right shifts the value of a variable by the number of bits specified in the value of an expression, maintains the sign, and assigns the result to the variable.
利用运算式值中所指定的位元数将变数值进行向右移位,不须保持正负号,然后将结果指派给变数。
Right shifts the value of a variable by the number of bits specified in the value of an expression, without maintaining sign, and assigns the result to the variable.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的字串。
Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.
使用上下文运算符,可以指定搜索的起始点并跳过当前位置。
With the context operator, you specify the starting point of the search and bypass the current location.
在指定的输入子字串内,使用指定的取代字串来取代符合规则运算式模式的指定最大字串数目。
Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合指定之规则运算式的所有字串。
Within a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
使用运算式指定搜寻条件。
使用指定的格式字串评估资料系结运算式以显示结果。
Evaluates a data-binding expression using the specified format string to display the result.
请注意,呼叫程序码未指定第一个参数,因为它代表要套用运算子的型别,而且编译器已知道物件的型别。
Note that the first parameter is not specified by calling code because it represents the type on which the operator is being applied, and the compiler already knows the type of your object.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的所有字串。
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
使用相等比较运算子验证两个指定的泛型型别资料是否相等。
Verifies that two specified generic type data are equal by using the equality operator.
此范例说明如何指定会套用至PLINQ查询中所有后续运算子的合并选项。
This example shows how to specify the merge options that will apply to all subsequent operators in a PLINQ query.
应用推荐