否则,该变量在使用时将是未初始化的。
Otherwise, the variable will be uninitialized when it is used.
赋值中的表达式访问变量的未初始化部分。
The expression in an assign accesses an uninitialized part of a variable.
其他情况下,它是未初始化或false的。
脚本错误,如使用未初始化的变量等。
Scripting errors such as using uninitialized variables, etc.
提出了引用未初始化变量自动测试算法。
The automatic testing algorithm of referencing uninitialized variables is proposed.
空你离开时自动添加一些元素未初始化。
Null is automatically added when you leave some elements uninitialized.
未初始化变量是如何得到一个随机的价值?
指示此实例未初始化。
正在初始化一个变量未初始化的变量的法律?
Is initializing a variable with an uninitialized variable legal?
很多运行时错误都源于使用了未初始化的指针。
Uninitialized pointers are a common source of run-time errors.
订阅未初始化或没有为故障转移模式操作而创建。
The subscription is not initialized or not created for failover mode operations.
然后增加指针,指向未初始化的内存,这恰好有一个零。
You then increment the pointer, which makes it point to uninitialized memory, which just happens to have a zero in it.
样本使用未初始化的 Transformer来保存解析结果。
The sample used an uninitialized Transformer to save the result of the parsing.
由于磁盘清理,赛门铁克恢复磁盘将检测未初始化的磁盘。
Because the disk was cleaned, the Symantec Recovery disk will detect the un-initialized disk.
另外,未初始化的就绪状态在实际的应用程序中是没有真正的用处的。
Furthermore, the uninitialized ready state is pretty useless in practical applications.
因此,若无密码键入,传递到该函数的是未初始化的变量和脚本错误结果。
Hence, with no password entered, the function is passed an uninitialized variable and a script error results.
指定初始化在C99:如何处理空未初始化结构体成员C11吗?
Designated Initializers in C99: How to handle empty uninitialized struct members in C11?
有时我们很幸运,使用未初始化的变量导致程序在运行时突然崩溃。
Sometimes, we're lucky and using an uninitialized variable results in an immediate crash at run time.
他们将被初始化的值为0。空你离开时自动添加一些元素未初始化。
They would be initialized to a value of 0. Null is automatically added when you leave some elements uninitialized.
如果尝试在未初始化的情况下使用它们,它们将会在运行时引发异常。
If you try to use them without initializating them, they will throw exceptions at runtime.
每当使用未初始化的变量(假定具有值)时,您将得到一条 E_NOTICE。
You will get an E_NOTICE any time an uninitialized variable is used in a way that assumes it has a value.
“Unassigned”复选框允许您查询工作物件的未初始化或未设置的字段。
The 'Unassigned' check box allows you to query for uninitialized or unset fields of a work item.
这些符号可以用来对各种代码段和数据段进行命名,包括经过初始化的和未初始化的。
The symbols are used for naming various sections of code and data, both initialized and uninitialized.
清单3演示了未初始化内存的概念,这是用.bss部分指令(第14行)定义的。
Listing 3 illustrates the concept of uninitialized memory, defined using the.bss section directive (line 14).
它可能会因未调用构造函数而使用未初始化的内存而导致随机行为或系统崩溃。
It might cause random behavior or crashes due to usage of uninitialized memory because constructors are not invoked.
它可能会因未调用构造函数而使用未初始化的内存而导致随机行为或系统崩溃。
It might cause random behavior or crashes due to usage of uninitialized memory because constructors are not invoked.
应用推荐