When the transaction log needs to grow, the new space allocated to the transaction log has to be zero-initialized.
当事务日志需要增长时,事务日志分配的新空间必须初始化为零。
BSS stands for "block storage segment" (originally, "block started by symbol"), and the memory reserved in the BSS section is initialized to zero during the start of the program.
BSS代表“blockstoragesegment”(原来是以一个符号开头的块),BSS部分中保留的内存在程序启动时初始化为零。
Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.
现在这一类型的值可以通过内建的函数new来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。
If a variable is used before it is initialized, a semantic error is generated, the variable is created with a value of zero, and a message is printed.
如果变量是在初始化之前使用的,那就会产生语义错误,使用值为0来创建这个变量,并打印一条消息。
The next section of code, the for loop, first retrieves all the childNodes of the first contact, when the variable j is initialized to zero.
接下来的一段代码是一个for 循环,当变量 j 被初始化为 0 时,该循环首先检索第一个联系人的所有 childNodes。
If the array's element type does not have a constructor, the elements of the array will be initialized with the corresponding zero representation for that type.
如果阵列的元素型别没有建构函式,则阵列的元素将会以该型别的对应零表示初始化。
Why is this array having all remaining values initialized to zero?
这是为什么阵列具有所有剩余的值初始化为零?
External and static variables are initialized to zero by default. Automatic variables for which is no explicit initializer have undefined (i. e., garbage) values.
外部变量和静态变量初始的时候默认值为零,自动变量在初始的时候是没有默认值的。
There's an upside to this, which is that everything is at least initialized to zero (or whatever zero means for that particular data type) and not just left as garbage.
所有的都被初始化为0这是有一定的优势的(无论什么类型都被初始化为0),这样不会留下垃圾。
Because the new instance of the object is initialized to zero and no constructors are run, the object might not represent a state that is regarded as valid by that object.
因为物件的新执行个体会初始化为零,并且建构函式不会执行,所以物件可能不会表示由该物件视为有效的状态。
External and static variables are initialized to zero by default.
外部变量和静态变量的缺省值为0。
External and static variables are initialized to zero by default.
外部变量和静态变量的缺省值为0。
应用推荐