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
- a set sequence of steps, part of larger computer program
双语例句
- 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.
另外,在这样一个子程序中你访问的所有数据也必须在不可分页内存中。 - 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 rule set developer has built a subroutine called PartName.
规则集开发人员构建了一个名为PartName的子例程。 - So the system selected the appropriate subroutine within your driver.
所以这个系统选择在你的驱动中的适当的程序。 - Move the statement into a procedure or subroutine.
将该语句移动到过程或子例程中。 - A brake system model subroutine was developed and embedded in ADAMS.
开发了独立的制动模型子程序,并在ADAMS软件中进行应用。 - An event is a subroutine that can be called automatically after a specific operation has occurred.
事件就是在一个具体操作发生之后自动请求的一个字程序。 - An Event Handler is a subroutine that executes code for a given event.
事件处理器为一个子程序,它可以为指定的事件执行相应代码。
