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

      双语例句

      • This article uses an example of standardizing part names using the part name subroutine for a manufacturing company.
        本文使用一个标准化部件名称的示例,使用一家制造公司的部件名称子程序。
      • As a separate function, and merely called it from inside the anonymous subroutine.
        设计为一个单独的函数,而只是在匿名子例程中去调用它。
      • This subroutine sorts one or two dimensional arrays.
        这个子程序可以对一维或者二维数组进行排序。
      • 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软件的仿真与调试等。
      • A named process, such as a subroutine or a module.
        一个特定进程,如子例程或模块。
      • This example first switches to Thumb state, then calls a subroutine that was written in Thumb code.
        本示例首先切换到Thumb状态,然后调用一个在Thumb代码编写子程序。
      • When the Enter key is pressed, the subroutine exits if at least one character has been entered.
        如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。
      • To call a subroutine to terminate the reading from or writing to a file by a program.
        调用一个子程序来终止程序对一个文件的读出或写入。
      • Functional maps provide reusable code that can be called like a subroutine from within one or more map rules.
        功能性映射提供可重用的代码,可以在一个或多个映射规则中像子例程一样调用它们。
      • The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.
        createPipe子例程是从使用线程的管道中进行无阻塞读取的简单方法。