网站首页  词典首页

请输入您要查询的英文单词:

 

单词 initializer
释义

initializer

美 [?'n???la?z?]
英 [?'n???la?z?]
  • n.初始程序
  • 网络初始化器;初始化程序;初始化式
n.
1.
初始程序

例句

释义:
1.
As with a normal aggregate initializer, missing values are treated as though they'd been given 0 as an initializer.
使用普通的聚合初始化程序时,缺少的值会被认为它们已经被初始化程序指定为0来处理。
www.ibm.com
2.
As you saw earlier, the code for a static field initializer executes inside an implicit type constructor.
正如您在前面看到的那样,静态字段初始值设定项的代码在隐式类型构造函数的内部执行。
blog.sina.com.cn
3.
The designated initializer syntax allows you to initialize members by name, without regard to the order in which they appear in an object.
指定的初始化程序语法允许您通过名字初始化成员,不用理会它们在对象中出现的顺序。
www.ibm.com
4.
This error is also produced when you try to use the short form of an array initializer nested inside a collection initializer .
如果尝试使用嵌套在集合初始值设定项中的数组初始值设定项的缩写形式,也会生成此错误。
www.bing.com
5.
Metadata about operations, references, and basic attributes are initialized in a static block initializer, as shown in Listing 3.
有关操作、引用以及基本属性的元数据在一个静态初始程序块中被初始化,如清单3所示。
www.ibm.com
6.
In standard C, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.
在标准C中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。
technet.microsoft.com
7.
Whenever a particular type is required, the initializer for that type is transparently lifted into the type itself.
每当需要一个特殊类型时,该类型的初始化器就很明显地被提升成类型本身。
www.ibm.com
8.
If you declare more than one variable with the same As clause, you cannot supply an initializer for that group of variables.
如果使用同一个As子句声明多个变量,则不能为该组变量提供一个initializer。
msdn2.microsoft.com
9.
Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer.
隐型数组,数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
www.diybl.com
10.
Instead of a constructor, the body of the class contains the class initializer.
方法来表示。类的主体包含类初始设定项,而不是构造函数。
www.ibm.com
1.
A member initializer that specifies a collection initializer after the equals sign is an initialization of an embedded collection.
成员构造者特指等号后面的集合构造者是,内嵌集合的初始化。
www.jukuu.com
2.
In addition, both fields and settable properties can be assigned within the body of the object initializer.
此外,字段和可设置的属性均可在对象初始值的主体内部进行赋值。
msdn.microsoft.com
3.
A declaration may have an initializer only if it is also a definition because only a definition allocates storage.
只有当声明也是定义时,声明才可以有初始化式,因为只有定义才分配存储空间。
blog.csdn.net
4.
To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
要使用动态字典,请创建会话对象并将其传递到二进制XML读取器或编写器的构造函数或初始值设定项。
technet.microsoft.com
5.
A member initializer that specifies an object initializer after the equals sign is an initialization of an embedded object.
在等号后指定一个对象初始化器的成员初始化器是对内嵌对象的初始化。
www.diybl.com
6.
Term used to describe the rules for initializing variables and array elements when no explicit initializer is given.
描述当没有给出显式初始化式时初始化变量或数组元素的规则的术语。
dictsearch.appspot.com
7.
When overridden in a derived class, returns an array of initializer objects corresponding to an input array of method definitions.
在派生类中重写时,返回与方法定义的输入数组对应的初始值设定项对象的数组。
technet.microsoft.com
8.
This error indicates that you tried to modify an initializer in a generic type.
此错误指示您尝试在泛型类型中修改初始值设定项。
technet.microsoft.com
9.
Anonymous types must be declared with an object initializer.
匿名类型必须用对象初始值设定项加以声明。
technet.microsoft.com
10.
Class has an initializer and keeps track of the parameter passed in to determine whether to apply XSLT to XML results.
类有一个初始化器,并记录传递的参数,决定是否对XML结果应用XSLT。
www-128.ibm.com
1.
As with instance initialization, you can use the initializer syntax as an alternative to the static constructor.
和实例初始化一样,可以使用初始化器语法作为静态构造函数的变体。
www.diybl.com
2.
In the case of PHP, the arguments to this object initializer are path, host and port.
就PHP来说,这个对象初始化器的参数是path、host和port。
www.ibm.com
3.
The metaclass will create the class (as a new style one) and will pass it to the class initializer procedure.
元类将创建此类(作为一个新式类)并将其传递给类初始化器过程。
www.ibm.com
4.
If you do not specify datatype, the variable takes the data type of initializer.
如果没有指定datatype,则变量采用initializer的数据类型。
msdn2.microsoft.com
5.
When you create an anonymous type that contains an array, the array must be implicitly typed in the type's object initializer.
建立包含阵列的匿名型别时,在型别的物件初始设定式中阵列必须是隐含型别。
technet.microsoft.com
6.
An object initializer consists of a sequence of member initializers, enclosed by { and } tokens and separated by commas.
对象初始化器由一系列成员初始化器组成,封闭于{和}标记内并且由逗号间隔。
www.diybl.com
7.
The static initializer in Listing 2 shows the registration process for a Customer class that contains two properties: name and salary.
清单2中的静态初始化器显示了Customer类的注册过程,这个类包含两个属性:name和salary。
www.ibm.com
8.
With two exceptions, using an initializer is equivalent to assigning to a non class data member both in result and in performance.
除了两个例外,对非类类型的数据成员进行赋值或使用初始化式在结果和性能上都是等价的。
blog.163.com
9.
An interface may not contain field declarations, initializer declarations, or nested class declarations.
interface不能包含字段声明、初始值设定项声明或嵌套类声明。
msdn2.microsoft.com
10.
The static keyword can also be used to create a static initializer block that runs only once, when the object is first loaded into memory.
关键字还可用来创建一个静态初始值设定项块,此块只在相应的对象被首次加载到内存中时运行一次。
msdn2.microsoft.com
1.
Cannot initialize object of type 'type' with a collection initializer.
无法使用集合初始值设定项来初始化类型为“type”的对象。
msdn2.microsoft.com
2.
Given this kind of semantics, using initializer lists should be preferred whenever possible.
由于采用这种语义,应该尽可能使用初始化器列表。
www.ibm.com
3.
A collection initializer specifies the elements of a collection.
集合初始化器指定集合的元素。
blog.csdn.net
4.
To instantiate the object within the shared memory, define an additional class, Initializer.
要对共享内存中的对象进行实例化,请定义另外一个类Initializer。
www.ibm.com
5.
An array initializer or a constraint list has not been ended in a valid fashion.
数组初始值设定项或约束列表的结束方式无效。
msdn2.microsoft.com
6.
Initializer defines shared memory id m_shmid and a semaphore ms_mutex for synchronous event handling.
Initializer定义了共享内存的idm_shmid和一个用来处理同步事件的信号量ms_mutex。
www.ibm.com
7.
Such initialization is tedious and error-prone because it is easy to forget an initializer or to supply an inappropriate initializer.
这样的初始化是乏味且易于出错的,因为容易遗忘初始化式或提供不适当的初始化式。
dictsearch.appspot.com
8.
The compiler uses a variable's initializer to determine the variable's type at compile time to produce early-bound code.
编译器使用变数的初始设定式,在编译时期判断变数的型别以产生早期系结程式码。
technet.microsoft.com
9.
A class may contain several static initializer blocks interspersed with static field declarations.
一个class可以包含多个与static字段声明交错的static初始值设定项块。
msdn2.microsoft.com
10.
When it discovers a loop, it displays three expressions: the initializer, condition, and iteration.
当它发现一个循环时,会显示三种表达式:初始程序、条件及迭代。
www.ibm.com
1.
The constructor initializer is specified only on the constructor definition, not its declaration.
构造函数初始化只在构造函数的定义中而不是声明中指定。
blog.163.com
2.
A default argument is specified by providing an explicit initializer for the parameter in the parameter list.
默认实参是通过给形参表中的形参提供明确的初始值来指定的。
blog.163.com
3.
Each student in the list is initialized with an object initializer.
列表中的每个学生都已使用对象初始值设定项进行初始化。
msdn2.microsoft.com
4.
You can now roundtrip the manually entered portion of a constructor's initializer for C code.
现在您可以为C 代码手动输入部分构造器的起始符。
www.ibm.com
5.
The static initializer runs first, as the class is loaded, followed by the main method (which is also static).
加载类之后,静态初始化器首先运行,紧接着运行的是main方法(也是静态的)。
www.ibm.com
6.
The C# compiler generates the class based on the name and type of the parameters in the initializer.
编译器基于初始化器中参数的名字和类型来生成这个类。
www.bbsmvc.com
7.
When we define a variable without an initializer, the system sometimes initializes the variable for us.
当定义没有初始化式的变量时,系统有时候会帮我们初始化变量。
hi.baidu.com
8.
The anonymous object has been initialized by the brace-enclosed initializer list.
该匿名对象已经由括号封闭初始器列表初始化了。
docs.google.com
9.
Instance initializer(s) gets executed ONLY IF the objects are constructed.
实例初始化语句块只有在它建立后才会被执行。
bbs.chinaitlab.com
10.
If a variable is initialized with an empty initializer list, the object is value initialized.
如果用空的初始化器列表对变量进行初始化,对象为初始化值。
www.ibm.com
1.
The same rules hold true if the exception is thrown from a static field initializer.
如果异常是从静态字段初始值设定项引发的,也存在同样的规则。
www.cnblogs.com
2.
A static initializer is used to initialize a class object (not object instances) before its first use.
static初始值设定项用于在首次使用之前对class对象(而不是对象实例)进行初始化。
msdn2.microsoft.com
3.
A type will gain a type initializer in two scenarios.
类型在两种情况下会获取类型初始值设定项。
www.cnblogs.com
4.
An object initializer specifies values for one or more fields or properties of an object.
对象初始化器指定一个或多个对象的域或属性的值。
blog.csdn.net
5.
If &&foo is used in a static variable initializer, inlining is forbidden.
如果&&foo是被用在一个静态变量的初始化时,内联是禁用的。
www.bing.com
6.
Provide a GBeanInfo static initializer that describes the constructor.
提供描述构造函数的GBeanInfo静态初始化器。
www-128.ibm.com
7.
Discusses changes in the calling order of initializer lists.
讨论初始值设定项列表的调用的更改。
msdn2.microsoft.com
8.
Declares a new class initializer inside a class declaration.
在类声明中声明新的类初始值设定项。
msdn2.microsoft.com
9.
A field initializer cannot refer to other instance fields.
字段初始值设定项不能引用其他实例字段。
msdn2.microsoft.com
10.
We use the EmbeddedDriver for our driver class in the static initializer of the class.
我们将在类的静态初始化器中把EmbeddedDriver用于驱动程序类。
www.ibm.com
1.
The constructor initializer is a list of member names, each of which is followed by that member's initial value in parentheses .
构造函数的初始化式是一系列成员名,每个成员后面是括在圆括号中的初始值。
dictsearch.appspot.com
2.
You have not supplied enough elements in the initializer for your array.
在数组的初始值设定项中没有提供足够的元素。
msdn2.microsoft.com
3.
Try typing all the new student information in order to better learn the syntax for the object initializer.
尝试键入新学生的所有信息,以便更好地了解对象初始值设定项的语法。
msdn2.microsoft.com
4.
initializer is used to perform a calculation that only needs to be done one time.
初始设定式是用来执行只需要做一次的计算。
technet.microsoft.com
5.
Defines the initializer for this type.
为此类型定义初始值设定项。
msdn2.microsoft.com
6.
The code that comprises the initializer block.
组成初始值设定项块的代码。
msdn2.microsoft.com
7.
The specified member is a class initializer.
指定的成员是类初始值设定项。
msdn2.microsoft.com
8.
Before moving on to initializer list examples and typical usage, let's look at what is meant by type narrowing.
在研究初始化器列表示例和典型用法之前,先讨论一下什么是类型窄化。
www.ibm.com
9.
The following example demonstrates using the base class initializer.
下面的示例说明使用基类初始值设定项。
msdn2.microsoft.com
10.
In such cases, an initializer must be provided in order to initialize the data member.
在这种情况下,为了初始化数据成员,必须提供初始化式。
blog.163.com
1.
This error occurs when you try to modify an initializer that is assigned an anonymous method.
当试图修改已分配了匿名方法的初始值设定项时,将发生此错误。
msdn2.microsoft.com
2.
Listing 12 shows how you traverse an initializer list.
清单12说明如何访问初始化器列表。
www.ibm.com
3.
If the initializer is a string, you must provide an encoding.
如果初始化器(initializer)是一个字符串,那么就必须提供一种编码。
www.ibm.com
4.
This is an example of an instance initializer.
这是一个关于实例初始值设定项的示例。
www.ibm.com
5.
You can also get the class initializer using the TypeInitializer property.
还可以使用TypeInitializer属性获取类初始值设定项。
msdn2.microsoft.com
6.
Before we can use ofy, however, we need to register persistent classes in a static initializer like Photo in Listing 2.
然而,在我们使用ofy之前,我们需要在一个静态的初始化方法中注册持久化类,如清单2的Photo。
www.ibm.com
7.
Like C#, Visual Basic's collection initializer works on classes that implement IEnumerable and expose an Add method.
和C#一样,VisualBasic的集合初始值设定项用在那些实现了IEnumerable接口并暴露Add方法的类。
www.infoq.com
8.
The following is an example of an object creation expression that includes a collection initializer
下面是对象创建表达式的例子,包含有一个集合初始化器
blog.csdn.net
9.
In an initializer block, which executes just before the constructor
在一个初始化块中,仅在构造函数之前执行
www.ibm.com
10.
Welcome to the new auto syntax: type deduction from initializer expressions
新的auto语法:根据初始化器(initializer)表达式推导类型
www.ibm.com
1.
In a static initializer block, which executes when the class is loaded
在一个静态初始化块中,在加载类时执行
www.ibm.com
2.
Array creation must have array size or array initializer
数组创建必须有数组大小或数组初始值设定项
msdn2.microsoft.com
3.
When a class initializer fails to initialize a type, a
当类初始值设定项初始化类型失败时,将创建一个
msdn2.microsoft.com
4.
Initializer not allowed on VARCHAR host variable
VARCHAR主机变量中不允许初始化程序
www.ianywhere.com
5.
Preferences, the preference page, its initializer, and how to obey managed settings
首选项、首选项页面、初始化程序以及如何遵从管理设置
www.ibm.com
6.
Using auto with initializer list
对初始化器列表使用auto
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/27 23:42:46