initialize
英 [ɪˈnɪʃəlaɪz]
美 [ɪˈnɪʃəlaɪz]
v. 初始化(计算机程序或系统); 预置; 格式化(磁盘)
过去分词:initialized 现在分词:initializing 过去式:initialized 第三人称单数:initializes
COCA.37736
牛津词典
verb
- 初始化(计算机程序或系统);预置;格式化(磁盘)
to make a computer program or system ready for use or format a disk
英英释义
verb
- divide (a disk) into marked sectors so that it may store data
- Please format this disk before entering data!
- assign an initial value to a computer program
双语例句
- Now all that's left is to create and initialize the Dictionary.
现在所有的左边是创建和初始化的词典。 - Next, I set up the data files and initialize my repository with them.
接下来,我将设置数据文件并使用它们初始化我的存储库。 - This file is the configuration file for init and defines how to initialize the system.
这个文件是init的配置文件,定义了如何对系统进行初始化。 - Increasing the size of the log reduces the number of requests required to allocate and initialize new logs.
增加日志大小会减少为分配和初始化新日志所需的请求数量。 - It will initialize the application in the createPartControl method.
它将在createPartControl方法中初始化应用程序。 - This wizard helps you to initialize new disks and to convert empty basic disks to dynamic disks.
此向导帮助您初始化新磁盘,并将空的基本磁盘转换成动态磁盘。 - In this case we define a variable newTask that we initialize with a new Task entity instance.
在这种情况下,我们定义了变量newTask,并使用新建的Task实体实例对其进行初始化。 - To do this, create a message stanza and initialize it with the peer address and a message.
这点可以通过创建一个消息节并使用对方地址和消息对它进行初始化来实现。 - In order to initialize the semaphore-set data structure, use the semctl() system call with the IPC_SET command.
为了对信号量集数据结构进行初始化,可以使用IPCSET命令来调用semctl()系统调用。 - In the preceding main section, I showed how you initialize a WDM driver when it's first loaded.
在前面的主要章节中,我向你展示了:当一个WDM驱动第一次被装载的时候。