Otherwise, it is uninitialized or false.
其他情况下,它是未初始化或false的。
This section is for uninitialized data.
此部分为非初始化数据保留。
The request is uninitialized (before you've called open ).
请求没有发出(在调用open之前)。
How does an uninitialized variable get a random value?
未初始化变量是如何得到一个随机的价值?
Otherwise, the variable will be uninitialized when it is used.
否则,该变量在使用时将是未初始化的。
Scripting errors such as using uninitialized variables, etc.
脚本错误,如使用未初始化的变量等。
Uninitialized pointers are a common source of run-time errors.
很多运行时错误都源于使用了未初始化的指针。
The expression in an assign accesses an uninitialized part of a variable.
赋值中的表达式访问变量的未初始化部分。
The sample used an uninitialized Transformer to save the result of the parsing.
样本使用未初始化的 Transformer来保存解析结果。
For example, in C and C + +, if you write "int I;" the variable is uninitialized.
例如,在C和C+ +中,如果你写“inti;”则变量是没有被初始化的。
The automatic testing algorithm of referencing uninitialized variables is proposed.
提出了引用未初始化变量自动测试算法。
Initially, all memory is red, which represents unallocated and uninitialized memory.
最初,所有的内存都是红色,这表示内存还没有被分配也没有初始化。
This helps avoid bugs that result from unintentional use of uninitialized variables.
这有助于避免因意外使用了未经初始化的变量而导致的bug。
Furthermore, the uninitialized ready state is pretty useless in practical applications.
另外,未初始化的就绪状态在实际的应用程序中是没有真正的用处的。
Both keywords can be used to declare "abstract" (uninitialized) variables in abstract types.
两个关键字可以在抽象类型中被用来声明“抽象”(没有初始化的)的变量。
Designated Initializers in C99: How to handle empty uninitialized struct members in C11?
指定初始化在C99:如何处理空未初始化结构体成员C11吗?
The 'Unassigned' check box allows you to query for uninitialized or unset fields of a work item.
“Unassigned”复选框允许您查询工作物件的未初始化或未设置的字段。
In addition, incrementing an uninitialized variable is much slower than if it was initialized.
另外,对一个没有初始化的变量进行递增操作要比初始化过的来得慢。
After you allocate memory, it becomes yellow, which represents allocated but uninitialized memory.
当您分配内存以后,它就变成黄色,这表明已经被分配但是没有初始化。
Sometimes, we're lucky and using an uninitialized variable results in an immediate crash at run time.
有时我们很幸运,使用未初始化的变量导致程序在运行时突然崩溃。
The symbols are used for naming various sections of code and data, both initialized and uninitialized.
这些符号可以用来对各种代码段和数据段进行命名,包括经过初始化的和未初始化的。
Listing 3 illustrates the concept of uninitialized memory, defined using the.bss section directive (line 14).
清单3演示了未初始化内存的概念,这是用.bss部分指令(第14行)定义的。
You will get an E_NOTICE any time an uninitialized variable is used in a way that assumes it has a value.
每当使用未初始化的变量(假定具有值)时,您将得到一条 E_NOTICE。
Hence, with no password entered, the function is passed an uninitialized variable and a script error results.
因此,若无密码键入,传递到该函数的是未初始化的变量和脚本错误结果。
They would be initialized to a value of 0. Null is automatically added when you leave some elements uninitialized.
他们将被初始化的值为0。空你离开时自动添加一些元素未初始化。
The first ready state, signified by the readyState property 0 (readyState == 0), represents an uninitialized request.
第一种就绪状态的特点是readyState属性为0(readyState == 0),表示未初始化状态。
If you do not write a correct code for the copy constructor, object within a list will have some data members uninitialized.
如果你没有为拷贝构造函数写正确的代码,就有可能造成list中对象的某些数据成员没有初始化。
If you do not write a correct code for the copy constructor, object within a list will have some data members uninitialized.
如果你没有为拷贝构造函数写正确的代码,就有可能造成list中对象的某些数据成员没有初始化。
应用推荐