Test suite: Enables sequential execution of test scripts.
测试集:能够对测试脚本执行连续的执行。
This function exits a thread if the normal sequential execution hasn't finished.
如果正常的顺序执行尚未完成,这个函数将退出线程。
This is called sequential execution and is the default direction of program flow.
这称为循序执行,也是程序流程的预设方向。
If we replace the inclusive decision and fork with two exclusive decisions, the process would only have one sequential execution path.
如果我们将包含性decision和fork替换为两个独占性decision,该流程将只有一条后续执行路径。
An alternative to sequential execution transfers the program flow to another part of a script as a result of conditions that a script encounters.
另外一个循序执行的方法是,当程序码遇到条件结果时,将程序流程转送到指令码的另一个部分。
For the first two choices, a single sequential execution path results, while the choice of Task 3 and Task 4 results in both branches executing in parallel.
对于前两个选择,将只导致一条后续执行路径,而同时选择Task3和Task4将导致并行执行这两个分支。
Even though Verilog executes different code blocks concurrently as opposed to the sequential execution of most programming languages, there are still many parallels.
尽管Verilog HDL可以并发执行不同的代码块,这区别于大多数编程语言的顺序执行;任然有许多并行部分。
You can safely use them when this behavior is intended, when only a single sequential execution occurs, or when parallel branches rejoin before reaching a single stop node.
如果您想故意实现这种行为,或只发生了一个单独的后续执行,又或者并行的分支在到达某个单独的停止节点之前已经重新联接,那么您可以安全地使用这些停止节点。
This problem also highlights one of the fundamental design principles when it comes to working with parallel data structures: Do not assume sequential execution of any code, ever.
这个问题也突显了并发数据结构的基本设计原则之一:决不要假设任何代码会连续执行。
The ideal threshold for choosing between sequential and parallel execution is a function of the cost of coordinating the parallel tasks.
用于选择顺序和并行执行方法的理想阙值是协调并行任务的成本。
By explicitly drawing connections between activities, you establish the sequential order of execution.
通过明确地描绘出这些活动的连接,您可以确定执行的前后顺序。
Use this flag in cases where you know that parallel execution of the query will result in speedup, but PLINQ in the Default mode would execute it as sequential.
如果认为并行执行查询将带来加速,则使用此标志,但处于默认模式的PLINQ将按顺序执行它。
You want to execute a function only once, coalescing multiple sequential calls into a single execution at the beginning or end.
你只想执行函数一次,把一系列的调用合并成一个单一的调用,在这一些列调用的开头或者结尾执行。
You want to execute a function only once, coalescing multiple sequential calls into a single execution at the beginning or end.
你只想执行函数一次,把一系列的调用合并成一个单一的调用,在这一些列调用的开头或者结尾执行。
应用推荐