您要查找的是不是:
- A re-recognition algorithm is developed for vectorization of loops with logical IF statements and block IF statements. 利用文献[6]和[7]的成果,本文给出IF语句向量化的再识别算法。
- block if statement 块如果语句
- nested block IF statement 嵌套分程序如果语句
- An if statement tests a condition. if语句测试一个条件。
- The IF statement is used to test for a condition. IF语句用于条件的测试。
- Reads a byte. Will block if no input is available. 读入一个字节。如果没有输入可用将阻塞。
- With the new IsNot operator, the following If statement is possible. 利用新的IsNot运算符,下面的If语句是有效的
- After executing the if statement, control is transferred to the next statement. 执行if语句之后,控制传递给下一个语句。
- Reads a byte of data. This method will block if no input is available. 读入一个字节的数据。如果没有输入可用,方法将阻塞。
- When the IF statement evaluates to FALSE, the statement, or block of statements, following the IF statement is skipped. IF语句取值为FALSE时,跳过IF语句后的语句或语句块。
- When the IF statement evaluates to TRUE, the statement or block of statements following the IF statement are executed. IF语句取值为TRUE时,执行IF语句后的语句或语句块。
- You need this application block if you are going to use a database as a backing store. 如果您要将数据库用作后备存储,则需要该应用程序块。
- In the following example a Boolean flag flagCheck is set to true and then checked in the if statement. 下面的示例将Boolean标志flagCheck设置为true,然后在if语句中检查该标志。
- A value of NULL fails the test and the code inside the if. End if statement is not executed. 值为NULL会导致测试失败并且不执行if.;end if语句中的代码。
- Visitors are advised that parts of the trail are narrow and steep, so wear appropriate clothing and comfortable shoes, and use sun block if needed. 部分路段较为狭窄及陡斜,建议旅客穿著合适鞋服,及作防晒准备。
- If any of the arguments to IF are arrays, every element of the array is evaluated when the IF statement is carried out. 如果IF的参数包含数组,则在执行IF语句时,将计算数组中的每一个元素。
- If the first logical_test is FALSE, the second IF statement is evaluated, and so on. 如果第一个logical_test为FALSE,则计算第二个IF语句,以此类推。
- We think that if His-bundle electrogram is available, it may serve as auseful method to ascertain the location of block if (it is )necessary. 我们认为,如果希氏束电图是可行的话,那么,在必须查清阻滞位置时,它就是一个有效的方法。
- The if statement selects a statement for execution based on the value of a Boolean expression. if语句根据Boolean表达式的值选择要执行的语句。
- For non-integral types,you must use a series of if statements. 对于非整数类型,则必须使用一系列if语句。