initialize

initialize

美 [ɪˈnɪʃ(ə)lˌaɪz]  英 [ɪˈnɪʃəlaɪz]

  • v.初始化(计算机程序或系统);预置;格式化(磁盘)
  • 网络初始化数据文件;初始化事件;初始化函数

词形变化

第三人称单数:initializes  现在分词:initializing  过去式:initialized  

反义词

同义词

英汉双解

v.
1.
~ sth
初始化(计算机程序或系统);预置;格式化(磁盘)to make a computer program or system ready for use or format a disk

英汉解释

v.
1.
【计】预置

英英解释

v.

例句

objects interoperate with typed arrays, array literals can initialize typed arrays as well with a few restrictions.

对象类型数组相互作用因此数组标识符一些限制条件可以初始类型数组

You can use Initialize to add a report server instance to a scale-out deployment or to troubleshoot a migration or installation problem.

可以使用初始报表服务器实例添加扩展部署或者排除迁移安装故障

The population size was chosen to be 256 , because that way it was easy to initialize every individual to a number equal to its index .

大小256人群原因这样便于个体初始成一个与其序号相等数字

A Using statement specifies at least one resource that it does not initialize with a New clause.

Using语句指定至少一个使用New子句初始资源

To declare a variable and initialize it without assigning it a particular value, assign it the JScript value null.

若要分配特定情况声明一个变量进行初始分配JScriptnull

The best way to make sure this doesn't happen is to initialize variables where you declare them instead of in the body of every constructor.

确保这些不会发生最好方法声明变量时候初始而不是每个构造函数进行初始

Do not initialize the name field for this project or item with a valid name.

不用有效名称初始项目名称字段

Anonymous types allow you to define a class, then declare and initialize an object of that class, without giving the class a name.

匿名类型允许定义然后名称情况声明初始对象

The framework creates an instance of the plug-in class when it loads the plug-in, giving it a chance to initialize global objects.

框架这个插件创建插件实例使机会初始全局对象

If you declare the length of an array but do not initialize its elements, each element is initialized as if it were a separate variable.

如果声明数组长度初始元素初始每个元素如同单独变量一样

To avoid unexpected results in such a case, it is wise to initialize block variables at the beginning of the block.

若要避免这种情况出现意外结果最好开头变量进行初始

A static constructor is used to initialize any static data, or to perform a particular action that needs to be performed once only.

静态建构可以用来初始任何静态资料执行只需执行一次特定动作

You cannot initialize the value of any nonshared data member of a structure as part of its declaration.

不能结构任何非共享数据成员初始声明一部分

Once the body of the document loads, the initialize function is called.

一旦文档主体加载调用initialize函数

If you want trace output to be directed to any additional sources, you must create and initialize additional trace listeners.

如果需要跟踪输出定向任何其他信息必须创建初始附加跟踪侦听器

The designated initializer syntax allows you to initialize members by name, without regard to the order in which they appear in an object.

指定初始程序语法允许通过名字初始成员不用理会它们对象出现顺序

The attempt to initialize or access the Rights Certificate of this content has failed. Please contact your system administrator.

初始访问内容权限证书尝试失败系统管理员联系

This event allows you to initialize resources that will be used for each request to the application.

事件事件使可以初始资源这些资源用于应用程序每一请求

Failed to call initialize on the cluster config initialize interface.

未能群集配置初始接口调用初始

Implicitly typed local variables, which permit the type of local variables to be inferred from the expressions used to initialize them.

局部变量允许局部变量类型初始它们表达推导

The processor receives an enable signal to initialize one of the service routines through a branch instruction.

处理器接收使信号通过分支指令执行服务例程

Type A Clock Scale: Music reminder. You have to wait for a few seconds to initialize the scale, and then you could start weighing.

A时钟体重音乐提示称重初始计数

Just as you can define more than one variable at a time, you can initialize more than one variable at creation. For example.

因为可以一次定义不止一个变量可以创建初始多个变量例如

As you can see, pthread_mutex_init accepts a pointer to an already-allocated region of memory to initialize as a mutex.

正如,pthread_mutex_init接受一个指针作为参数初始化为互斥对象指针指向一块分配内存

The Report Server Web service is no longer used to initialize a Reporting Services installation.

报表服务器Web服务不再用于初始ReportingServices安装

The shared memory system reduces the number of nonvolatile memory components used to initialize multiple processing components.

*存储器系统减少用于初始多个处理部件非易失存储器部件数量

You tried to initialize a bit field with a non scalar (struct, union, array, or class).

尝试标量结构联合数组初始

Unable to initialize streaming. Please check your Internet connection. If this problem persists , please contact Blizzard Technical Support.

不能联系播放检查网络连接如果问题仍存在联系暴雪技术支持

The expression used to initialize a constant can refer to another constant so long as it does not create a circular reference.

只要不会造成循环引用用于初始一个常数表达式可以引用另一个常数

However, it's a simple matter to initialize the Transformer with an XSLT style sheet to perform the second step as well.

然而使用XSLT样式初始Transformer执行第二也是一件简单事情

It's up to the installation to initialize the products that you need for development.

安装过程负责初始开发需要产品

In previous versions, before you could set a property, you had to explicitly create and initialize all nested business objects.

早期版本必须显式创建初始所有嵌套业务对象然后才能设置属性

Add methods to the mock object that allow you to initialize it properly for your tests.

模拟对象添加方法使得测试正确地初始

This constructor is called to initialize state in the type whenever an instance of the derived class is created.

每当创建派生实例都会调用构造函数初始类型状态

A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers.

尝试创建初始某个配置个性化设置提供程序实例发生配置异常

Using this pair of methods, you can initialize co-dependent properties or batch set multiple properties at design time.

使用两个方法可以设计初始相互依赖属性成批设置多个属性

The Initialize method is usually called during data binding, prior to the first row being bound.

进行数据绑定时绑定第一之前通常调用Initialize方法

You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.

应该使用实例构造函数一些特殊私有方法任何其它习惯初始静态变量

Code outside functions is run when the object is loaded. This can be used to initialize the state of the script.

函数外部代码物体加载运行可以用来初始脚本状态

Failed to initialize post configuration manager. This issue can be resolved using Cluster Administrator.

未能初始配置管理器这个问题可以通过使用群集管理解决