• The key variables driving cost are size and type of order, special versus standard order, and so on, not high-loyalty versus divided-loyalty customers.

    驱动成本关键变量订单大小类型特殊订单与标准订单等等,而不是在于高忠诚度还是忠诚度不同的客户

    youdao

  • Thus, by declaring the variables with this type, you can directly assign the result of a constructor call to the corresponding variable.

    这样通过声明这种类型变量可以直接构造函数调用结果分配对应变量

    youdao

  • In writing an assignment statement, for example, you can declare variables of any type, use any identifier to the left of the equal sign, and supply any expression on the right.

    例如一句赋值语句,你可以声明任何类型变量等号左边使用任何标识符然后在右边给出任何的表达式

    youdao

  • With a bit of extra syntax, you can data type your variables for this.

    增加一些语法,即可为此确定变量数据类型

    youdao

  • We'll revisit scope activities when we discuss variables, correlation sets and each type of handler later in the article.

    文章稍后部分讨论变量相关每种类型处理程序时,我们提到范围活动

    youdao

  • There are two kinds of variables: data type and interface.

    两种类型变量数据类型接口

    youdao

  • In DB2, variables of type array are like variables of any other SQL data types.

    DB 2中,类型阵列变量类似于任何其他SQL数据类型的变量。

    youdao

  • With type inference, the compiler figures out the types of variables based on constraint solving, rather than making the programmer declare them explicitly.

    有了类型推断编译器可以通过强制解决计算变量类型不是使程序员明确声明它们。

    youdao

  • It's okay to use initializer lists to initialize scalar variables, and the usual rule of type narrowing applies in such cases.

    可以使用初始化器列表标量变量进行初始化,这种情况下应用一般类型窄化规则

    youdao

  • Columns in this table that correspond to rule variables, or physical columns from the output definition of the rule, have the same data type as the corresponding columns in the data source.

    该表规则变量对应或者来自规则输出定义物理列,具有与元数据相应相同数据类型

    youdao

  • Any pointer arithmetic should be performed using variables of type long regardless if in 32-bit or 64-bit mode.

    无论是处于32模式还是处于64位模式下,都应当使用长型变量执行所有指针算法

    youdao

  • The data type of the application variables which you use to exchange XML data with DB2 determines how the encoding is derived.

    用于DB 2交换XML数据应用程序变量数据类型决定了如何得到编码

    youdao

  • Assigning values to variables is actually a special type of pattern matching.

    变量实际上就是一种特殊模式匹配

    youdao

  • Generic types can be thought of as type "functions"; they are parameterized by type variables that can then be instantiated with various type arguments depending on context.

    可以泛型类型看作类型函数”;它们通过类型变量进行参数化,这些类型变量可以根据上下文各种类型参数进行实例化

    youdao

  • Variables of type XML can be loaded from.

    可以以下语句装载xml类型变量

    youdao

  • One new feature of XSLT v2 is the ability to provide an explicit data type for your variables and parameters.

    XSLTv2特性之一就是变量参数提供数据类型能力

    youdao

  • Moreover, just as you could with any class, you can declare variables of type String in your programs and use them without considering their underlying structure.

    此外使用任何你可以程序中声明个String类型变量不用考虑他们内部结构

    youdao

  • There are lots of flavors of this, but the basic idea is that you put a tag at the beginning of a variable name saying what type it is. (So all unsigned long variables begin with ul, etc.)

    其种类很多基本理念变量开始添加一个标记表示类型(例如,所有符号长型变量ul 开头)。

    youdao

  • If required, you can change the behavior of the variables via the 'Prompt Type' property by using the dropdown menu.

    如果需要通过使用拉菜单,可以通过Prompt Ty p属性更改变量行为

    youdao

  • This class must have a single public property called Value of the same data type as the Const variables you created for this enumeration in step 2.

    此类必须具有称为Value公共属性,与第2为此枚举创建Const变量具有相同数据类型

    youdao

  • To support SSO the provider must implement support for the 4th type of logon data, the environment variables as mentioned in Section 2.3.1 - logon data.

    要想支持SSO提供者必须实现第四登录数据支持,即2.3.1—登录数据提到环境变量

    youdao

  • You use the function keyword to denote the start of a function and the var keyword to declare local (as opposed to global) variables, but you do not include the type of the variable being declared.

    可以使用function关键开始函数声明使用var关键字声明局部变量(这全局变量不同),但是不用包括正在声明变量类型

    youdao

  • Unlike Pyrex, Psyco does not exactly type variables but rather creates several speculative machine code versions of each Python block based on each hypothesis about what the data types might be.

    Pyrex不同,Psyco并不精确地限定变量类型而是根据数据可能哪种类型每种假设每个Python代码块创建几种可能机器代码

    youdao

  • Lua variables are not strongly typed; you can check the type of a value, but there is nothing preventing a variable's type from changing over time.

    Lua变量不是类型;虽然可以检查类型但是无法阻止一个变量类型随着时间改变。

    youdao

  • Note that this annotation type doesn't have a single-member variable, so you gain nothing by naming one of the variables value.

    因为注释类型的成员变量不是个,所以变量命名value没有任何意义

    youdao

  • To see a list of all shell variables, type set.

    查看所有Shell变量列表,可以输入set

    youdao

  • If you need to store floating-point values in a program, you must declare variables of type double, just as you previously had to declare variables of type int to write Add2Integers.

    如果需要程序中存储浮点数,必须变量类型声明double上面你写add2integers这个程序需要将变量声明为int一样。

    youdao

  • For example, if you type set (or vared, the fish variable editor), a space, and then press Tab, fish presents a list of available variables.

    例如如果输入set(vared,即fish变量编辑器)和一个空格然后tab, fish会显示可用变量列表

    youdao

  • The recommended method is to use condition variables-that is, variables of type pthread_cond_t.

    推荐方法使用条件变量—即pthread_cond _ t类型变量。

    youdao

  • These variables have been implemented in DB2 as a new type of database object whose definition is stored in the database catalogs.

    DB2 中这些变量实现新型数据库对象定义保存在数据库编目中。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定