它使用这些信息来确保只对位于同一代码块中相同范围级别的赋值语句执行对齐。
It USES this information to ensure that it aligns only those assignment statements at the same scoping level in the same block of code.
这些简单的案例中提供了表达式,但它们也可以是规定多条语句的代码块(使用花括号)。
In these simple cases, expressions are provided, but they could also be blocks of code (using curly braces) to specify multiple statements.
同步语句一次仅允许一个线程进入代码块。
The synchronized statement enbales only one thread to enter a code block at a time.
EclipseGalileo中的另一个新特性是为if语句生成代码块的能力。
Another new feature in Eclipse Galileo is the ability to generate blocks for the if statement.
return关键字在这里是可选的,而且很少被用到,除非在一段代码中间返回(比如在一个if语句块中)。
The return keyword is optional here and it is rarely used, except when returning out of the middle of a block (e.g., in an if statement).
这两个代码块都会使用switch语句计算int值,从而得到输出到控制台的供人阅读的字符串值。
Both blocks of code evaluate an int value using a switch statement that results in a human-readable string value printed to the console.
因为闭包的范围规则,开发时不能使用goto语句进入包含闭包的代码块。
Because of the scoping rules for closures, one cannot use a goto to enter a block of code containing a closure.
上述语句指定了一个表达式,该表达式产生了一个布尔值和一个不返回任何结果的代码块(Unit),这正是while所期望的。
The arguments above specify an expression that yields a boolean value and a block of code that returns nothing (Unit), which is exactly what while expects.
为了进行验证,将转换代码放入到子句的块中,并检查块中的test语句。
To validate, place the transformation code inside the block of a clause and check the condition as a test statement inside the block.
方法接收一个新的客户端对象,以及一个匿名方法,该方法持有的代码与正常使用using语句块包含的代码完全相同。
This method takes a new client object and an anonymous method that holds the same code a normal using block would contain.
过程与函数语句将某些代码块定义为以后可在程序中返回的进程或函数。
Procedure and function statements define certain blocks of code as procedures or functions that can then be returned to later in the program.
最直观的反应就是代码只需作细微的修改;在“for”语句内的代码块,可以作为参数传递到“Parallel.For”函数中。
Superficially the code changes are minor; rather than having a block of code following the "for" line, the code is passed as an argument to the "Parallel.For" function.
确定了这个语句是if(Logger.isLogging())语句后,我们需要找出 if代码块的边界。
Once we've determined that this statement is an if(Logger.isLogging()) statement, we need to figure out the boundaries of the if's block of code.
通常情况下,这些方法中的代码都有一个大型的if -else语句块或者一个map查找。
Typically, these methods are written as one large if-else block or a Map lookup.
该框架使得代码选择面向基本块,而不再是语句,扩大了指令注释的搜索空间,产生了SIMD指令。
The framework makes code selection not face single statement but a basic block., expanded the searching space of code selection generated the instructions of SIMD.
语句块由冒号分隔的代码行组成。
Statement blocks are made up of lines of code delimited by colons.
PHP循环语句的作用是:对同一个代码块执行指定的次数。
Looping statements in PHP are used to execute the same block of code a specified number of times.
块语句减少了当控制结构嵌套时候可能引起的混淆,提供了一种提高代码可读性的组织机制。
Block statements reduce the ambiguity that often arises when control constructs are nested, and they provide a mechanism for organizing the code for improved readability.
块语句减少了当控制结构嵌套时候可能引起的混淆,提供了一种提高代码可读性的组织机制。
Block statements reduce the ambiguity that often arises when control constructs are nested, and they provide a mechanism for organizing the code for improved readability.
应用推荐