loop statement meaning in English
循环语句
Examples
- S , see below which may contain any number of statements including conditional statements , looping statements , try catch , etc . the order in which the functions are given is not in general significant
,详见下面关于操作的章节,里面可以包括任意数量的声明条件语句循环条件try catch等等。语句在函数中的给定顺序并不很重要。 - 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
该算法在编译器的帮助下,在条件语句,循环语句等影响程序实际执行时间的控制语句结构中设置电压调节点,插入电压调节代码,从而最大限度的利用了程序运行时的空闲时间,达到了降低系统功耗的效果。