initializer

英 [ɪˈnɪʃəˌlaɪzə] 美 [ɪˈnɪʃəˌlaɪzər]

网络  初始值; 初始化程序; 初始化语句; 初始化式; 初始化器

计算机



双语例句

  1. Initializer lists in variable definitions
    可以在变量定义中使用初始化器列表
  2. The list defined using {}& that's an initializer list.
    这个列表是使用{}定义的,它是初始化器列表。
  3. A Permissions class with a static initializer provides a single location for declaring and configuring available application permissions.
    带有静态初始化器的Permissions类为声明和配置可用的应用程序权限提供单一位置。
  4. In an initializer block, which executes just before the constructor
    在一个初始化块中,仅在构造函数之前执行
  5. If a_metaclass_hook is defined after the class initializer, it silently overrides it.
    如果metaclass钩子在类初始化器之后定义,它会静静地覆盖类初始化器。
  6. If the initializer is a string, you must provide an encoding.
    如果初始化器(initializer)是一个字符串,那么就必须提供一种编码。
  7. To instantiate the object within the shared memory, define an additional class, Initializer.
    要对共享内存中的对象进行实例化,请定义另外一个类Initializer。
  8. Most developers never encounter the instance initializer in everyday coding.
    大多数开发人员从来没有在日常的编码过程中遇到此种实例初始值设定项。
  9. Note that keystone and nova use slightly different variable names in their client initializer methods, so I define separate functions for each.
    请注意,keystone和nova在其客户端初始化器方法中使用了稍微不同的变量名,所以我为每个工具定义了不同的函数。
  10. If a variable is initialized with an empty initializer list, the object is value initialized.
    如果用空的初始化器列表对变量进行初始化,对象为初始化值。
  11. If the client initializer returns without throwing an exception, it has successfully authenticated against the endpoint.
    如果客户端初始化器返回时没有抛出异常,则它已成功向端点验证。
  12. This is an example of an instance initializer.
    这是一个关于实例初始值设定项的示例。
  13. When it discovers a loop, it displays three expressions: the initializer, condition, and iteration.
    当它发现一个循环时,会显示三种表达式:初始程序、条件及迭代。
  14. Instead of a constructor, the body of the class contains the class initializer.
    方法来表示。类的主体包含类初始设定项,而不是构造函数。
  15. Given this kind of semantics, using initializer lists should be preferred whenever possible.
    由于采用这种语义,应该尽可能使用初始化器列表。
  16. It's okay to use initializer lists to initialize scalar variables, and the usual rule of type narrowing applies in such cases.
    可以使用初始化器列表对标量变量进行初始化,在这种情况下应用一般的类型窄化规则。
  17. For example, the initializer of an enumerator must be a constant expression.
    例如,枚举成员的初始化式必须是常量表达式。
  18. An array initializer or a constraint list has not been ended in a valid fashion.
    数组初始值设定项或约束列表的结束方式无效。
  19. A default argument is specified by providing an explicit initializer for the parameter in the parameter list.
    默认实参是通过给形参表中的形参提供明确的初始值来指定的。
  20. The initializer cannot refer to itself.
    初始化中不能提起它自身。
  21. An object creation expression can omit the constructor argument list and enclosing parentheses provided it includes an object or collection initializer.
    某个对象建立表达式能够删除构造函数的参数列表和圆括号,以提供包含的对象或集合的构造者。
  22. Failed to configure component '{ 0}' as a process initializer.
    未能将组件{0}配置为进程初始值设定项。
  23. The same rules hold true if the exception is thrown from a static field initializer.
    如果异常是从静态字段初始值设定项引发的,也存在同样的规则。
  24. A static readonly field cannot be assigned to ( except in a static constructor or a variable initializer)
    无法对静态只读字段赋值(静态构造函数或变量初始值设定项中除外)
  25. If the repeated declaration has an initializer, it acts as if it were simply an assignment statement.
    如果重复的声明有一个初始值,那么它担当的不过是一个赋值语句的角色。
  26. As with instance initialization, you can use the initializer syntax as an alternative to the static constructor.
    和实例初始化一样,可以使用初始化器语法作为静态构造函数的变体。
  27. As you saw earlier, the code for a static field initializer executes inside an implicit type constructor.
    正如您在前面看到的那样,静态字段初始值设定项的代码在隐式类型构造函数的内部执行。
  28. A declaration may have an initializer only if it is also a definition because only a definition allocates storage.
    只有当声明也是定义时,声明才可以有初始化式,因为只有定义才分配存储空间。
  29. It is not possible for an object or collection initializer to refer to the object instance being initialized.
    对象或集合初始化器不能引用正被实例化的对象实例。
  30. Second, the integrity of the algorithm lies in the initializer handling method embedded in it.
    其次,本文指针分析算法的完整性还体现在对变量初始化的处理上。