subroutine
英 [ˈsʌbruːtiːn]
美 [ˈsʌbruːtiːn]
n. 子例程,子程序(程序中反复执行某任务的一系列指令)
复数:subroutines
BNC.30554 / COCA.30930
牛津词典
noun
- 子例程,子程序(程序中反复执行某任务的一系列指令)
a set of instructions which repeatedly perform a task within a program
英英释义
noun
- a set sequence of steps, part of larger computer program
双语例句
- Figure 2-1 illustrates the control flow of a subroutine before and after installing a call hook.
图2-1描绘了调用挂钩在安装前和安装后,一个子程序的控制流。 - The rule set developer has built a subroutine called PartName.
规则集开发人员构建了一个名为PartName的子例程。 - Move the statement into a procedure or subroutine.
将该语句移动到过程或子例程中。 - Functional maps provide reusable code that can be called like a subroutine from within one or more map rules.
功能性映射提供可重用的代码,可以在一个或多个映射规则中像子例程一样调用它们。 - This example declares a subroutine called square that squares the number and returns it.
该例声明一个名为square的子例程,计算某个数字的平方数并返回该数字。 - Call: A programming instruction that invokes a subroutine.
调用:是程式设计的指令;用它召唤子例行程式。 - So the system selected the appropriate subroutine within your driver.
所以这个系统选择在你的驱动中的适当的程序。 - This example first switches to Thumb state, then calls a subroutine that was written in Thumb code.
本示例首先切换到Thumb状态,然后调用一个在Thumb代码编写子程序。 - The call subroutine is used for this sentence.
这个语句是用来调用子程序。 - An Event Handler is a subroutine that executes code for a given event.
事件处理器为一个子程序,它可以为指定的事件执行相应代码。