网站首页  词典首页

请输入您要查询的英文单词:

 

单词 case statement
释义

case statement

美 
英 
  • un.选择语句;分情况语句
  • 网络案例叙述;案例报表;状况叙述
un.
1.
选择语句
2.
分情况语句

例句

释义:
1.
Assume that Color is a String variable and that this variable is a parameter for a method that contains the Select Case statement.
假定Color为一个String变量且此变量是一个包含SelectCase语句的方法的参数。
msdn2.microsoft.com
2.
So, each time this section of code is executed, the $TIME is checked to see if it matches the times of the case statement.
因此,每次执行这个代码段的时候,将检查$TIME是否匹配case语句所指定的时间。
www.ibm.com
3.
The script starts by parsing parameters and breaking the launch and terminate functions into a case statement.
这个脚本在开头解析参数,将launch和terminate函数调用放到case语句中。
www.ibm.com
4.
The case statement that matches the constant in the switch expression is only reachable; all other case statements are not reachable.
只能访问与switch表达式中的常数匹配的case语句,而无法访问其他所有case语句。
msdn2.microsoft.com
5.
A case statement allows you to quickly build upon it as your script evolves and needs to perform different tasks.
当您的脚本变得比较复杂、并且需要执行不同的任务时,可以使用case语句迅速地进行构建。
www.ibm.com
6.
This case matches anything that wasn't matched by the other cases, and should be the last case statement.
它匹配了任何和其它case都不匹配的情况,并且应该是最后一条case语句。
www.phpx.com
7.
The case statement begins with the word case and ends with the reverse (esac).
case语句以case开头,并且以反写的(esac)结尾。
www.ibm.com
8.
Make sure a valid Select or Select Case statement precedes the Exit Select and a valid End Select statement appears after it.
确保ExitSelect之前有一个有效的Select或SelectCase语句,之后有一个有效的EndSelect语句。
msdn2.microsoft.com
9.
To correct this warning, remove the unreachable code or verify that the constant used in the case statement is correct.
若要更正此警告,请移除无法访问的代码,或者确认在case语句中使用的常数正确无误。
msdn2.microsoft.com
10.
One of the most obvious changes in our second version of the ebuild script is the new case statement at the end of the code.
ebuild脚本第二版中最明显的改动之一就是代码末尾新的case语句。
www.ibm.com
1.
Exit Select is valid only between a Select or Select Case statement and a corresponding End Select statement.
ExitSelect只在Select或SelectCase语句和对应的EndSelect语句之间有效。
msdn2.microsoft.com
2.
A Case statement with multiple clauses can exhibit behavior known as short-circuiting.
具有多个子句的Case语句可能会表现出称为“短路”的行为。
msdn2.microsoft.com
3.
A message box appears displaying the message for the Case statement matching the number that you entered.
出现一个消息框,显示和您输入的数字相匹配的。
msdn2.microsoft.com
4.
Then, it updates its Internet control block with the foreign IP address and port number and returns to the PRU_CONNECT case statement.
然后使用外来IP地址和端口号更新其Internet控制块,并返回到PRU_CONNECT示例语句。
www.ibm.com
5.
For each option, the case statement then attempts to identify the option, using either the short or long format and setting a variable.
对于每个选项,case语句会尝试识别该选项——使用短格式或长格式并设置一个变量。
www.ibm.com
6.
To program the StatusBar Control (Windows Forms) control to respond to user clicks, use a case statement within the PanelClick event.
若要对StatusBar控件(Windows窗体)控件进行编程以响应用户的单击操作,请在PanelClick事件中使用case语句。
msdn2.microsoft.com
7.
The code between the case statement and the break keyword is executed if the condition is met.
如果满足条件,则执行case语句和break关键字之间的代码。
msdn2.microsoft.com
8.
A statement like case _ is similar to a default clause in a case statement in Java or C code.
诸如case_这样的声明和Java或C 代码中case语句的默认子句类似。
www.ibm.com
9.
Earlier versions of Oracle only supported a limited version of the CASE statement.
早期版本的Oracle仅支持受限制的CASE语句。
www.ibm.com
10.
The following procedure uses a case statement to classify the results of a query.
下面的过程使用case语句对查询结果归类。
www.ianywhere.com
1.
Ruby uses the ===-operator to compare the different cases in a case-statement.
Ruby在case语句中使用===来比较不同的情况。
www.infoq.com
2.
Control is transferred to the case statement which matches the value of the switch.
控制传递给与开关的值匹配的case语句。
msdn2.microsoft.com
3.
Listing 30 shows a brief case statement that make calls to functions, depending on the condition of the variable $key.
清单30给出一个简短的case语句,它根据变量$key的值调用函数。
www.ibm.com
4.
The instructions for each server type are wrapped in a case statement.
每一个服务器类型的说明都封装在一个case语句中。
www.ibm.com
5.
A case statement within bash lets you test for more than one condition or value and act accordingly.
bash中的case语句可以用来测试多个条件或值并相应地执行操作。
www.ibm.com
6.
In a switch statement, the condition is evaluated only once and the result is compared to each case statement.
在switch语句中条件只求值一次并用来和每个case语句比较。
www.phpx.com
7.
Then, a second case statement is used to identify the path of the request.
随后,使用第二条case语句来识别请求的路径。
www.ibm.com
8.
Select Case statement to choose between multiple conditions.
语句在多个条件之间进行选择。
msdn2.microsoft.com
9.
The process of the request happens in two phases, first the request type (GET, POST, and so on) is extracted using a case statement.
请求的处理分为两个阶段,首先使用case语句提取请求类型(GET、POST等)。
www.ibm.com
10.
It looks just like a C-style case statement, right?
看起来很像C风格的case语句,对吧?
www.bing.com
1.
Hence, the code in the first case statement invokes a polymorphic operation.
所以,在第一个case块中的代码执行了一个多态操作。
www.bing.com
2.
The value of Color is then compared to the value for first Case statement.
然后将Color的值与第一个Case语句的值相比较。
msdn2.microsoft.com
3.
Each Case statement can contain one or more values, a range of values, or a combination of values and comparison operators.
每个Case语句都可以包含一个或多个值、某个范围的值或值和比较运算符的组合。
msdn2.microsoft.com
4.
Listing 7 extends this case statement to handle delayed_job roles.
清单7扩展了这个case语句,来处理delayed_job角色。
www.ibm.com
5.
Now, this means that one can use a Proc object in a case-statement; it will get the case-argument as parameter.
现在,这意味着可以在case语句中使用Proc对象了;可以将case参数作为Proc的参数。
www.infoq.com
6.
chapter C No. English Calling sequence Call instruction Calls Call stacks Caret character ^ Cartesian product Case statement Chinese
调用序列调用指令调用调用栈迪卡尔乘积Case语句
wenku.baidu.com
7.
Listing 1 shows an example of an SQL procedure with a CASE statement with a simple-case-statement-when-clause
清单1展示了一个SQL过程的示例,包含一个CASE语句和一个simple-case-statement-when-clause
www.ibm.com
8.
(The case statement returns a method name; the line number. send(method) calls that method on the instantiated calculator. )
case语句返回一个方法名称;number.send(method)行调用实例化计算器上的那个方法。
www.ibm.com
9.
Control to respond to user clicks, use a case statement within the
控件进行编程以响应用户的单击操作,请在
msdn2.microsoft.com
10.
This case statement simply checks the second command-line argument, and performs the correct action, depending on its value. If we now type
这条case语句只是检查第二个命令行自变量,然后根据其值执行正确操作。
www.ibm.com
1.
The following code removes the unreachable case statement
下面的代码移除无法访问的case语句
msdn2.microsoft.com
2.
Listing 30. Example of a case statement in bash
清单30.bash中的case语句示例
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/5/5 4:37:04