词语吧>英语词典>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

      双语例句

      • Figure 2-1 illustrates the control flow of a subroutine before and after installing a call hook.
        图2-1描绘了调用挂钩在安装前和安装后,一个子程序的控制流。
      • The address to symbol name mapping allows Tprof to assign ticks by module and subroutine.
        地址到符号名的映射使得Tprof可以按模块和子例程分配节拍。
      • 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软件的仿真与调试等。
      • This example declares a subroutine called square that squares the number and returns it.
        该例声明一个名为square的子例程,计算某个数字的平方数并返回该数字。
      • The end result is, in all cases, a subroutine with a call interface.
        在所有情况下最终的结果都是带有调用接口的子例程。
      • When the Enter key is pressed, the subroutine exits if at least one character has been entered.
        如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。
      • This subroutine sorts one or two dimensional arrays.
        这个子程序可以对一维或者二维数组进行排序。
      • The first subroutine call in the alg_N_Word function is to createRegexp.
        algNWord函数中的第一个子程序调用是指向createRegexp的。
      • An Event Handler is a subroutine that executes code for a given event.
        事件处理器为一个子程序,它可以为指定的事件执行相应代码。
      • Call: A programming instruction that invokes a subroutine.
        调用:是程式设计的指令;用它召唤子例行程式。