然而,在主循环中,您使用了一个条件分支。
该模型允许多周期操作和条件分支。
The model allows multi cycled operations and conditional branches.
精确的数据流分析,需要充分利用条件分支语句的逻辑语义。
A precise dataflow analysis should effectively exploit the semantic information presented by conditional branch statements.
一个组合碎片用来把一套消息组合在一起,在一个序列图中显示条件分支。
A combined fragment is used to group sets of messages together to show conditional flow in a sequence diagram.
同时还提出了一种叫作流水控制黑板的机制来支持条件分支操作。
A mechanism called the pipeline control blackboard (PCBB) is also proposed to support conditional branches.
该基于知识库的执行引擎支持带有条件分支控制结构的组装结果的执行。
And the execution engine based on knowledge base supports the execution of composition result with If-T.
这些细微差别可以在工作流中用简单的条件分支(“如果帐户是新的,则…”)处理。
The trivial differences could be handled with simple conditional branches (" if account is new, then... ") in the workflow.
另外,默认情况下,SPU所碰到的每个分支都应当不会执行,包括无条件分支。
In addition, by default, every branch encountered by the SPU is assumed to be not taken, including unconditional branches.
当进行条件分支、向函数传递值、从函数返回值以及其他操作时,首选槽内的值才是关键的。
When doing conditional branching, passing values to functions, returning a value from a function, and several other scenarios, the value in the preferred slot is the one that matters.
首先介绍程序测试的一个准则,它要求程序的每个条件分支在测试期间至少被经过一次。
In the paper, a criterion is stated for program testing, which requires every conditional branch in the program will be traversed at least cone during the test.
首先介绍程序测试的一个准则,它要求程序的每个条件分支在测试期间至少被经过一次。
The framework of automatic test system has been introduced, included automatic test equipment and test program set and software development tools.
这里有很多其他结构类型如循环控制,条件分支等等,所以我觉得应该,以这个程序作为结束。
There are so many other constructs like loops and conditions and such, so what I thought we do in conclusion today is look at this program.
如果这仍然超过4K消失,那么你需要找到一个无条件分支或在你的功能,你可以以后把它返回指令。
If that's still more than 4k away then you need to find an unconditional branch or return instruction in your function that you can put it after.
流程的WS - BPEL表示形式(请参见图2)与业务模型类似,因为存在连接在一起的步骤以及条件分支逻辑。
The WS-BPEL representation of the process (Figure 2), is similar to the business model in that there are steps which are wired together, along with conditional branching logic.
本文基于ARM 9tdmi内核,从指令调整、寄存器分配、条件分支和循环结构等方面对汇编代码的优化方法进行了详细的论述。
This article gives a detail discussion on the assembled code optimization from instruction arrangement, register division, condition selection branch and cycle structure based on the core of ARM9TDMI.
好的,这是其中一个条件,这些分支。
如果跳转请求跨过这些分支,则可能会违反这些条件,并可能会导致意外的行为和异常。
If a jump request crosses these branches, these conditions may be violated and this may result in unexpected behavior and exceptions.
为分支输出构建条件。
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
实现决策分支条件。
这种形态不包括常规形态中常见的循环、条件和分支。
This form does not include the loops, conditions, or branches found in the generic form.
报告分支覆盖的工具试图度量决策点(比如包含逻辑AND或OR的条件块)的覆盖率。
Tools that report branch coverage attempt to measure the coverage of decision points, such as conditional blocks containing logical ANDs or ORs.
成功和失败条件与循环、条件和分支一样,都是这种图的组成部分。
Both success and failure conditions are part of this type of diagram, as are loops, conditions, and branches.
像条件语句一样,它允许一个简单的语句位于分支的表达式之前。
Like conditionals, they allow a simple statement to proceed the expression that is being switched upon.
流程的输入和输出条件与它可能的执行分支之间的错误匹配,可能会成为错误的来源。
A possible source of errors is the mismatch between the input and output criteria of the process and its possible execution branches.
假设有一个具有互斥分支的循环流;每个分支都有一些应用于该分支中所有活动的前置条件和不变量。
Consider a cyclic flow that has mutually exclusive branches; each branch has preconditions and invariants that apply to all activities in the branch.
修改与分支和链接相关联的条件。
ClosureStylesheets让我们可以使用@if、@elseif和@else,从而基于某些变量的值来创建条件语句的分支。
Closure Stylesheets allows the use of @if, @elseif and @else in creating conditional branches based on the value of some variables.
通过分支指令访问条件结构的False部分,这不是最优的方式,但是访问它的可能性不大。
The False portion of the conditional would then be available through the branch instruction, which is less optimal but also less likely.
预先计算CASE条件和IFTHENELSE条件,并立即跳至适当的分支。
Pre-compute CASE condition and IF THEN ELSE conditions and jump into the right branch right away.
应用推荐