subroutine
subroutine什么意思,subroutine翻译
基本解释
n.: 子例程(程序中反复执行某任务的一系列指令)
网络: 子程序;子程式;子例行程序
权威解释
子例程(程序中反复执行某任务的一系列指令):
a set of instructions which repeatedly perform a task within a program
英汉解释
【电子学】子程序
辅属程序
词性分析
复数:subroutines
例句
The rest of the subroutine then continues executing as if the error did not occur.
然后,该子例程的剩余部分继续执行,就像没有发生错误一样。
This process is called by the main subroutine (labeled with : main to tell Parrot to run it first) to print the result.
该进程被主子例程(标为:main以告诉Parrot首先运行它)调用以打印结果。
FLUENT playing as a subroutine in the simulation program is called in every time step to compute the change of the river bed elevation.
FLUENT作为冲刷模拟程序的一个子程序,在每个时间步下计算河床各个节点高程的变化。
The compareToneSequences subroutine performs a simple difference check between the timings of the tones, as well as the values of the tones.
compareToneSequences子例程将在音调的计时之间以及音调值之间执行一个简单的差别检查。
In software part, introduces the flowchart of the main routine, detailed introduces the implementation methods of each important subroutine.
软件部分给出了主程序流程图和各主要子程序的具体实现方法。
They are packages with a private namespace and private subroutines; each subroutine is called a rule.
它们是具有专用名称空间(namespace)和专用子例程的程序包;每一个子例程被称为一个规则。
Subroutine is run at the beginning of a request if the request begins a new session.
事件。如果请求开始一个新会话,
Compilation Principle course this is one of a small experiment, is to use recursive subroutine method of computing expressions.
这个是编译原理课程的其中一个小实验,就是用递归子程序法实现表达式的运算。
Subroutine getTotalTime simply subtracts the time of the last keystroke (in milliseconds) from the time of the first keystroke.
子例程getTotalTime将用第一次击键时间减去最后一次击键时间(以毫秒为单位)。
These statistics include the number of calls to each subroutine and the total amount of time spent within each.
统计数据包括调用每个子程序的次数和用去的。