• 每次循环迭代中增加一个计数

    Increments a count in each loop iteration.

    youdao

  • 不过例中选择每次循环结束回收内存

    However, in this case I would much rather reclaim that memory at the end of each loop.

    youdao

  • 每次循环跌代叠加另一个频率倍频。

    Each iteration of the loop adds another octave of twice the frequency.

    youdao

  • 一个结构体中,每次循环真的属性

    It says, here is a property that is true of this structure every time through the loop.

    youdao

  • 这个过程迭代的,每次循环一个要快

    The process is iterative, and each cycle is faster than its predecessor.

    youdao

  • 1 -3距离说明代表产品发布每次循环中的增长幅度。

    Figure 1-3 illustrates this growth with the growing size of the circles representing the releases produced.

    youdao

  • 6.7。循环内部指示器(每次循环重复就更新)。

    Figure 6.7. An indicator inside a loop (updated each iteration).

    youdao

  • 注意到了第一循环开始,每次循环之间我们增加6

    Note that from the first the gain is 6 each we go around.

    youdao

  • 模式进行切换需要程序循环每次循环执行额外的检查

    To switch between modes, an additional check is required in each pass of the main program loop.

    youdao

  • 每次循环减少信号超过50 %。需要重新校准探测器寿命6 - 8循环

    Each cycle decreases signal by more than 50 %. Recalibration is necessary; lifetime of probe is 6-8 cycles.

    youdao

  • 每次循环至少执行次,遍列表需要执行精确循环次数取决于列表最初排序情况。

    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.

    youdao

  • 每次循环执行属性变量填充对象属性名字(一个字符串),直到所有对象属性遍历完成返回。

    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.

    youdao

  • 我们可以使用一个预编译语句并且每次重新设置数据但是为了保持完整性,我们决定在每次循环时候重新创建

    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.

    youdao

  • 知道我还有另一个办法这种双重转换成字符串字符数组等等没有内存分配收集每次循环运行

    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.

    youdao

  • 因为字符串不可,所以这种方式意味着每次循环时会构建新的字符串的字符串拷贝数据最后增加一个字符。

    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.

    youdao

  • 所有这些结合起来似乎能够每次循环经过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.

    youdao

  • 随后循环每次循环检查事件重置绘图状态圆形的“门户窗口然后以动画形式将失真返回当前

    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.

    youdao

  • 原因在于每次循环中,访问Items属性的时候,我们请求一个新的SPListItemCollection对象

    The reason for that is because in every loop we request a new SPListItemCollection object when accessing the Items property.

    youdao

  • 注意到了吧第一循环开始,每次循环之间我们增加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.

    youdao

  • 采用金属材料微元屈服极限随机分布模型计算每次循环产生微观塑性应变,并与用单调拉伸试验确定材料真实断裂延性联系起来。

    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.

    youdao

  • 对于食品杂货店,决定通过几次模拟进行循环每次对应某一业务

    But for my grocery store, I decided to loop through several simulations, each one corresponding to a day of business.

    youdao

  • 对于长时间运行业务过程循环每次迭代,都要BPEDB存储数据

    There is data stored in the BPEDB for each iteration of a loop in a long-running business process.

    youdao

  • 每次迭代检查循环条件不同,而是在迭代结束时检查条件。

    Rather than checking the loop condition before each iteration, the condition is checked at the end of the iteration.

    youdao

  • 循环迭代这个数组打印命令的无异,只不过每次打印后均强制使用一个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.

    youdao

  • 由于提示位于循环之前因此这段代码将使提示对于循环每次迭代都保持活动状态,不过使用一个周期

    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.

    youdao

  • 代码随后循环每次放置一个消息

    The code then loops five times, putting a new message on each occasion.

    youdao

  • 冲程发动机没有移动火花塞每次点火活塞到达循环顶端

    A two-stroke engine has no moving valves, and the spark plug fires each time the piston hits the top of its cycle.

    youdao

  • 学生:,教授是的每次尝试证实信仰,将来过去一样,你发现自己循环证明

    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.

    youdao

  • 例如如果一个迷宫没有内部循环可以每次遇到墙壁转来走出迷宫。

    For example, if a maze has no internal loops, you can always escape by keeping your right hand against a wall at all times.

    youdao

  • While循环具有每次迭代之前评估循环条件

    While loops have a loop condition that is evaluated before each iteration.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定