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
双语例句
- The design of hardware circuits of the system, main program of the system, and each subroutine of the module, as well as the simulation and debugging based on PORTEUS are expounded.
说明了系统硬件电路、系统主程序与各模块子程序的设计以及基于PORTEUS软件的仿真与调试等。 - An event is a subroutine that can be called automatically after a specific operation has occurred.
事件就是在一个具体操作发生之后自动请求的一个字程序。 - This article uses an example of standardizing part names using the part name subroutine for a manufacturing company.
本文使用一个标准化部件名称的示例,使用一家制造公司的部件名称子程序。 - The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.
createPipe子例程是从使用线程的管道中进行无阻塞读取的简单方法。 - Figure 2-1 illustrates the control flow of a subroutine before and after installing a call hook.
图2-1描绘了调用挂钩在安装前和安装后,一个子程序的控制流。 - This subroutine sorts one or two dimensional arrays.
这个子程序可以对一维或者二维数组进行排序。 - Call: A programming instruction that invokes a subroutine.
调用:是程式设计的指令;用它召唤子例行程式。 - Create an Exit command under the File menu, with a subroutine to exit the script.
使用一个退出脚本的子例程,在File菜单下创建一个Exit命令。 - The end result is, in all cases, a subroutine with a call interface.
在所有情况下最终的结果都是带有调用接口的子例程。 - The following subroutine displays a message box notifying the user which color they selected.
下面的子例程显示一个消息框,通知用户他们选择的颜色。