在每次循环迭代中增加一个计数。
不过,在本例中,我选择在每次循环结束后回收内存。
However, in this case I would much rather reclaim that memory at the end of each loop.
每次循环跌代叠加另一个两倍频率的倍频。
Each iteration of the loop adds another octave of twice the frequency.
它是一个在结构体中,每次循环都为真的属性。
It says, here is a property that is true of this structure every time through the loop.
这个过程是迭代的,每次循环都比前一个要快。
The process is iterative, and each cycle is faster than its predecessor.
图1 -3距离说明了代表产品发布的每次循环中的增长幅度。
Figure 1-3 illustrates this growth with the growing size of the circles representing the releases produced.
图6.7。循环内部的指示器(每次循环重复就更新)。
Figure 6.7. An indicator inside a loop (updated each iteration).
注意到了吧,从第一个循环开始,每次循环之间我们增加6。
要在模式间进行切换,需要对主程序循环的每次循环执行额外的检查。
To switch between modes, an additional check is required in each pass of the main program loop.
每次循环减少信号超过50 %。需要重新校准;探测器的寿命是6 - 8循环。
Each cycle decreases signal by more than 50 %. Recalibration is necessary; lifetime of probe is 6-8 cycles.
每次循环至少执行两次,遍历列表需要执行的精确循环次数取决于列表最初排序的情况。
That's at least twice for each iteration, and the exact number of iterations through the list will depend how ordered it was to begin with.
每次循环执行,属性变量被填充以对象属性的名字(一个字符串),直到所有的对象属性遍历完成才返回。
Each time the loop is executed, the prop variable is filled with the name of another property (a string) that exists on the object until all properties have been returned.
我们本可以使用一个预编译语句并且每次重新设置数据,但是为了保持完整性,我们决定在每次循环的时候重新创建它。
We could have used a prepared statement and just reset the data each time, but we decided to recreate it for each iteration of the loop here for completeness.
我想知道我还有另一个办法把这种双重转换成一个字符串或字符数组,等等,没有内存分配和收集每次循环运行。
I'm wondering if there is another way I can convert this double into a string or char array, etc, without allocating and collecting memory each time the loop runs.
因为字符串是不可变的,所以这种方式意味着每次循环时会构建一个新的字符串,从老的字符串拷贝数据并在最后增加一个字符。
Because strings are immutable, this approach means a new string will be constructed each time through the loop, with the data copied from the old string and a single character added at the end.
所有这些结合起来似乎能够在每次循环经过CE服务器时都能够对WjcCounter进行一次可靠的、可预测的更新。
All of that seems to add up to a single, reliable, and predictable update to WjcCounter per client round-trip to the CE server.
随后,主循环在每次循环时都检查事件、重置绘图状态、绘出圆形的“门户”窗口,然后以动画形式将其失真返回当前时帧。
Then, each pass of the main loop checks for events, resets the draw state, draws the circular "portal" windows, then animates their distortion back to the current time frame.
原因在于,在每次循环中,当访问Items属性的时候,我们都请求了一个新的SPListItemCollection对象。
The reason for that is because in every loop we request a new SPListItemCollection object when accessing the Items property.
注意到了吧,从第一个循环开始,每次循环之间我们增加6。也就是说,当这种循环进行6次后,我们可以得到“36”。
Note that from the first the gain is 6 each time we go around. In other words, when we have traveled six times around we have gained 36.
采用金属材料微元屈服极限随机分布模型,计算出每次循环产生的微观塑性应变,并与用单调拉伸试验确定的材料真实断裂延性联系起来。
Randomly distributed models of micro-plastic strains were used to calculate the micro-plastic deformation produced at each cycle of the steel under high cycle fatigue test.
但对于我的食品杂货店,我决定通过几次模拟进行循环,每次对应于某一天的业务。
But for my grocery store, I decided to loop through several simulations, each one corresponding to a day of business.
对于长时间运行的业务过程中循环的每次迭代,都要在BPEDB 中存储数据。
There is data stored in the BPEDB for each iteration of a loop in a long-running business process.
与在每次迭代前检查循环条件不同,而是在迭代结束时检查条件。
Rather than checking the loop condition before each iteration, the condition is checked at the end of the iteration.
此循环迭代这个数组并打印每一行,与它在命令行上所做的无异,只不过在每次打印后均强制使用一个xhtml断行元素。
The loop simply iterates through the array and prints each line as it would do on the command line, but enforcing an XHTML break-line element after each print.
由于提示位于循环体之前,因此这段代码将使提示对于循环的每次迭代都保持活动状态,不过它只使用了一个周期。
Because the hint is before the loop body, this code leaves your hint active for every iteration of the loop, but it only has to use one cycle.
此代码随后循环五次,每次放置一个新消息。
The code then loops five times, putting a new message on each occasion.
二冲程发动机没有移动的阀,火花塞每次点火活塞到达循环顶端。
A two-stroke engine has no moving valves, and the spark plug fires each time the piston hits the top of its cycle.
学生:,教授:是的,每次你尝试证实信仰,将来就像过去一样,你会发现自己循环证明了。
Student: Inaudible Prof: yes, exactly, every time you try and justify the belief that the future will be just like the past you will find yourself arguing in a circle.
例如,如果一个迷宫没有内部的循环,你可以每次遇到墙壁都右转来走出迷宫。
For example, if a maze has no internal loops, you can always escape by keeping your right hand against a wall at all times.
While循环具有在每次迭代之前评估的循环条件。
While loops have a loop condition that is evaluated before each iteration.
应用推荐