What is the translation of " SWITCH STATEMENT " in Chinese?

[switʃ 'steitmənt]
[switʃ 'steitmənt]
switch语句
一个switch语句

Examples of using Switch statement in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Python does not support switch statement.
Python并不支持switch语句.
A switch statement first evaluates its expression.
一个switch语句首先会计算其expression。
A complete guide to Java SE 12 extended switch statement/expression.
JavaSE12扩展Switch语句/表达式完整指南.
Eliminating the switch statement had little effect on the C code.
消除switch语句对C代码几乎没有影响。
The final thing I want tocall out in this brief introduction to Swift is the switch statement.
最后一件在这篇对Swift的简要介绍中要谈论的是switch语句
Use the switch statement to select one of many blocks of code to be executed.
请使用switch语句来选择要执行的多个代码块之一。
Technically, the final breakis not required because flow falls out of the switch statement.
从技术上讲,最终的break是不需要的,因为流程不在switch语句中
The switch statement consists of a series of case labels and an optional default case.
Switch语句体由一系列case标签和一个可选default标签组成。
An interval can determine whether it contains a particular element,such as when matching a switch statement case.
一个区间可以决定他是否包含特定的元素,就像当匹配一个switch声明的case一样。
Java switch statement is used to select one of many code blocks to be executed.
JavaScriptSwitch语句请使用switch语句来选择要执行的多个代码块之一。
For example, one feels instinctively allergic to writing a match or switch statement that doesn't cover all possibilities.
比如,一个人本能地讨厌写未覆盖所有可能的match和switch语句
The switch statement's first case matches all five lowercase vowels in the English language.
个switch语句的第一个情况匹配了英语语言里所有五个小写的元音。
For example, one feels instinctively allergic to writing a match or switch statement that doesn't cover all possibilities.
比如说,一个人本能的不愿写无法覆盖所有可能性的match和switch语句,。
Each switch statement includes a default statement group, even if it contains no code.
每个switch语句包含一个default语句组,就算里面没有代码。
Swift provides two ways to add conditional branches to your code:the if statement and the switch statement.
Swift提供了两种方法来给你的代码添加条件分支,就是所谓的if语句和switch语句
The break keyword exits the switch statement, and is typically used at the end of each case.
Break关键字使得switch语句退出,它经常在每个case的结尾使用。
Switch statement- is used if you want to select one of many blocks of code to be executed, use the Switch statement..
Switchstatement-如果想选择很多代码块来执行,使用switch语句使用。
However, when I eliminated the switch statement, the hex trick once again make the code twice as fast.
但是,当我删除switch语句时,十六进制技巧再次使代码快两倍。
While“bytecode” and“virtual machines” sound intimidating, you can see they're often as simple as a stack,a loop, and a switch statement.
虽然“字节码”和“虚拟机”的听起来很吓人,但你可以看到它们往往简单到只需栈,循环,和switch语句
Unlike a switch statement in C, this switch statement does not match both"a" and"A".
与C中的switch语句不同,这个switch语句没有同时匹配”a”和”A”。
In its simplest form, a switch statement compares a value against one or more values of the same type:.
Switch语句最简单的形式就是把某个值与一个或若干个相同类型的值作比较:.
A switch statement can have an optional default case, which must appear at the end of the switch..
一个switch语句可以有一个可选的defaultcase,出现在switch的结尾。
Enumeration case patterns appear in switch statement case labels and in the case conditions of if, while, guard, and for-in statements..
枚举用例模式出现在switch语句中的case标签中,以及if,while,guard和for-in语句的case条件中。
Each switch statement includes a default statement group, even if it contains no code.
每个switch语句都包含一个default语句组,即使它什么代码也不包含。
This example uses a switch statement to consider a single lowercase character called someCharacter:.
这个示例使用了一个switch语句来考虑一个叫做someCharacter的单一小写字符:.
Every switch statement consists of multiple possible cases, each of which begins with the case keyword.
一个switch语句都由多个可能的情况组成,每一个情况都以case关键字开始。
Similar to an if is the switch statement, which allows us to take a different code path based on the value of something.
类似if语句的switch语句,它使我们能够根据某个值来采取不同的代码路径。
The switch statement evaluates its expression, then executes all statements that follow the matching case label.
Switch语句评估其表达式,然后执行匹配的case标签后的所有语句。
A switch statement allows a program to evaluate an expression and attempt to match the expression's value to a case label.
Switch语句允许一个程序求一个表达式的值并且尝试去匹配表达式的值到一个case标签。
Results: 29, Time: 0.0353

Word-for-word translation

Top dictionary queries

English - Chinese