initialize
initialize什么意思,initialize翻译
基本解释
v.: 初始化(计算机程序或系统);预置;格式化(磁盘)
网络: 初始化数据文件;初始化事件;初始化函数
权威解释
初始化(计算机程序或系统);预置;格式化(磁盘):
to make a computer program or system ready for use or format a disk
英汉解释
安置初始值
【计算机】预置
清除
恢复
定初始值
复原
词性分析
第三人称单数:initializes
现在分词:initializing
过去式:initialized
同义词
v.resetprimepreparesetmake ready
反义词
v.disable
例句
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.
若要在不分配特定值的情况下声明一个变量并对其进行初始化,请为其分配JScript值null。
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.
如果声明数组的长度但不初始化它的元素,则将初始化每个元素,如同它是单独的变量一样。