慈心积善,做大证明。口中言语,光亮人心。
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Logical Operators: Short-Circuit && ||
逻辑运算:短路&&||
Logical operations with short-circuiting
短路特性的逻辑运算
Syntax 句法规则
expr1 && expr2
expr1 || expr2
Description
expr1 && expr2 represents a logical AND operation that employs short-circuiting behavior. That is, expr2 is not evaluated if expr1 is logical 0 (false). Each expression must evaluate to a scalar logical result.
expr1 && expr2代表了一个逻辑与运算,这个运算具有短路特征。短路特征带的来的是,如果表达式1是逻辑0,那么表达式2就不被进行运算。每一个表达式必须能求出一个为逻辑标量的结果。
expr1 || expr2 represents a logical OR operation that employs short-circuiting behavior. That is, expr2 is not evaluated if expr1 is logical 1 (true). Each expression must evaluate to a scalar logical result.
expr1 || expr2进行的是逻辑或运算,具有短路的特征。啥意思?如果表达式1是真的话,那么表达式2就不用算了。每一个表达式都得能计算处逻辑结果。
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
翻译matlab 借助了翻译软件和实践时候的经验,愿所有看了这篇翻译的人能得到一些启示。
因为是为了帮助新手入门,所以我努力以人为本,说新手听得懂的语言,绝不一一对译。n(*≧▽≦*)n
如果我的翻译有错误,请指正。我会不断地进步并更新改进翻译的。请务必不吝赐教。在下感激不尽。
感恩众生与使用的软件,金山词霸与microsoft word。
注:此文仅用作科研学习使用。如果我侵犯了您的权益,请告知。看到您的告知后,我将及时作出处理。
此文为原创,未经同意不得转载。所以转载到其他网站前,请询问在下。