N头条>英语词典>subroutine翻译和用法

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

      双语例句

      • 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 call subroutine is used for this sentence.
        这个语句是用来调用子程序。
      • The first subroutine call in the alg_N_Word function is to createRegexp.
        algNWord函数中的第一个子程序调用是指向createRegexp的。
      • Furthermore, all the data you access in such a subroutine must also be in nonpaged memory.
        另外,在这样一个子程序中你访问的所有数据也必须在不可分页内存中。
      • When the Enter key is pressed, the subroutine exits if at least one character has been entered.
        如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。
      • A named process, such as a subroutine or a module.
        一个特定进程,如子例程或模块。
      • Figure 2-1 illustrates the control flow of a subroutine before and after installing a call hook.
        图2-1描绘了调用挂钩在安装前和安装后,一个子程序的控制流。
      • As a separate function, and merely called it from inside the anonymous subroutine.
        设计为一个单独的函数,而只是在匿名子例程中去调用它。
      • The following subroutine displays a message box notifying the user which color they selected.
        下面的子例程显示一个消息框,通知用户他们选择的颜色。