包含

    evaluates

    的中国译典句库查询结果如下:

    详细句库 左右对照 句库目录 中文百科 Wiki百科 英文搜索 点击左侧选项卡,可以快捷查询右侧输入窗的内容

    expression: Any combination of mathematical or logical operators, constants, functions, and names of fields, controls, and properties that evaluates to a single value.

    表达式:算术或逻辑运算符、常数、函数和字段名称、控件和属性的任意组合,计算结果为单个值。

    属类:IT行业-微软网站-软件使用

    The Catalysis Combustion Type Methane Metering Equipment Measurement Result Uncertainty Evaluates

    催化燃烧式甲烷测定器测量结果的不确定度评定

    属类:行业术语-中文论文标题-

    For the W grades, viscosity is measured by two test methods, one in the cold cranking simulator and the other in a pumping test that evaluates borderline pumping temperature.

    凡带有W的等级,其粘度测量采用两种试验方法:一种方法是采用低温曲柄模拟器;另一种方法则依据泵送试验,以测定临界泵送温度。

    属类:单位简介-壳牌公司网站-商业客户服务

    The site evaluates users with a battery of IQ tests, multiple-choice questions on ethical issues, and open-ended queries

    该网站用系列智商测试、道德方面多项选择题和随意回答的问题对用户进行评估。

    属类:综合句库--

    The Congress has also established the General Accounting Office (GAO), which evaluates executive branch activities and reports back to the Congress.

    国会还设有总审计室(GAO),总审计室评估行政机构的活动并向国会报告。

    属类:时事政治-美国政治-联邦政府

    And which also evaluates the efficiency of the system. Management reviews should be platforms for the exchange of new ideas, with open discussion and evaluation of the inputs being stimulated by the leadership of top management.

    受到最高管理者领导作用激励的管理评审应当成为交换新观念、对输入进行开放式的讨论和评价的平台。

    属类:应用文体-ISO文件-ISO认证

    He receives the budget estimates from departrnent heads, evaluates them in terms of the company’s overall policies and objectives, and coordinates budget activity if there exits disagreements between department heads and budget committee.

    他从各部门的经理手中接收预算估计数据,并根据企业整体政策和目标对这些预算估计作出评价,在部门经理与预算委员会之间有分歧的时候还要对企业的预算行为进行协调。

    属类:经济金融-会计学-

    It evaluates whether the norms that aim to resolve an ethical dilemma are geared to economic, legal, and political realities.

    它需要评估用于解决伦理困境的标准是否符合经济、法律和政治现实。

    属类:人文学科-经济伦理学-伦理修炼

    You can see how Microsoft Access evaluates query expressions by switching to a query′s SQL view to display its underlying SQL statements.

    通过切换到查询的 SQL 视图显示其所基于的 SQL 语句,可以查看 Microsoft Access 如何计算查询表达式。

    属类:IT行业-微软网站-软件使用

    The Volume of Rain Forecast Method Evaluates

    一类雨量预报准确性评价方法

    属类:行业术语-中文论文标题-

    Used to obtain objective evidence that existing policies, procedures or requirements have been met, as it evaluates the effectiveness and efficiency of the quality management system.

    用于获取现行的方针、程序或要求得到实施的客观证据,以及评价质量管理体系的有效性和效率。

    属类:应用文体-ISO文件-ISO认证

    The internal audit process provides and independent tool for use in obtaining objective evidence that the existing requirements have been met, since the internal audit evaluates the effectiveness and efficiency of the organization.

    由于内部审核是评价组织的有效性和效率,因此内部审核过程可作为独立的工具,用于获取现有的要求得到满足的客观证据。

    属类:应用文体-ISO文件-ISO认证

    When Access processes the query, it evaluates the expression for every row in the query result.

    在 Access 处理该查询时,对查询结果中的每一行都将计算该表达式。

    属类:IT行业-微软网站-软件使用

    In sandbox mode, Access evaluates only those expressions in control and field properties that are safe and that do not contain potentially malicious code.

    在沙盒模式下,Access 仅计算控件或字段属性中包含的那些安全、不包含恶意代码的表达式。

    属类:IT行业-微软网站-软件使用

    In sandbox mode, Access evaluates only those expressions in control and field properties that are safe and that do not contain potentially unsafe code.

    在沙盒模式下,Access 仅计算控件或字段属性中那些安全的、不包含可能不安全的代码的表达式。

    属类:IT行业-微软网站-软件使用

    In sandbox mode, Access evaluates only those expressions in field properties and controls that are safe.

    在沙盒模式下,Access 仅计算字段属性和控件中那些安全的表达式。

    属类:IT行业-微软网站-软件使用

    string expression: An expression that evaluates to a sequence of contiguous characters.

    字符串表达式:任一求值为一列连续字符的表达式。

    属类:IT行业-微软网站-软件使用

    [...]115:The National Institute for Health and Care Excellence (NICE), which evaluates treatments, considers it good value.

    [...]115:这能帮助个人挑战可能会导致焦虑和抑郁的悲观想法。

    属类:时事政治-经济学人双语版-心理疾病治疗 身体与灵魂

    The Covariance function evaluates the specified set against the first numeric expression, to get the values for the y-axis.

    Covariance函数对指定的集计算第一个数值表达式,以获得y轴的值。

    属类:IT行业-msdn2.microsoft.com-

    The for loop executes a statement or a block of statements repeatedly until a specified expression evaluates to false.

    for循环重复执行一个语句或语句块,直到指定的表达式计算为false值。

    属类:IT行业-msdn2.microsoft.com-

    The controlling expression of an if statement or while loop evaluates to a constant.

    if语句或while循环的控制表达式的计算结果为一个常数。

    属类:IT行业-msdn2.microsoft.com-

    When the IF statement evaluates to FALSE, the statement, or block of statements, following the IF statement is skipped.

    IF语句取值为FALSE时,跳过IF语句后的语句或语句块。

    属类:IT行业-msdn2.microsoft.com-

    When the IF statement evaluates to TRUE, the statement or block of statements following the IF statement are executed.

    IF语句取值为TRUE时,执行IF语句后的语句或语句块。

    属类:IT行业-msdn2.microsoft.com-

    The LinRegIntercept function evaluates the specified set against the first numeric expression to obtain the values for the y-axis.

    LinRegIntercept函数对指定集计算第一个数值表达式的值,以获得Y轴的值。

    属类:IT行业-msdn2.microsoft.com-

    Microsoft also evaluates the potential cost savings for customers.

    Microsoft还会为客户评估各种方案可以节约多少成本。

    属类:无分类双语句库-support.microsoft.com-

    Visual Basic evaluates the clauses from left to right, and if one produces a match with

    VisualBasic从左到右计算各个子句的值,如果某个子句生成了与

    属类:IT行业-msdn2.microsoft.com-

    YSlow evaluates a web page for performance and suggests potential places for improvements.

    YSlow评价网页的性能,并建议改善有潜力的地方。

    属类:英汉句库-article.yeeyan.org-

    This paper evaluates Mou Tsung-san’s Buddha Nature and Prajna, his criticism of the Hua-yen school.

    本论文旨在探讨牟宗三先生《佛性与般若》一书中,对华严宗学所作的批判是否合理。

    属类:中国大陆-www.ceps.com.tw-

    Variable can also accept any expression that evaluates to a string.

    变量还可接受计算为字符串的任何表达式。

    属类:IT行业-msdn2.microsoft.com-

    The GROUPING function returns 1 when an expression evaluates to NULL, because the column value is NULL and represents the set of all values.

    表达式取值为NULL时,GROUPING函数返回值1,因为该列值是NULL且表示所有值的集合。

    属类:IT行业-technet.microsoft.com-

    1 2 3 4
    查询记录
    简典