英语人>词典>汉英 : 分支语句 的英文翻译,例句
分支语句 的英文翻译、例句

分支语句

词组短语
branch statement
更多网络例句与分支语句相关的网络例句 [注:此内容来源于网络,仅供参考]

You could conceivably place a class definition in a branch of an if statement, or inside a function.

你当然可以把它放进 if 语句的某一分支,或者一个函数的内部。

Branch selection statement with multiple implementation: Enter the year and month, find the number of days that month.

详细说明:用多分支选择语句实现:输入年份和月份,求该月的天数。

Nowadays many researches have focused on structural ET based on statement and branch coverage and there are few researches on path-oriented ET. To solve this problem, this paper provokes an approach to construct the fitness function for test case generation in path-oriented ET based on the similarity evaluation techniques.

为了解决目前结构性演化测试主要集中于面向语句、分支等覆盖标准,缺乏面向路径覆盖标准的问题,提出了基于相似性度量的适应值函数构造方法,以用于生成覆盖指定路径的测试用例。

The cond form finds the first clause whose condition evaluates to true (ie, doesn't evaluate to nil); it then executes the corresponding action and returns the resulting value.

cond 分支的第一个元素是条件;其它的元素是动作。cond语句查找第一个条件解析为 true 的分支,执行其响应动作并返回结果值。

First of all, in two-way conditionals the conditional branch points to the 'else'block and not to the code that follows the conditional statement.

第一,在双条件分支中指向else 语句块的条件分支指针并不是紧跟在条件声明之后的。

A conditional execution statement that starts by evaluating the expression that follows the switch keyword.

从计算关键字 switch 后面的表达式开始执行的条件分支语句

A multi-branch conditional statement that allows for selective execution of bounded groups of program statements depending upon the value of a control expression.

能根据控制表达式的值对有限个程序语句进行选择性执行的一种多分支条件语句。

Operations have large, multipart conditional statements that depend on the object's state.

一个操作中含有庞大的多分支的条件语句,且这些分支依赖于该对象的状态。

Taking FANUC-0i NC System for example,this paper introduces the methods of machining paraboloid and some points for atte-ntion by using macroprogram .

以FANUC-0i数控系统为例,介绍在数控车床上用宏程序加工抛物面的方法以及一些注意事项,介绍用分支语句和重复语句编写加工抛物面的粗、精加工程序的技巧。

A two-way conditional is different from a single-branch conditional in the sense that if the condition is not satisfied, the program executes an alternative code block and only then proceeds to the code that follows the 'if-else' statement.

双条件分支与单条件分支的区别在于:当if语句中条件不满足时,双条件分支语句要执行另一个代码块。

更多网络解释与分支语句相关的网络解释 [注:此内容来源于网络,仅供参考]

brach:条件分支

compound statement 复合语句 | brach 条件分支 | chained conditional 链式条件

branch statement:分支语句

78. 关系表达式:Relational Expression | 79. 分支语句:Branch Statement | 80. 无条件转移:Branch Unconditionally

branch statement:分支语句,转移语句

280bounding box边框 | 281branch statement分支语句,转移语句 | 282branch unconditionally无条件转移

Case:分支语句

[JIS X0132-1996] 信息技术.编程中分支语句( CASE )工具的评价和选择指南标准名称: 信息技术.编程中分支语句( CASE )工具的评价和选择指南标准中文名: 信息技术.编程中分支语句( CASE )工具的评价和选择指南

cb C:语言整理程序

case 分支语句 | cb C语言整理程序 | cd 改变当前目录

cb C:语言整理程式

case 分支语句 | cb C语言整理程式 | cd 改动当前目录

cb C:言语整理步骤

case 分支语句 | cb C言语整理步骤 | cd 改变卖前目录

ranching statement:过程分支语句

www.mapeng.net 马棚网 | ranching statement 过程分支语句 | procedure call 过程调用=>手続呼出し

while:循环

提供函数定义,函数调用,条件语句(if/else if/else),循环(while)语句,标准循环(for)语句遍历(for in)语句,多路分支(switch/case)语句,支持复杂表达式