自动变量静态寿命如果没有初始化?
液压泵采用恒功率自动变量轴向柱塞泵,以节省能源。
A. Hydraulic pressure ADAPTS constant power variable axial piston pump for energy saving.
这个寄存器变量声明不仅仅可以用在自动变量上,也能用在函数的参数上。
The register variable declaration can only be appied to automatic variables, and to the formal parameters of a functions.
外部变量和静态变量初始的时候默认值为零,自动变量在初始的时候是没有默认值的。
External and static variables are initialized to zero by default. Automatic variables for which is no explicit initializer have undefined (i. e., garbage) values.
避免这个问题最好的方法,是将标签的地址存到自动变量中,并不将这个自动变量作为任何参数传递。
The best way to avoid this is to store the label address only in automatic variables and never pass it as an argument.
一个包含后进先出队列的内存区域,用来存储参数、自动变量、返回地址和其他一些必须在函数调用中进行维护的信息。
An area of memory that contains a last-in-first-out queue of storage for parameters, automatic variables, return addresses, and other information that must be maintained across function calls.
当从一个状态转换到下一个状态时,框架自动捕获当前状态,包括所有实例变量。
As you transition from one state to the next, the framework captures the current state, with all instance variables, automatically.
或者,在编辑代码时,先键入此表达式并使用这种重构自动创建一个新本地变量来指定表达式的结果。
Or, when editing code, type the expression first and use this refactoring to automatically create a new local variable to assign the result to.
您很可能必须添加一些不会自动出现在属性框中的变量。
You will probably have to add some variables that do not automatically appear in the property box.
如前所述,这个变量将针对每个过程自动生成。
As mentioned previously, this variable is automatically generated for each procedure.
然后您可以决定是使用同步化还是依赖于JRE的支持来自动同步易失性变量。
You can then decide whether to use synchronization or rely on the JRE's support for automatically synchronizing volatile variables.
当返回值的类型很复杂时,这个重构将很有用,因为变量的类型是自动生成的。
This is useful when the return value has a complex type because the type of the variable is automatically generated.
这意味着宏所使用的所有临时变量都会在替换发生之前自动重新进行命名,从而防止名字产生冲突。
This means that all temporary variables used by a macro are automatically renamed before the substitution occurs in order to prevent them from having conflicting names.
所有其它环境变量都自动调整成正确设置,并且脚本按预想工作。
All other environment variables automatically adjust to the correct Settings, and the script works as expected.
正如我们在前面提到过的,属于业务对象类型的变量未自动初始化。
As we mentioned before, variables that are business objects are not automatically initialized.
当需要没有初始化的变量,PHP解释器会自动创建一个变量,但依靠这个特性来编程并不是一个好主意。
Always initialize your variables. PHP will automatically create a variable if it hasn't been initialized, but it's not good practice to rely on this feature.
当在过程中遇到了错误,将自动填充一些错误变量。
When errors are encountered in a procedure, several error variables are automatically populated.
我们将在以后的文章中进一步研究自动操作,那时我们将讨论变量值如何关闭其它变量的触发器。
Autoactions will be explored further in a future article, when we discuss how a variable's value can set off triggers for other variables.
当你重命名一个参数时,它会自动根据名称映射到一个路径变量上,注解中的路径变量也会随之改变。
So when you rename a parameter that is also automatically mapped by its name to a path variable, the path variable in the annotation is changed automatically as well.
使用该变量的所有位置将自动改为使用新名称。
All the places where the variable is used are automatically changed to use the new name.
TDT自动识别变量和任务并建立匹配的动作。
The TDT automatically recognizes changes in variables and assignments and creates test actions to match.
当TIMES散列有多个项时,该示例将自动设置WINNER和LOSER变量。
This example will automatically set the WINNER and LOSER variables when the TIMES hash has more than one entry.
自动调用这些变量的setter方法以输入从HTML表单中检索而得的值。
Automatically calls the setter methods of these variables to enter the values retrieved from the HTML form.
Sitebricks会自动将表单数据绑定到成员变量,正如对请求参数所做的那样。
Sitebricks will automatically bind the form data to the member variables, just as it would do for request parameters.
如果同时设置 addsuffixshell变量和自动Tab补齐,那么在找到匹配时tcsh 会在文件夹后面加上一个 /字符,这样就更容易区分出文件夹。
If the addsuffix shell variable is set along with automatic Tab completion, it's easier to distinguish folders because tcsh suffixes them with a / character when a match is found.
对于名称的定义,可以使用三个特殊的变量支持自动生成name值。
For the definition of names, three special variables are available that support an automatic generation of a name value.
Sitebricks会自动将同名的请求变量绑定到该参数。
Sitebricks will automatically bind a request variable of the same name to this.
allexport:自动导出所有定义的后续变量。
Allexport: export all defined subsequent variables automatically.
这就是说线程能够自动发现volatile变量的最新值。
This means that threads will automatically see the most up-to-date value for volatile variables.
这就是说线程能够自动发现volatile变量的最新值。
This means that threads will automatically see the most up-to-date value for volatile variables.
应用推荐