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
双语例句
- A brake system model subroutine was developed and embedded in ADAMS.
开发了独立的制动模型子程序,并在ADAMS软件中进行应用。 - The following subroutine displays a message box notifying the user which color they selected.
下面的子例程显示一个消息框,通知用户他们选择的颜色。 - This example first switches to Thumb state, then calls a subroutine that was written in Thumb code.
本示例首先切换到Thumb状态,然后调用一个在Thumb代码编写子程序。 - Move the statement into a procedure or subroutine.
将该语句移动到过程或子例程中。 - A named process, such as a subroutine or a module.
一个特定进程,如子例程或模块。 - This subroutine sorts one or two dimensional arrays.
这个子程序可以对一维或者二维数组进行排序。 - If one or more asterisks are present, the subroutine will continue its processing to create the regular expressions.
如果有一个或多个星号,子程序将继续执行处理来创建正则表达式。 - The rule set developer has built a subroutine called PartName.
规则集开发人员构建了一个名为PartName的子例程。 - The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.
createPipe子例程是从使用线程的管道中进行无阻塞读取的简单方法。 - Create an Exit command under the File menu, with a subroutine to exit the script.
使用一个退出脚本的子例程,在File菜单下创建一个Exit命令。