词语站>英语词典>conditionals翻译和用法

conditionals

英 [kənˈdɪʃənlz]

美 [kənˈdɪʃənəlz]

n.  条件句,条件从句(由if或unless引起的); 动词的条件式(如should用在If I should die...)
conditional的复数

电力

双语例句

  • Like conditionals, they allow a simple statement to proceed the expression that is being switched upon.
    像条件语句一样,它允许一个简单的语句位于分支的表达式之前。
  • But none of them scale very well to the case where a routine creates a large number of local variables along the way, and winds its way into a nest of loops and conditionals.
    但没有一种方法能很好地解决这样的情形:例程在运行中创建了大量的局部变量,并把它的运行简化为循环和条件的嵌套。
  • Careful source analysis can reason through such conditionals to provably correct conclusions.
    仔细进行源分析可以从此类条件推理出证实正确的结论。
  • Of course, you can also create a global script and use conditionals and the environment variable HOSTNAME to choose the appropriate settings.
    当然,您还可以创建一个全局的脚本,并使用条件和环境变量HOSTNAME以选择合适的设置。
  • These examples illustrate variables, conditionals, and loops in addition to some of the key features of Scheme.
    这些例子演示Scheme的一些关键特性,此外还演示了变量、条件和循环。
  • Expressions and conditionals specified using XPath
    使用XPath指定的表达式和条件
  • A good example of this is a process that involves a number of functions, some of which include one or more conditionals, such as if-else and switch statements.
    例如涉及多个函数的过程,有些过程包含多个条件,如if-else和switch语句。
  • You can write programs in Maxima using traditional loops and conditionals. You'll also find a hint of Lisp in Maxima ( from functions such as quoting, map and apply).
    在Maxima中还可以找到Lisp的一些线索(从引用之类的函数、map和apply中)。
  • The present paper aims to explore various uses of meta-communicative conditionals ( MCCs) from a cognitive-pragmatic perspective.
    本文是从语用认知的视角来探讨元交际条件句的用法。
  • Specifying this constraint through annotations means I no longer need to litter my code with repetitive conditionals that check for null and throw an exception on finding it.
    通过标注指定这个约束条件意味着我的代码不再会被重复的条件弄得乱七八糟,这些条件检查null值,并且一旦找到该值就会抛出异常。