Conditional statements in DB2 SQL procedures.
DB 2SQL过程中的条件语句。
Convenient buttons have been provided for conditional statements and operators.
方便的按钮提供条件语句和操作。
In the beginning, I found that I was using a lot of conditional statements.
在开始的时候,我发现我是使用了很多条件语句。
Boolean logic is especially useful for formulating clear conditional statements.
布尔逻辑对你规划条件语句的结构特别有用。
What is the purpose of using conditional statements to activate a function?
使用条件语句来激活函数的目的是什么?
We will also practice using conditional statements to talk about work and careers.
我们还将练习使用条件陈述来谈论工作和事业。我们还将看一封推荐信。
Avoid function calls in Boolean conditional statements. Assign into local variables and check on them.
避免在条件中直接调用返回布尔值的函数。把返回值赋值给一个局部变量来使用。
Those two branches are both simple statements, although they could have been conditional statements as well.
这两个分支都是简单的语句,他们的位置也可以继续放条件判断语句的。
You can add conditional statements and iteration to tests, which can help if you want to run tests with a set of data.
您可以添加条件语句和迭代以进行测试,如果您想使用一个数据集运行测试,这个功能就会有所帮助。
I just wanted to avoid a bunch of superfluous conditional statements that the code might have to go through later on.
我只是为了避免在返回时一堆的多余的条件判断语句。
The main idea in this section is that social scientific reasoning involves conditional statements of the form if X then Y.
该部分的主要想法是社会科学推理,包括如果X,则Y形式的条件陈述。
The decisions are found in a series of conditional statements, which execute String operations to determine the type of message.
决定是通过一组条件语句而确定的,它们进行String操作以确定消息的类型。
Policies allow rules to take the form of if, then conditional statements, where actions are executed to account for a given condition.
策略规则可以采用 “如果,那么”条件陈述的形式,也就是说,在某一条件下应该采取某些措施。
Very often when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this.
在写代码时经常会遇到想根据不同的判断来执行不同的动作。你可以用假设语句来做到这点。
As shown in Example 8-2, we now have conditional statements that initialize the creature attributes to different values depending on the current game level.
正如例8 - 2所示,我们使用条件语句来根据当前的游戏等级来初始化人的属性。
Undoubtedly, the most common debugging procedure is to set breakpoints that will allow the inspection of variables and the values inside conditional statements or loops.
毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。
Often, it would seem easier and faster to write the portlet source using a JSP file and conditional statements, instead of writing an annotation that needs to be applied.
通常,使用JSP文件和条件语句而不是通过编写需要被应用的注释来编写portlet源代码看起来要更容易更快。
Conventions aimed at readability includes such things as the use of line breaks, treatment of whitespace like tabs and Spaces, and the formatting of conditional statements.
约定的可读性目标包括使用断行、将空格当做制表符和空白对待,以及条件语句的格式。
Like in most modern programming languages, the and and or statements are necessary for definitive conditional evaluations of expressions or their values.
与大多数现代编程语言一样,需要使用AND和OR语句对表达式或它们的值进行条件运算。
CONDITIONAL: If the table is present in the front-end database, the SQL statements are executed in the front end.
CONDITIONAL:如果数据表在前端数据库中,sql语句将在前端执行。
Conditional if statements start with if and end with the letters reversed (fi).
条件型if语句以if开头,以反写的字母(fi)结尾。
Because if statements are expressions in Scala, there is no need for the special-case ternary conditional expressions that exist in C-derived languages.
因为在scala里if语句是一个表达式,所以就不需要c类型子语言的三重条件表达式了。
The statements on line 1, 2, and 3, and the comparison on line 4, all form one basic block that ends with the conditional jump implementing the if statement.
行是声明行,第四行上是比较,所有这些组成了以传统跳跃执行结尾的基本块。
We will use these global variables in conditional scripting statements.
我们将会在脚本的条件语句中使用这些全局变量。
Conditional constructs such as if, switch, while, and for statements are each given a value of 1, along with exception paths.
每一个条件构造,如if、switch、while和for语句,都被分配一个1值和异常路径。
A precise dataflow analysis should effectively exploit the semantic information presented by conditional branch statements.
精确的数据流分析,需要充分利用条件分支语句的逻辑语义。
Conditional compilation constants determine whether tracing and debugging statements should be compiled into the assembly.
条件编译常量确定是否应当将跟踪和调试语句编译到程序集中。
Lists and discusses the statements that control compilation of a script depending on the values of the conditional compilation variables.
列出并讨论根据条件编译变量的值控制脚本编译的语句。
Introduces a group of statements to be run or compiled if no other conditional group of statements has been run or compiled.
如果尚未运行或编译其他语句的条件组,引入一组语句以供运行或编译。
Introduces a group of statements to be run or compiled if no other conditional group of statements has been run or compiled.
如果尚未运行或编译其他语句的条件组,引入一组语句以供运行或编译。
应用推荐