Initialization. A very common bug is to initialize a variable. Go through a loop, and then forget to reinitialize it when it needs to be reinitialized again.
忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。
Variable declaration, initialization, and (re) use.
变量声明、初始化和使用(重用)。
In Listing 1, you saw several simple statements, including a variable initialization, a method invocation (the type method), and a multiplication operation.
在清单1中,您看到了几个简单的语句,包括一个变量初始化、一个方法调用(type方法)和一个乘法操作。
When you're done with a condition variable, you can release any resources allocated during initialization with a call to pthread_cond_destroy .
当不再使用条件变量时,应该调用pthread_cond_destroy释放它在初始化时分配的资源。
You can disable the prompting by setting the sgml-insert-missing-element-comment variable to false in your Emacs initialization file.
可以通过在Emacs初始化文件中将sgml -insert - missing - element - comment变量设置为假来禁用这个提示。
The initDatasource method is called during Eclipse plug-in initialization, so the data source variable is initialized and could be used for working with a database.
在初始化Eclipse插件的过程中将调用 initDatasource方法,因此数据源变量被初始化并可用于使用数据库。
This code defines the private variable (nothing is visible unless annotated as Shared), and then the initialization logic.
这段代码定义私有变量(除非注释为shared的,否则所有元素都是不可见的),然后定义初始化逻辑。
When modeling the business process, make sure that the variable initialization happens prior to the human task invocation.
在对业务流程建模时,请确保在调用人工任务之前初始化流程变量。
Declare a variable for the SipFactory and import it. Then, in the servlet initialization, set the SipFactory.
为SipFactory声明一个变量,并导入该变量。
Standard C allows for the initialization of an object or variable with an expression involving a reference to itself, but only for objects of nonstatic extent.
标准C允许使用需要引用自身的表达式初始化对象或变量,但只适用于非静态作用域的对象。
Initialization happens when a variable is created and gives that variable its initial value. Assignment involves obliterating an object's current value and replacing that value with a new one.
初始化指创建变量并给它赋初始值,而赋值则是擦除对象的当前值并用新值代替。
If in the initializer you modify the bits of the variable used for initialization, the value will be generated according to those bits.
如果在初始化修改用于初始化变量的位,值将根据这些位来生成。
The compiler infers the type of the variable from the type of the initialization expression.
编译器将通过初始化表达式的类型推断出变量的类型。
The initialization can occur when the typed array variable is declared or later, as with variables of other types.
这种初始化可能发生在具型别阵列变数被宣告时或是稍后和其他型别的变数一起宣告时。
The compiler infers the data type of a variable from the type of its initialization expression.
编译器将根据变量的初始化表达式的类型来推断变量的数据类型。
Initialization of a variable using a nonconstant value.
使用非常数的值来初始化一个变数。
Initialization of a variable using a nonconstant value.
使用非常数的值来初始化一个变数。
应用推荐