• This time he envisaged a loop system at each end of the bridge, with a series of four ever-faster walkways.

    设想两端都安装一套系统每个一系列种速度的移动人行道

    youdao

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

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

    youdao

  • Near the end of the expansion phase, the ring of plasma breaks open, and some of the plasma appears to escape the pull of the magnetic field loop.

    在日珥扩张接近结束时等离子体构成圆环猛然裂开一些等离子似乎挣脱磁场拉力的束缚。

    youdao

  • But the very end of such a network, the leaf, has a different architecture. Unlike the xylem and phloem, the veins in a leaf cross-link and loop.

    网络边缘——叶子,却具有不同结构木质部韧皮部不同,叶子纹路交叉成环

    youdao

  • This means the program statements executed in the loop body must change the value of the expressionor else the loop will never end.

    意味着循环执行程序语句必须要改变表达式否则循环无法结束

    youdao

  • These fields keep track of the number of iterations that have been performed in the loop, and check the condition to determine when to end.

    这些字段跟踪循环执行迭代检查条件确定何时结束

    youdao

  • In contrast, the code in Listing 4 puts a note at the end of the loop.

    相反清单4中的代码循环结束处输出一条说明

    youdao

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

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

    youdao

  • Normally, there is a loop that continues to fetch each row until the end of the data is reached.

    通常循环连续获取每一直到到达数据末尾

    youdao

  • Bring the wide end up and through the front of the loop, pulling it down and to the right. The seam should now be facing out.

    提起穿过,然后向下右边。宽端的缝现在应该面朝外。

    youdao

  • After the loop is done, we push the length of the data at the end of the list.

    循环完成后我们数据长度入到序列尾部

    youdao

  • It is the responsibility of the application to call the parser repetitively in a loop until the end of the document is reached.

    循环应用程序负责反复调用解析器直到文件结束

    youdao

  • Bring the wide end up and through the front of the loop, pulling it down and to the right.

    提起穿过,然后向下右边。

    youdao

  • Add this code to the end of the iterator loop

    将下列代码添加迭代循环底部

    youdao

  • When an activity is skipped in an end state, the request targets the next iteration of this activity, for example, if it is located inside a while loop or inside a cyclic flow.

    跳过某个处于结束状态活动时,请求将指向活动的迭代例如如果活动位于while循环或者循环

    youdao

  • Just remember to wait for the completion at the end (notice the spu_mfcstat outside the loop), or else your last bit of data may not finish transferring before it is used in the program!

    只需要记住,必须等待最终完成(注意spu_mfcstat循环之外),否则程序使用数据之前最后数据可能还没有完成数据传输

    youdao

  • You then use register 127 as your loop counter and register 126 as your base pointer, and perform convert_to_upper on each value until you get to the end of the buffer.

    然后寄存器127用作循环计数器,将寄存器126用作指针每个执行convert _ to_upper,直到到达缓冲区底部为止。

    youdao

  • Add your configured and value-bound component to the current column, and end your column loop iteration by adding the completed column to the children of the DataTable.

    已配置值绑定组件添加当前中,通过完成列添加到DataTable的子项中结束循环迭代

    youdao

  • The loop in Listing 1 continues until you have reached the end of the file "myfile."

    清单1中的循环将继续执行直至达到文件myfile末尾。

    youdao

  • The REPEAT statement defines a set of statements to be executed until a condition that is evaluated at the end of the REPEAT loop is true.

    REPEAT语句定义了一个语句集合,如果 REPEAT循环结束时某个条件求值结果 true,那么执行这个语句集合。

    youdao

  • It returns NULL, defined in stdio.h, for either error or EOF [end-of-file]; after the loop, we check for which one occurred.

    对于错误EOF[文件结束],返回NULL,这是stdio . h中定义的;循环结束我们会检查究竟是哪种情况。

    youdao

  • When loops hit the end of the loop or if it issues a continue, then that is the last thing it will do in that block of code.

    循环到达循环末尾或者执行continue时,代码最后件事情

    youdao

  • Note at the end of the loop that I recursively call the same function with an argument that is one greater than the previous, implementing the iteration of the loop.

    注意循环结尾处一个上次1参数递归地调用同一个函数以实现循环的迭代

    youdao

  • The value of this attribute is set to true; if it weren't, you'd end up with an infinite loop when executing these rules.

    属性true如果不是这样,在执行这些规则将陷入无限循环

    youdao

  • The thumb through the loop the bundled silk hanging from the other end of the loop.

    透过(回路)这个大拇指,(包)丝绸环(回路)一个末端悬挂

    youdao

  • This function starts with the Clojure special form loop, which creates a target for the recur at the end of the function.

    函数 Clojure特殊形式loop 开始,函数末尾处recur创建一个目标

    youdao

  • At the end of the day, you can implement the exact same program using a while loop that you can using a for loop, it's just your code is going to look slightly different.

    最终可以执行这个程序,再使用for循环地方使用while循环,只是使代码看起来稍微有点不同

    youdao

  • The WHILE-LOOP associates a condition with a sequence of statements enclosed by the keywords LOOP and END LOOP, as shown in Listing 7.

    WHILE-LOOP条件使用关键LOOPEND LOOP包围一个语句序列关联在一起,如清单 7 所

    youdao

  • If the probes had been placed at the start and end of the while loop, a number of operations unrelated to the actual calculation of the primes would have been included.

    如果探测放在while循环开头末尾会包含许多与素数实际计算无关操作

    youdao

  • You actually know whether the number is prime or not, immediately after the end of the for loop, even though you don't use the determined value until the if statement.

    for 循环结束之后,就已经知道数字是否是素数尽管在 if 语句之前并不使用判断结果。

    youdao

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

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

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