• Listing 1 below contains basic conditional code that could achieve this goal.

    下面清单1包含实现一目标基本条件代码

    youdao

  • When working with conditional code, you often know which branch is most likely and which is not.

    开发人员使用条件代码时,常常知道可能执行哪个分支,而哪个分支很少执行。

    youdao

  • You will probably find yourself specifically targeting these two screen sizes, even to the extent of having conditional code paths and different XAML files for layout that is size-dependent.

    将会可能发现你自己专注于两个尺寸屏幕甚至某种程度上使用条件语句代码路径不同XAML文件根据具体的屏幕的大小布局

    youdao

  • According to Iran's New Islamic Penal Code, prisoners can apply for conditional release after serving a third of their sentence.

    根据伊朗的《伊斯兰刑法典》,囚犯可以在服满三分之一刑期申请有条件释放

    youdao

  • It slows down the next programmer in the code, as they have to think instead of just flowing through the conditional, if that makes sense.

    这会减慢未来程序员使用代码因为必须思考这段代码如何讲通,而不是顺着条件去看。

    youdao

  • Conditional and procedural elements in the pattern are expressed with code in special callouts.

    特别标注代码能够表示模式中的条件性程序性单元

    youdao

  • Often, long methods and large classes are indications of other code smells, such as conditional complexity and duplicated code.

    通常方法大类暗示着存在其他代码味道条件复杂度重复代码。

    youdao

  • And because every UNIX command returns a status code reflecting success or failure, you can use any command as a conditionalnot just the test operators.

    而且由于每个UNIX命令返回一个指示成功失败状态代码,因此,可以使用任何命令作为条件”——而不仅仅使用测试操作符

    youdao

  • A visual snippet diagram also supports the conditional execution of code groups, which you create by adding a conditional control structure.

    可视代码片段关系图支持代码条件执行可以通过添加条件控制结构创建

    youdao

  • In analysis, you might be content to leave the details out of your conditional expressions, whereas in design you might go so far as to include snippets of the code to be used in the end product.

    分析阶段可能愿意详细信息排除在条件表达式以外,设计阶段,您却可能希望最终产品使用代码片段包括在条件表达式中。

    youdao

  • In addition, code assist is available when typing in the conditional expression.

    除此之外,输入条件表达式可以使用代码帮助

    youdao

  • Conditional complexity can manifest in several different ways in source code.

    条件复杂度可以几种不同方式出现源代码中。

    youdao

  • To display the logged in user's position we can use the following conditional expression in the Data Item expression referring to the Parameter Map "position Code" (Figure 20).

    显示登录用户职位可以引用ParameterMapPositionCodeDataItemExpression使用以下条件表达式(见图20)。

    youdao

  • Add protocol-specific elements, transactions, a loop, a comment, conditional processing, and custom code.

    添加特定协议元素事务循环注释条件处理定制代码

    youdao

  • The following line of C code shows conditional branching

    下面C代码表示了条件转移

    youdao

  • XQuery's ability to transform XML output can be combined with its built-in support for conditional logic to reduce the complexity of application code.

    XQueryXML输出转换功能可以内置的条件逻辑支持相结合减少应用程序代码复杂性

    youdao

  • This line of code might look a little odd because it is a conditional requires statement.

    代码看起来有点古怪因为一个条件语句。

    youdao

  • Unicode character class specifiers, arbitrary code execution inside a pattern, flag toggles, conditional expressions, and many other features were added to the regular expression engine.

    Unicode字符集模式任意代码操作、flagtoggles条件表达式以及其他特征都被添加正则表达式库中。

    youdao

  • Then you use the conditional if statement to check the return code of the command.

    然后,使用条件型if语句,检查命令返回代码

    youdao

  • Many similar tasks must be scripted separately because ant lacks support for loops, inheritance, and conditional processing; therefore, build code is duplicated and is sometimes redundant.

    很多类似任务必须单独编写脚本因为Ant缺乏循环继承条件处理支持因而构建代码出现重复,以致产生冗余代码。

    youdao

  • This little piece of code shows the conditional if statement.

    一小代码显示了条件型if语句。

    youdao

  • You can code conditional WebSphere TX map logic within map rules using the PRESENT function, which tests to see if a particular data object is found in a data structure.

    可以映射规则使用present函数编写有条件WebSphereTX映射逻辑这个函数检查数据结构是否可以找到某个数据对象

    youdao

  • For example, if the conditional is marked "likely" then the compiler can place the True portion of the code immediately following the branch (which will not be taken).

    例如如果个条件标上了likely”,那么编译可以代码True部分直接放在分支指令后面(这样需要执行分支指令)。

    youdao

  • I don't need to write custom tasks, for instance, because a Rake build script is Ruby (as opposed to XML); therefore, if I need some conditional logic, I can easily code it where I need it.

    例如不必编写定制任务因为Rake构建脚本Ruby(不是XML);因此如果需要某种条件逻辑,那么很容易在需要的地方编写这种逻辑。

    youdao

  • You have a date field, a postal code, a field whose input is conditional upon the content of another, and so on.

    日期区域,一个邮政编码,一个输入区域,以及等等

    youdao

  • Code excluded during conditional compilation is completely omitted from the final executable file, so it has no effect on size or performance.

    条件编译被排除代码最终可执行文件中被完全忽略所以不会大小性能任何影响

    youdao

  • When writing a script for a Web page, always place conditional compilation code in comments.

    编写用于网页脚本时,始终条件编译代码放在注释中。

    youdao

  • Conditional compilation constants have a special scope and cannot be accessed from standard code.

    条件编译常数具有特殊范围并且不能标准代码访问

    youdao

  • As a conditional jump may cause significant code performance penalty, the architecture of recent VLIW DSPs offers support for conditional instructions.

    克服条件跳转指令缺陷,新一代超长指令字(VLIW)体系结构数字信号处理器(dsp)提供了条件执行指令的支持

    youdao

  • This enables hosts that do not support conditional compilation to ignore this code.

    这样支持条件编译的宿主就可以忽略代码。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定