您要查找的是不是:
- display subroutine call instruction 显示子程序调用指令
- subroutine call instruction 子程序调用指令
- The LK bit specifies whether the address of the next sequential instruction is saved in the Link Register as a return address for a subroutine call. LK位指定了下一个顺序指令的地址是否作为子例程调用的返回地址保存在链接寄存器中。
- Step one instruction, but proceed through subroutine calls. 单步执行一条指令,但通过子程序调用处理。
- Did the staff repeat your wake-up call instruction? 宾客服务员是否重复您的叫早服务要求?
- The caller then executes a far CALL instruction to pass control to the callee. 调用函数然后执行一个far类型的调用指令,把控制权交给被调用函数。
- Analog Fiber Switch. From the subroutine call to a function to switch back to the middle to simulate fiber switch back to the thread. 模拟纤程切换。从子函数中间切换回调用函数,模拟纤程切换回线程。
- Otherwise, it's too easy to mistake a subroutine call for a control structure, or misread the initial part of an array element as an independent scalar variable. 否则,这太容易混淆子程序调用和控制结构,或者误读数组开始的部分为一个单独的标量变量。
- An instruction to go to a subroutine. 一种转移到子程序去的指令。
- AC subroutine library to support your program's subroutine calls, notably managing input and output. 一个C子功能调用库,用来支持你的程序的子功能调用,特别如管理输入与输出。
- C subroutine library to support your program's subroutine calls, notably managing input and output. 一个C子功能调用库,用来支持你的程序的子功能调用,特别如管理输入与输出。
- The CALL instruction calls the FC and SFC or FB and SFB that you input as an address, independent of the RLO or any other condition. 也就是说调用语句是不受RLO及其它指令限制的。除非在调用语句之前有条件跳转语句。
- In this fragment of pseudocode, the guarded body is a series of statements and subroutine calls that expresses some main idea in your program. 在这个虚代码的片段中,防护体是一系列的声明和子程序调用,它们表示在你的程序中的一些主要思想。
- Function call a general form said earlier, in the proceedings by calling the function to perform the function of its process and other similar language subroutine calls. 函数调用的一般形式前面已经说过,在程序中是通过对函数的调用来执行函数体的,其过程与其它语言的子程序调用相似。
- Develop software for electromechanical systems and explain basic concepts of programming such as data types and control structures (IF/THEN/ELSE, FOR loops, and SUBROUTINE calls). 研发电动系统的软件并解释编程的基本概念如数据类型和控制结构(IF/THEN/ELSE语句;、FOR循环和子程序的调用).
- 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. 内和模式程序通过在用于冲突经过、子程序调用和自动变量的相同堆栈上建立异常结构来使用结构性异常。
- What Heaven has conferred is called The Nature; an accordance with this nature is called The Path of duty; the regulation of this path is called Instruction. 天命之谓性;率性之谓道;修道之谓教。
- supervisor call instruction (SVC) 管理程序调用命令,访管指令,管理程序调入指令
- Call: A programming instruction that invokes a subroutine. 调用:是程式设计的指令;用它召唤“子例行程式”。
- The entry points in turn could be identified by identifying the CALL instructions (in the disassembly stage). 入口点依次可以通过(在反汇编阶段)鉴定CALL指令来标识。