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
双语例句
- When the Enter key is pressed, the subroutine exits if at least one character has been entered.
如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。 - Based on general software MARC, a user subroutine CRPLAW used for single crystal creep analysis has been developed.
基于通用有限元软件MARC开发了用于模拟单晶合金材料蠕变性能的用户子程序CRPLAW。 - Figure 2-1 illustrates the control flow of a subroutine before and after installing a call hook.
图2-1描绘了调用挂钩在安装前和安装后,一个子程序的控制流。 - The rule set developer has built a subroutine called PartName.
规则集开发人员构建了一个名为PartName的子例程。 - A named process, such as a subroutine or a module.
一个特定进程,如子例程或模块。 - 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软件的仿真与调试等。 - As a separate function, and merely called it from inside the anonymous subroutine.
设计为一个单独的函数,而只是在匿名子例程中去调用它。 - The address to symbol name mapping allows Tprof to assign ticks by module and subroutine.
地址到符号名的映射使得Tprof可以按模块和子例程分配节拍。 - A brake system model subroutine was developed and embedded in ADAMS.
开发了独立的制动模型子程序,并在ADAMS软件中进行应用。 - This example first switches to Thumb state, then calls a subroutine that was written in Thumb code.
本示例首先切换到Thumb状态,然后调用一个在Thumb代码编写子程序。