自动变量 meaning in English
automatic variables
Examples
- Development and application of a variable rate fertilizer applicator for precision agriculture
一种精确农业自动变量施肥技术及其实施 - A . hydraulic pressure adapts constant power variable axial piston pump for energy saving
液压泵采用恒功率自动变量轴向柱塞泵,以节省能源。 - 1 external and static variables are initialized to zero by default . automatic variables for which is no explicit initializer have undefined ( i . e . , garbage ) values
外部变量和静态变量初始的时候默认值为零,自动变量在初始的时候是没有默认值的。 - Kernel - mode programs use structured exceptions by establishing exception frames on the same stack that ' s used for argument passing , subroutine calling , and automatic variables
内和模式程序通过在用于冲突经过、子程序调用和自动变量的相同堆栈上建立异常结构来使用结构性异常。 - 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
一个包含后进先出队列的内存区域,用来存储参数、自动变量、返回地址和其他一些必须在函数调用中进行维护的信息。