What is the translation of " EXPR " in Chinese?

Adjective
expr

Examples of using Expr in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Exists[x, expr] can be entered as.
Exists[x,expr]可以输入为。
For example, given const auto& i= expr;
例如,给定constauto&i=expr;
Exists[x, expr] can be entered as.
ForAll[x,expr]可以输入为的形式。
These include continue, break, goto, return, and return<exprgt;.
跳转语句包括break,continue,goto,return以及throw
Exists[x, expr] can be entered as.
Exists[x,cond,expr]可以输入为。
If criteria is omitted, the DLookup function evaluates expr against the entire domain.
如果省略criteria,DLookup函数将针对整个域对expr求值。
Value or expression returned if expr is True.
Expr为True时返回的值或表达式。
Throughout the rest of this manual we will write expr to indicate any valid PHP expression.
在本手册的其余部分,我们将始终使用expr来表示一个有效的PHP表达式。
Begin_expr and end_expr are defined as follows:.
Begin_expr与end_expr定义如下:.
The nonterminal symbols are the ones that expand to other rules: Value, Product,Sum, and Expr.
非终结符就是被定义成其他表达式的符号:Value,Product,Sum,以及Expr
Exists[x, cond, expr] can be entered as.
ForAll[x,cond,expr]可以输入为的形式。
Let expr be the result of evaluating UnaryExpression.
expr为解释执行UnaryExpression的结果.
Given that both branches must have the same type, expr must have the type unit(whose only element is()).
上面代码中两个分支的类型必须相同,expr必须是unit类型(只能取值())。
Third, expr must be a constant expression, after argument substitution.
第三,expr在参数替换后必须是常量表达式。
For example, if evaluating falsepart results in a division by zero error,an error occurs even if expr is True.
例如,如果计算falsepart时导致除数为零错误,那么即使expr为True,也会产生错误。
If either expr or pat is NULL, the result is NULL.
expr或pat任意一个为NULL,则结果为NULL。
MySQL 4.1.1 andup can additionally optimize the combination col_name= expr AND col_name IS NULL, a form that is common in resolved subqueries.
MySQL也可以优化组合col_name=exprANDcol_nameISNULL,这是解决子查询的一种常用形式。
If expr is greater than or equal to min and expr is less than or equal to max, BETWEEN returns 1, otherwise it returns 0.
如果expr大于等于min并且小于等于max,那么返回值为1,否则返回值为0。
In other words, MySQL treats expr as though it was generated as an AUTO_INCREMENT value.
换句话说,就像由auto_increment机制生成的那样对expr进行处理。
If expr includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.
如果expr包含一个函数,那么它可能是内置或用户定义的函数,但不是另一个域聚合函数或SQL聚合函数。
This is equivalent to the expression(min<= expr AND expr<= max) if all the arguments are of the same type.
它等价于表达式(min<=exprANDexpr<=max),只要所有的参数均是相同的类型。
If expr includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.
如果expr包括函数,则函数可以是内置的,也可以是用户定义的,但不能是另一域聚合函数或SQL聚合函数。
If either expr or pat is NULL, the result is NULL.
expr或pat中任何一个为NULL,则结果为NULL。
If expr is greater than or equal to min and expr is less than or equal to max, BETWEEN returns 1, otherwise it returns 0.
假如expr大于或等于min且expr小于或等于max,则BETWEEN的返回值为1,或是0。
In the following example, if expr evaluates to"Bananas", the program matches the value with case"Bananas" and executes the associated statement.
下面的例子中,如果expr计算为"Bananas",程序就会匹配值为"Bananas"的case然后执行相关语句。
For expr op{ALL|ANY|SOME}(subquery), expr must be a scalar value and the subquery must be a column subquery; it cannot return multiple-column rows.
Op{ALL|ANY|SOME}(subquery),expr必须是标度值,子查询必须是列子查询,不能返回多列行。
Each instance expr of this class comes with a method free() which returns the set of variables that are free in expr.
这个类的每个实例expr都有free()方法,返回一个在expr中自由的变量的集合。
The form exec(expr, globals) is equivalent to exec expr in globals, while the form exec(expr, globals, locals) is equivalent to exec expr in globals, locals.
Exec(expr,globals)相当于执行于全局,而形式exec(expr,全局变量、当地人)相当于执行于全局,当地人。
Results: 28, Time: 0.027

Top dictionary queries

English - Chinese