not initialized是什么意思

发布时间:2021-02-22 19:08:38

not initialized是什么意思

网友回答

英文:not initialized
中文:未初始化
很高兴为您解答
如果你对这个答案有什么疑问,
======以下答案可供参考======
供参考答案1:
这个不是标准的英语写法,应该是:uninitialized
翻译为:未初始化
1. Uninitialized pointers are a mon source of run
- time errors.
很多运行时错误都源于使用了未初始化的指针.
来自互联网2. Default Construction:
To introduce a formally uninitialized
wrapped object.
缺省构造: 引入一个正式的未初始化包装对象.
3. However, no piler
can detect all uses of uninitialized
variables.
而且, 没有一个编译器能检测出所有未初始化变量的使用.
4. Tried to read from an
uninitialized attribute.
试图从一个未初始化的属性中读取.
5. Assignment ( upon
uninitialized ): To initialize the wrapped
object with value of another wrapped object.
赋值 ( 到未初始化的对象 ): 以另一个包装对象的值初始化包装对象.
6. Using uninitialized object is a mon program error,
and one that is often difficult to uncover.
使用未初始化的变量是常见的程序错误, 通常也是难以发现的错误.
7. Sometimes, we're
lucky and using an uninitialized variable
results in an immediate crash at run time.
有时我们很幸运,使用未初始化的变量导致程序在运行时突然崩溃.
8. De - initialization:
To release the wrapped object ( if any ) and leave the wrapper in the uninitialized state.
去初始化: 释放包装的对象 ( 如果有 ),并使包装器保留未初始化状态.
9. Elements of an array
of built - in type defined inside the body of a function are uninitialized.
在函数体内定义的内 置 数组,其元素无初始化.
10. While the base -
class constructor is executing, the derived part of the object is uninitialized.
在执行基类构造函数时, 对象的派生类部分是未初始化的.
以上问题属网友观点,不代表本站立场,仅供参考!