initialized
v. (使)初始化;预置传授;(常通过特殊仪式)(使)加入(initialize 的过去式和过去分词)
2025-09-07 19:31 浏览次数 7
v. (使)初始化;预置传授;(常通过特殊仪式)(使)加入(initialize 的过去式和过去分词)
1. to set (something, such as a computer program counter) to a starting position, value, or configuration
Initialized Capital初始资本
is initialized初始化
initialized objections初始缺陷
initialized variables初始化变量
initialized position初始位
initialized file初始化文件
initialized quickly快速解算
initialized ring初始环编码
Initialized State初始化状态
it issues an error report when it detects things like using more memory than was allocated, or using memory before it was initialized or after it was freed.
当它发现事件比被分配时使用更多的内存,或者在它初始化之前或者释放之后使用内存,就会发布一个错误报告。
his conclusion was that instead of freeing the memory back to a global pool, he would have the memory remain initialized for its intended purpose.
因此他的结论是不应该将内存释放回一个全局的内存池,而是将内存保持为针对特定目而初始化的状态。
the server is initialized along with the client.
该服务器与客户端一起初始化。
this list is initialized by the workbench selection.
这一列表是由工作台选择初始化的。
once done, your new project will get initialized with all the test assets created on your old project.
一旦完成,您的新项目会由所有在您旧的项目上创建的资产初始化而成。
the heap is allocated when an agent or subagent is initialized for an application.
在为应用程序初始化代理程序或子代理程序时分配堆。
this table contains the processor's mapping between interrupts and interrupt service routines and must be initialized by the programmer.
这个表格包含中断与中断服务程序之间的处理器的映射,必须由程序员进行初始化。
they allow you to have variables or objects that can be initialized early in your application, and then can be leveraged anywhere in the application.
它们允许您在应用程序中初始化一些变量或对象,然后在应用程序的其他位置使用。
as you saw in section 1, db2 implicitly allocates memory for arrays when they are initialized with a non-null value or when they grow past their current size.
正如您在第1部分中所看到的,在通过非null值初始化阵列时或阵列增长超过它们当前大小时,db2 会隐式为阵列分配内存。
the store is initialized in the plug-in class, a class that initializes objects global to the plug-in.
该存储在插件类中被初始化,这个类初始化对该插件而言是全局的对象。
this means that an object is initialized with a value and not reassigned.
这意味着用一个值初始化对象,以后不再重新赋值。
moreover, when a quantification type would normally be initialized by a list of things of the right type, specifying just one item lifts it into a length-one list of the item.
而且,当量化类型通常正是由这个类型的一列内容初始化时,只要指定一个项就可以将它提升成包含该项的长度为一的列表。
for each request processed by the asp.net engine, each configured http module is initialized and allowed to wire up event handlers to the events raised during the processing of the request.
对于由asp.net引擎处理的每个请求,将初始化每个已配置的http模块,并允许将事件处理程序绑定到处理请求期间所引发的事件。
the attributes then gets initialized in the constructor, as shown in the listing 10.
然后这个属性在构造函数中被初始化,如列表10所示。
to do so, this list needs to be initialized with empty objects.
为了进行此操作,需要使用空对象初始化此列表。
the logger objects could be created in a number of places, as long they are initialized before the first logging operation.
只要在第一次日志记录操作前对日志记录器对象进行了初始化,就可以在许多地方创建它们。
it is initialized after the sql statement is parsed.
它是在sql语句被解析之后初始化的。
in a partitioned environment each mirror partition must be initialized before using the database.
在分区环境中,在使用数据库之前,必须初始化每个镜像分区。
a cluster is an area on the disk that is initialized during installation and consists of a single directory where all the data is stored.
集群是磁盘上的一个区域,这个区域在安装时初始化并由一个目录组成,所有数据都存储在这个目录中。
to avoid this problem, complex attributes should be initialized in the constructor; however, this is not necessary for simple attributes such as strings, booleans, and so on.
为了避免这个问题,应当在构造函数中初始化复杂属性;然而,对于字符串、布尔值等简单属性则不需要这样做。
with a fully initialized private cloud and one or more patterns, you can now deploy those patterns into your private cloud.
有了一个完全初始化的私有云和一个或多个模式,您现在可以将这些模式部署到您的私有云中。
note that you use your previously initialized variables along with a fourth parameter that indicates the gfp mask for memory initialization.
请注意使用了先前初始化的变量以及指示用于内存初始化的gfp屏蔽第四个参数。
they can only be initialized through the constructor.
它们只通过构造函数初始化。