| 1. | The while loop will be explained in the next chapter 循环语句将在下一章作具体讲解。 |
| 2. | Loop statement synthesis method in vhdl language 语言中循环语句的综合方法 |
| 3. | It ' s not a jump but rather a way to break out of an iteration statement 它并不属于一次跳转,而是中断循环语句的一种方法。 |
| 4. | Looping statements in php are used to execute the same block of code a specified number of times Php循环语句的作用是:对同一个代码块执行指定的次数。 |
| 5. | By adding logical and conditional statement or circular statement , you can add a complex examination toward the test 通过添加逻辑和条件语句或循环语句,可以向测试添加复杂的检查。 |
| 6. | When you know the length of a node list , you can easily loop through it and extract the values you want 当你知道了一个节点列表的长度时,你可以非常方便的对它执行循环语句并从中提取你想要的值。 |
| 7. | And that means right before ? it does no good to put any other statement between the label and the iteration 进一步说,它实际需要紧靠在循环语句的前方? ?在标签和循环之间置入任何语句都是不明智的。 |
| 8. | When you know the length of a node list , you can easily loop through it and extract the values you want 当我们已经知道了一个节点列表长度时,你可以非常方便的对它执行循环语句并从中提取你想要的值。 |
| 9. | Very often when you write code , you want the same block of code to run a number of times . you can use looping statements in your code to perform this 在书写代码时,你经常会发现,某个代码快要被多次执行。如果出现了这种情况,你就可以通过循环语句来实现它。 |
| 10. | The algorithm inserts the dynamic voltage scaling code before the condition statements and after the loop statements , which affect the program execution time . the algorithm makes full use of the slack time for the running program and effectively reduces system power consumption 该算法在编译器的帮助下,在条件语句,循环语句等影响程序实际执行时间的控制语句结构中设置电压调节点,插入电压调节代码,从而最大限度的利用了程序运行时的空闲时间,达到了降低系统功耗的效果。 |