词语站>英语词典>initialized翻译和用法

initialized

英 [ɪˈnɪʃəlaɪzd]

美 [ɪˈnɪʃəlaɪzd]

已初始化的

双语例句

  • This means that an object is initialized with a value and not reassigned.
    这意味着用一个值初始化对象,以后不再重新赋值。
  • The object must be initialized before you set or retrieve properties on it.
    在对象上进行设置属性或检索属性之前,必须先初始化该对象。
  • This template will ensure that the project structure and all necessary files will get created and initialized.
    此模板将确保创建并初始化该项目的结构和所有必需的文件。
  • The number of global variables is limited, so we can declare them when the report is initialized.
    全局变量的数量是有限的,这样我们就可以在报表初始化时声明它们了。
  • The symbols are used for naming various sections of code and data, both initialized and uninitialized.
    这些符号可以用来对各种代码段和数据段进行命名,包括经过初始化的和未初始化的。
  • In this method, you first check to see if the AddressStore object is initialized.
    在这个方法中,您首先检查AddressStore对象是否已经初始化。
  • The runtime instance of the workbench is initialized in a new window.
    工作台的运行时实例在新窗口中得到了初始化。
  • They can only be initialized through the constructor.
    它们只通过构造函数初始化。
  • Sections can contain executable code, symbol names, initialized data values, and many other types of data.
    段可以包含可执行代码、符号名称、初始数据值和许多其他类型的数据。
  • After the kernel is booted and initialized, the kernel starts the first user-space application.
    当内核被引导并进行初始化之后,内核就可以启动自己的第一个用户空间应用程序了。