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

      双语例句

      • If one or more asterisks are present, the subroutine will continue its processing to create the regular expressions.
        如果有一个或多个星号,子程序将继续执行处理来创建正则表达式。
      • So the system selected the appropriate subroutine within your driver.
        所以这个系统选择在你的驱动中的适当的程序。
      • The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.
        createPipe子例程是从使用线程的管道中进行无阻塞读取的简单方法。
      • Move the statement into a procedure or subroutine.
        将该语句移动到过程或子例程中。
      • Based on general software MARC, a user subroutine CRPLAW used for single crystal creep analysis has been developed.
        基于通用有限元软件MARC开发了用于模拟单晶合金材料蠕变性能的用户子程序CRPLAW。
      • Call: A programming instruction that invokes a subroutine.
        调用:是程式设计的指令;用它召唤子例行程式。
      • 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.
        一个特定进程,如子例程或模块。
      • The first subroutine call in the alg_N_Word function is to createRegexp.
        algNWord函数中的第一个子程序调用是指向createRegexp的。
      • To call a subroutine to terminate the reading from or writing to a file by a program.
        调用一个子程序来终止程序对一个文件的读出或写入。