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

      双语例句

      • Move the statement into a procedure or subroutine.
        将该语句移动到过程或子例程中。
      • This example first switches to Thumb state, then calls a subroutine that was written in Thumb code.
        本示例首先切换到Thumb状态,然后调用一个在Thumb代码编写子程序。
      • The following subroutine displays a message box notifying the user which color they selected.
        下面的子例程显示一个消息框,通知用户他们选择的颜色。
      • The constitutes and using methods of subroutine and macroinstruction during NC milling are stated.
        阐述了数控铣削中子程序、宏指令的构成和调用方法。
      • 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软件的仿真与调试等。
      • The first subroutine call in the alg_N_Word function is to createRegexp.
        algNWord函数中的第一个子程序调用是指向createRegexp的。
      • The rule set developer has built a subroutine called PartName.
        规则集开发人员构建了一个名为PartName的子例程。
      • Call: A programming instruction that invokes a subroutine.
        调用:是程式设计的指令;用它召唤子例行程式。
      • When the Enter key is pressed, the subroutine exits if at least one character has been entered.
        如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。
      • Furthermore, all the data you access in such a subroutine must also be in nonpaged memory.
        另外,在这样一个子程序中你访问的所有数据也必须在不可分页内存中。