1.【计】预置
1.to prepare a piece of computer equipment or software for use
1.Each element of a structure is initialized as if it were a separate variable.
初始化结构的每个元素,如同它是单独的变量一样。
2.Once we track down the location of the crash, it is usually pretty easy to see that the variable was not properly initialized .
一旦跟踪到程序崩溃的位置,就可以轻易地发现没有正确地初始化变量。
3.Every method in the class first checks to see if initialized is set and throws an exception if it is not.
该类中的每个方法首先检查是否设置了initialized,如果没有设置则抛出一个异常。
4.At this point, you may realize that the problem is the fact that top_value is not initialized.
此时,您可能会意识到问题在于top_value未初始化这一事实上。
5.Each member of a structure variable is initialized as if it were a separate variable.
结构变量的每个成员被视为单独的变量初始化。
6.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.
如果声明数组的长度但不初始化它的元素,则将初始化每个元素,如同它是单独的变量一样。
7.Timer to define a category on the timer object is initialized to its initial value data member, said the number of seconds given.
定义一个计时器类,对计时器对象初始化就是给其数据成员赋初值表示秒数。
8.A structure may be initialized by a list of constant member values; an automatic structure may also be initialized by an assignment.
可以用一个常量成员值列表初始化结构,自动结构也可以通过赋值进行初始化。
9.The module or device is not ready to be initialized.
模块或设备尚未准备好进行初始化。
10.It is not necessary to call this method to begin listening on a newly initialized channel .
开始侦听一个新近初始化的信道时不必调用此方法。