
词语导航
基本信息
词语:分支语句
繁体:分支語句
拼音:fēn zhī yǔ jù
英语翻译
【计】 branch statement
分词翻译
分支的英语翻译:
branch; filiation; fork; offshoot
【计】 branch
【化】 bifurcation; branch; branching
【医】 branching; ramification; ramify
【经】 sub-branch
语句的英语翻译:
sentence
【计】 COMPLEX statement
翻译例句
1. 精确的数据流分析,需要充分利用条件分支语句的逻辑语义。
A precise dataflow analysis should effectively exploit the semantic information presented by conditional branch statements.
2. 这种方法使用一个php分支语句,根据URL中的第一个参数设置class属性值。
This method used a PHP switch statement that sets the value for the class attribute based on the first argument in the URL.
3. 如果有一个为真了,相应的分支语句就运行了,这些条件判断的语句就都结束了。
If one of them is true, the corresponding branch runs and the statement ends.
4. 如果有一个以上的条件为真,只有先出现的为真的条件所对应的分支语句会运行。
Even if more than one condition is true, only the first true branch runs.
5. 步骤五,这是一个关于我们调用一个条件,或者分支语句的例子,因为这是一个岔路口。
Step 5, now this is an example of what we"ll henceforth call a condition or a branch because it"s sort of a fork in the road.
6. 顺便说下,在电脑术语里面,这用来实现对于程序执行路径的选择和改变的语句,叫做“分支语句。”
By the way, in computer terminology, this whole business of rerouting the path of execution is called "branching."
7. 您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
8. 第219- 226行代码包含了分布式事务(Distributed Transaction)中为相应分支所使用的真正sql语句。
The code lines 219-226 contains the actual SQL statement used in Distributed Transaction for the corresponding branch.
9. 清单11被视为一个庞大的条件语句,它基于请求url中的o参数的值执行一个特定的分支。
Listing 11 is best thought of as a giant conditional statement, which executes a particular branch based on the value of the o parameter in the request url.
10. 包含xsl:if或xsl:choose语句的模板有多个分支。
A template that contains XSL: if or XSL: choose statements has several branches.
11. 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.
12. 为什么本章中的monthName这个方法里的每个分支,在结尾处不需要包含break语句?
Why was it unnecessary to include a break statement at the end of each case clause in the monthName method presented in the chapter?
13. 不幸的是,由于循环分支太接近返回语句,因此您无法预测循环分支和返回分支。
Unfortunately, because the loop branch is so close to the return statement, you cannot predict both the loop branch and the return branch.WWW.WENtIyI.coM
14. 像条件语句一样,它允许一个简单的语句位于分支的表达式之前。
Like conditionals, they allow a simple statement to proceed the expression that is being switched upon.
15. 例如,如果您拥有一个复杂的if语句,有些分支可能会修改某个变量,而其他分支可能会修改其他变量。
For example, if you have a complicated if statement, some branches may modify one variable while others modify other variables.
16. 还有几类覆盖率,比语句覆盖率更直接地指向设计错误(例如分支覆盖率)。
There are types of coverage that point more directly to design mistakes than statement coverage does (branch coverage, for example).
17. 第一个分支只有一个简单的语句。
The first branch contains a simple statement.
18. 这两个分支都是简单的语句,他们的位置也可以继续放条件判断语句的。
Those two branches are both simple statements, although they could have been conditional statements as well.
19. 一般来讲,你可以用条件表达式来替换掉条件语句,无论这些语句的分支是返回语句或者是赋值语句。
In general, you can replace a conditional statement with a conditional expression if both branches contain simple expressions that are either returned or assigned to the same variable.
20. 单元测试阶段结构覆盖测试往往要求语句覆盖率和分支覆盖率均达到100%。
In the unit test stage, it is often required that sentence coverage rate and branch coverage rate all up to 100% in the structure coverage test.
21. 这里介绍几种REBOL中的选择语句,这些方法提供了一个按照关键值运行多种分支的方法。
There are several methods to selectively evaluate expressions in REBOL. These methods provide a way for evaluation to branch many different ways, based on a key value.
22. 这里介绍几种REBOL中的选择语句,这些方法提供了一个按照关键值运行多种分支的方法。
There are several methods to selectively evaluate expressions in REBOL. These methods provide a way for evaluation to branch many different ways, based on a key value.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
