字典九九>英语词典>conditionals翻译和用法

conditionals

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

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

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

电力

双语例句

  • 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语句。
  • It is noticeable in the field of grammar to study the theory of compound sentence, and conditionals is a main kind of all compound sentences, conditionals is composed of single sentence.
    复句理论是语法界引人注目的问题,而条件句则是复句的一个重要类型。
  • This mechanism has the benefit of limiting repeated conditionals testing for certain constraints, such as collection sizes or the previously discussed not-null condition.
    这种机制具有限制针对特定约束条件的重复条件测试的好处,如集合大小或之前讨论过的非null的情况。
  • A Study of the Acquisition of English Counterfactual Conditionals by Chinese Learners
    中国学习者对英语非真实条件句的习得研究
  • Like conditionals, they allow a simple statement to proceed the expression that is being switched upon.
    像条件语句一样,它允许一个简单的语句位于分支的表达式之前。
  • You won't have any trouble creating variables, looping, using conditionals, and creating functions.
    您可以方便地创建变量、循环,使用条件和创建函数。
  • What makes this excellent for users is that they are no longer restricted to simple assignments of values; configuration files expressed as Lua can have comments, conditionals, and more.
    对用户来说,最棒的是他们不再局限于简单的赋值;用Lua表达的配置文件可以有注释、条件等。
  • This is similar to the way C/ C++ handle conditionals: in an expression if ( x& y), if x is true, then y isn't evaluated.
    这类似于C/C++处理条件的方式:在表达式if(x&y)中,如果x为真,则不计算y。
  • 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值,并且一旦找到该值就会抛出异常。
  • Knowing this, it makes sense that excessive conditionals are challenging to follow, and hence, hard to test and maintain.
    了解了这一点,就会明白过多的条件会给以后带来麻烦,使测试和维护变得很困难。