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
双语例句
- This subroutine sorts one or two dimensional arrays.
这个子程序可以对一维或者二维数组进行排序。 - Call: A programming instruction that invokes a subroutine.
调用:是程式设计的指令;用它召唤子例行程式。 - The call subroutine is used for this sentence.
这个语句是用来调用子程序。 - This article uses an example of standardizing part names using the part name subroutine for a manufacturing company.
本文使用一个标准化部件名称的示例,使用一家制造公司的部件名称子程序。 - Move the statement into a procedure or subroutine.
将该语句移动到过程或子例程中。 - A named process, such as a subroutine or a module.
一个特定进程,如子例程或模块。 - This example declares a subroutine called square that squares the number and returns it.
该例声明一个名为square的子例程,计算某个数字的平方数并返回该数字。 - The first subroutine call in the alg_N_Word function is to createRegexp.
algNWord函数中的第一个子程序调用是指向createRegexp的。 - The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.
createPipe子例程是从使用线程的管道中进行无阻塞读取的简单方法。 - The end result is, in all cases, a subroutine with a call interface.
在所有情况下最终的结果都是带有调用接口的子例程。
