subroutine
美 [ˈsʌbruˌtin]
英 [ˈsʌbruːˌtiːn] 
- n.子例程(程序中反复执行某任务的一系列指令)
- 网络子程序;子程式;子例行程序
词形变化
复数:subroutines
英汉双解
1. | 子例程(程序中反复执行某任务的一系列指令)a set of instructions which repeatedly perform a task within a program |
英汉解释
英英解释
例句
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.
统计数据包括调用每个子程序的次数和用去的。
At this level a program becomes multiple instances of a service subroutine callable in parallel by a client through some grid middleware.
这个级别上的应用程序已经变成服务子例程的多个实例,可由客户机通过某种网格中间件并行调用。
The system of civil save from damage is a widely used systematic subroutine which is set up to safeguard the execution of judgment.
民事保全制度是以保障判决执行为直接目的的体系性子程序,具有广泛适用性。
In the next state, the script will run a subroutine associated with the event to check the answer and display the next multiple question.
在这个状态下代码会在事件发生的同时运行一个子程序来检查答案并显示下一道问题。
Imagine being able to modify the return value of your subroutine!
想象一下可以修改子程序的返回值!
After ensuring the proper usage and declaring variables, the loadStateMapping subroutine is called.
在确保正确使用并声明变量之后,将调用loadStateMapping子例程。
Note that the VALIDATE subroutine is much more limited than the ACTION subroutines (described in the next section).
VALIDATE子例程要比ACTION子例程(将在下一节中描述)受到更多的限制。
Global or inline scripts, which are scripts that are not part of an event-handling subroutine or function, are executed immediately.
立即执行全局或内联脚本,这些脚本不是事件处理子例程或函数的一部分。
The compareKnockSequences subroutine below performs a simple difference check between the timings of the knocks.
下面的compareKnockSequences子程序会对敲打之间的时间进行简单的区别检查。
Once all subroutines have been made, they need to be called from the main process-building subroutine.
创建所有子例程之后,需要从主要流程构建子例程调用它们。
With the base variable declarations and subroutine complete, the program moves on to the main program loop, shown below.
完成了基本变量声明和子例程后,程序将继续进行主程序循环,如下所示。
If, some time ago, another programmer wrote an excellent subroutine to deal CARDS, it would make sense to reuse that logic.
如果以前有人编写了一段很优秀的发牌子程序,那么重新用那个子程序是有意义的。
The system hardware circuit is simple, subroutine versatile, fully meet the design requirement.
该系统硬件电路简单,子程序具有通用性,完全符合设计要求。
For easy tuning with your particular data set, consider modifying the scoreSortResults subroutine to only accept exact matches.
为了便于根据特定数据集进行调整,需要考虑修改scoreSortResults子例程使其只接受精确匹配。
Line search- a technique for one dimensional optimization, usually used as a subroutine for other, more general techniques.
线搜索-技术,一维的优化,通常用作其他子程序,更普遍的技术。
Listing 7 shows the hasNonPrintable subroutine used to check a password for one of the expected prefixes in the @nonPrintable array.
清单7显示了hasNonPrintable子例程,它可以针对@nonPrintable数组中的一个预期前缀检查密码。
You can use any valid subroutine with a matching signature as an event handler.
您可以将任何带有匹配签名的有效子例程用作事件处理程序。
When the Enter key is pressed, the subroutine exits if at least one character has been entered.
如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。
and a recursive subroutine is presented to realize recursive algorithms.
提出采用递归子程序实现数值计算。
The initialize_vertices function needs to be called in the main program, so add the function call in the main subroutine at line 597.
需要在主程序中调用initialize_vertices函数,因此把函数调用添加到位于第597行的main子程序中。
Another kind of subroutine is called a function.
另一种子常式叫函数。
Given a data file of the format shown in Listing 4, the loadInflectives subroutine builds an alphanumeric phonetic hash.
如果提供清单4中所示格式的数据文件,loadInflectives子例程将构建字母数字语音散列。
If you believe that a certain variable should have a specific value when a subroutine is called, check it.
如果您确信在子例程被调用时某变量应该有特定的值,那么就检查一下情况是否如此。
With the fourth strategy, a program becomes a service subroutine callable by a client through some grid middleware.
对于第四种策略而言,程序变成了服务子例程,客户机可以通过某种网格中间件来调用这个例程。
Typically they need to sniff the input (reading the first few lines) to decide on the subroutine to call based on the vocabulary.
这类应用程序通常需要嗅探输入(读入前几行)以根据词汇表决定调用子例程。
If the function or subroutine contains a breakpoint, Visual Studio will break execution at the appropriate point.
如果函数或子例程包含断点,VisualStudio将在适当的点中断执行。
Run Garbage Collector This subroutine forces the garbage collector to run.
RunGarbageCollector此子例程强制垃圾回收器运行。
In the software implement part, the working of the pulsed powder feeder is controlled by calling the subroutine in turn.
在软件实现部分,采用顺序调用子程序的方式控制送粉器脉冲工作。
Using the subroutine, simulations for triaxial tests are performed; and the results have been compared with the published studies.
利用建立的计算程序,对不同排水条件的三轴试验进行了数值模拟。
The preparation of a main module, the preparation of a subroutine module.
编制一个主模块,编制一个子程序模块。
I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle.
我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码。