当前位置:乐沙网 > 汉英词典 > 计算转向语句的英语翻译,近义词、反义词、例句

计算转向语句英文解释翻译、计算转向语句的近义词、反义词、例句

英语翻译:

【计】 computed GO TO statement

相关词条:

1.computedgoto  

分词翻译:

计算的英语翻译:

calculate; compute; cast; count; figure up; calculation; computation
【计】 calc; calculating; computing; tallying
【经】 calculate; calculation; computation; computing element; reckon
reckoning

转向语句的英语翻译:

【计】 GO TO statement

网络扩展解释

计算转向语句 (jì suàn zhuǎn xiàng yǔ jù)

计算转向语句是计算机编程语言中的一种控制流语句,用于根据条件决定代码执行的路径。当程序执行到这种语句时,会根据条件的真假来决定程序执行下一步的操作。

该语句一般包括条件表达式和两个或多个可能的语句块,其中条件表达式用于计算得到一个布尔值,根据布尔值决定执行哪个语句块。

例如,在C语言中,计算转向语句是“if”语句,可以用于如下代码:

if (x > 0) {

    printf("x is positive");

} else {

    printf("x is zero or negative");

}

英语解释翻译 (English Explanation and Translation)

The conditional statement is a control flow statement in computer programming languages, which determines the code execution path based on conditions. When the program encounters this statement, it will determine the next step based on the truth or falsehood of the conditions.

This statement generally includes a condition expression and two or more possible statement blocks. The condition expression is used to calculate a boolean value, which determines which block to execute.

For example, in the C language, the conditional statement is the "if" statement, which can be used in the following code:

if (x > 0) {

    printf("x is positive");

} else {

    printf("x is zero or negative");

}

英文读音 (English Pronunciation)

[kəmˈpjuːtər ˈkənˌdɪʃənəl ˈsteɪtmənt]

英文的用法 (English Usage)

The conditional statement is a crucial component in programming and is used extensively in various programming languages. It is used to make decisions and control the flow of code based on specific conditions.

英文例句 (English Examples)

- In Python, the conditional statement is expressed by the "if-else" statement.

- The "switch" statement is another form of conditional statement used in C and C++.

英文近义词 (English Synonyms)

- Control statement

- Conditional control statement

英文反义词 (English Antonyms)

- Unconditional statement

英文单词常用度 (English Word Frequency)

The term "conditional statement" has a moderate frequency of use in computer programming literature.

分类

ABCDEFGHIJKLMNOPQRSTUVWXYZ

汉英词典 请记住链接:https://hanying.yuesha.com/nq2smqia.html

展开全部内容
更多工具: