Subroutine
英音[ ˈsʌbruːtiːn ] 美音[ ˈsʌbruːtiːn ]

子程序

常用释义

词性释义

n.

[计] 子程序
例句
  • 全部
  • 子程序
然后,该子例程的剩余部分继续执行,就像没有发生错误一样。
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.
软件部分给出了主程序流程图和各主要子程序的具体实现方法。
它们是具有专用名称空间(namespace)和专用子例程的程序包;每一个子例程被称为一个规则。
Subroutine is run at the beginning of a request if the request begins a new session.
事件。如果请求开始一个新会话,
这个是编译原理课程的其中一个小实验,就是用递归子程序法实现表达式的运算。
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.
统计数据包括调用每个子程序的次数和用去的。
这个级别上的应用程序已经变成服务子例程的多个实例,可由客户机通过某种网格中间件并行调用。
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.
在这个状态下代码会在事件发生的同时运行一个子程序来检查答案并显示下一道问题。
想象一下可以修改子程序的返回值!
在确保正确使用并声明变量之后,将调用loadStateMapping子例程。
Note that the VALIDATE subroutine is much more limited than the ACTION subroutines (described in the next section).
VALIDATE子例程要比ACTION子例程(将在下一节中描述)受到更多的限制。
立即执行全局或内联脚本,这些脚本不是事件处理子例程或函数的一部分。
The compareKnockSequences subroutine below performs a simple difference check between the timings of the knocks.
下面的compareKnockSequences子程序会对敲打之间的时间进行简单的区别检查。
创建所有子例程之后,需要从主要流程构建子例程调用它们。
完成了基本变量声明和子例程后,程序将继续进行主程序循环,如下所示。
If, some time ago, another programmer wrote an excellent subroutine to deal CARDS, it would make sense to reuse that logic.
如果以前有人编写了一段很优秀的发牌子程序,那么重新用那个子程序是有意义的。
该系统硬件电路简单,子程序具有通用性,完全符合设计要求。
为了便于根据特定数据集进行调整,需要考虑修改scoreSortResults子例程使其只接受精确匹配。
线搜索-技术,一维的优化,通常用作其他子程序,更普遍的技术。
Listing 7 shows the hasNonPrintable subroutine used to check a password for one of the expected prefixes in the @nonPrintable array.
清单7显示了hasNonPrintable子例程,它可以针对@nonPrintable数组中的一个预期前缀检查密码。
您可以将任何带有匹配签名的有效子例程用作事件处理程序。
如果至少已输入了一个字符,则在按下Enter键后,子例程将退出。
提出采用递归子程序实现数值计算。
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子程序中。
另一种子常式叫函数。
1·This mode is often used for global variable access, branching, and subroutine calls.
这种模式通常用于全局变量访问、分支以及子程序调用。
2·Let's take a look at the subroutine and describe how it works.
让我们来看一看这个子程序并了解一下其工作原理。
3·Recall that the fields are delimited by ##, and the subroutine above puts all of the fields for one record into the delRecs array.
字段都是用 ## 分隔的,并且上面的子程序将把一条记录的所有字段放入 delRecs 数组中。
4·The stack region is used for subroutine return addresses, as well as to store automatic data.
stack区域用于子程序返回地址,也用于存储自动数据。
5·Once the keyword and display parameter hash has been built, we can move on to our simple keyword matching subroutine: matchWords.
构建了关键字和显示参数散列之后,接下来我们可以查看简单的关键字匹配子程序:matchWords。
同义词
n.
[计]子程序