您要查找的是不是:
- An instruction to go to a subroutine. 一种转移到子程序去的指令。
- reentrant subroutine 重入子程序
- A value used to evaluate a procedure or subroutine. 自变量,变元一数值,用于确定程序或子程序的值
- The call subroutine is used for this sentence. 这个语句是用来调用子程序。
- A subroutine or set of data contained sequentially within another. 子程序包含在其它程序中的程序或一组连续数
- Thus, the event handler should be reentrant. 因此,事件处理程序应当是可重入的。
- Move the statement into a procedure or subroutine. 将该语句移动到过程或子例程中。
- If your program is a subroutine library, you may. 如果你的程序是一个子程序库。
- This statement is used to invoke a subroutine. 这个语句是用来调用子程序。
- Stack Space for reentrant functions in the LARGE model. LARGE模式下的重入函数的堆栈空间。
- Call: A programming instruction that invokes a subroutine. 调用:是程式设计的指令;用它召唤“子例行程式”。
- A subroutine used to establish the full routine or another routine. 引导程序,引导指令用来建立全部路径或另一路径的辅助程序
- The signatures of the subroutine and the event must match. 子例程的签名必须与事件匹配。
- If this flag is not set, the user subroutine will not be invoked. 如果没有设置该标志,则用户子例程将不会被调用。
- Step one instruction, but proceed through subroutine calls. 单步执行一条指令,但通过子程序调用处理。
- Defines reentrancy and includes a POSIX listing of a reentrant function. 定义了可重入性,并包含一个可重入函数的POSIX清单。
- If there is no instruction cache, this subroutine may be a no-op. 如果在你的目标机上,没有指令缓存,则可能不做任何操作。
- This function is not reentrant, because it stores the state of the variables. 这个函数是不可重入的,因为它存储变量的状态。
- This subroutine sorts one or two dimensional arrays. 这个子程序可以对一维或者二维数组进行排序。
- To transfer control to a specified closed subroutine. 把控制转交给一个指定的闭式子例行程序。