Because of this loop, which is promoted by warmer temperatures in winter and spring, well, it looks like the tundra may be turning into shrub land.
由于冬春两季气温的上升加剧了这样的循环,因此,苔原可能正在向灌木林地转变。
One technique that is often now performed by the compiler is loop unrolling.
现代编译器常常采用的一种技术是展开循环。
A standard optimization is loop unrolling; the compiler will unroll the loops to reduce the number of branches.
标准的优化是循环展开;编译器将展开循环,以减少分支的数量。
What we have to do is loop until we have less than ten results or until there is an error. The loop looks like this!
我们需要使用一个循环进行遍历,直到所返回的结果少于10个或出现错误为止。
When the maximal uncontrollable subnet is loop-in, the problem is a nonlinear integer program (NIP), which is difficult to be solved.
当最大不可控子网中有环时,控制律的求解变成了非线性整数规划(NIP)问题,而NIP问题的求解是非常困难的。
The first is loop unrolling, a technique where the instructions called in each iteration of the loop are replicated to form a single sequence.
首先是循环展开(loop unrolling),它是这样一种技术:复制循环的每次迭代所调用的指令以构成一个序列。
So what I wanted to do is loop back, at least with a couple of things that we see recurring and very understandably so, but let's try to clear up a couple of frequently occurring issues.
所以我想要做的是回环,至少用两三个,我们看到的东西返回,并且可以理解地,让我们试着处理几个,频繁发生的事情。
Looking from a distance like a gigantic arch, it is a continuous loop, a kind of square doughnut.
从远处看像一座巨大的拱门,它是一个连续的环,像一种方形面包圈。
This is troubling as climbing arctic temperatures combined with rapid sea ice loss are creating a new type of climate feedback loop which could accelerate Arctic warming.
这是令人担忧的,因为北极气温上升和海冰迅速消失正在形成一种新型的气候反馈回路,可能会加速北极变暖。
All my knowledge is useless when it comes to trying to blow bubbles from a loop filled with soapy water.
当试图从蘸满肥皂水的环中吹泡泡时,我所有的知识都是无用的。
Just like I said in the introduction, the game loop is the heartbeat of every game.
正如我在介绍中所说,所谓游戏循环就是每个游戏的心跳。
One is the feedback loop between asset prices and the availability of credit.
其中之一是资产价格与信贷可获得性之间的反馈环。
What we do is, in a loop, march down the argument list checking each one to see if it is an option.
我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。
But once the plasmon has strayed from that path-due in part to entropy-making the loop is no longer possible.
但是,部分上由于熵的关系,一旦等离子体激元走过了那条路径,想完成环将不再可能。
The advantages of adding a loop are that the loop is visible, and that you can control the rate of iterations through the loop if needed.
添加一个循环的好处在于循环是可见的,并且如果需要的话您可以通过循环控制迭代的速率。
If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.
如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。
So now all you need to do is change the loop so that it will utilize this.
现在您所需要做的就是更改循环以利用这种方法。
By default, this counter starts at 1 and is incremented each time the loop is taken.
默认情况下,这个计数器从1开始,每执行一次循环递增一次。
The problem with this simple loop is that it doesn't handle time, the game just runs.
这个简单循环的问题在于它忽略了时间,游戏仅仅在运行。
In particular, with the code in Listing 4, the JVM can track how many times each loop is executed.
尤其是,对于清单4中的代码,JVM可以跟踪执行每个循环的次数。
The code for the loop is displayed in Listing 12.
清单12展示了该循环的代码。
Normally, there is a loop that continues to fetch each row until the end of the data is reached.
通常用一个循环连续获取每一行,直到到达数据的末尾。
Half of the core is now uncovered, and the radioactivity of the water in the primary loop is 350 times its normal level.
堆芯的一半都暴露在水面上,主回路中水的辐射水平达到正常标准的350倍。
A simple example is a loop that computes a particular function for multiple arguments, such as the following Fortran program.
一个简单的例子就是为多个论断计算特定函数的循环,例如接下来的Fortran程序。
A while loop will rarely include the number of iterations — unless it is a for loop in disguise.
while循环很少包含迭代次数——除非它是一个伪装的for循环。
A while loop is a loop that repeats the included activities while some condition is satisfied.
一个while循环在满足一些条件的情况下,将重复所包含的活动。
That is, a typical loop is written and compiled such that i==1 has to happen before i==2.
就是说,典型循环的编写和编译必须保证i==1出现在 i==2之前。
This is because the following loop splits the text into words by blanks.
这是因为以下循环通过空格将文本分隔成单词。
For tasks that execute code in a loop, it is common to check for interruption only once per loop iteration.
对于执行一个循环中的代码的任务,通常只需为每一个循环迭代检查一次中断。
In cases where a break combination is part of an alternative or a loop, then only the alternative or loop is exited.
在这种情况下,跳转组合是变体或者循环的一部分,然后只是变体或循环被退出。
应用推荐