• 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.

    由于冬春两季气温的上升加剧了这样循环,因此,苔原可能正在向灌木林地转变

    youdao

  • You dip the loop in the bottle, pull it out and blow it to make bubbles.

    把环浸在瓶子里,然后把它拉出来,就能吹出气泡。

    youdao

  • The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.

    算法中的顶层循环可能出现XML文档中的xml元素属性列表进行迭代

    youdao

  • The loop in this sequence diagram USES a Boolean test to verify if the loop sequence should be run.

    如果循环序列应该运行这个序列循环使用一个布尔测试确认

    youdao

  • By doing so, the loop in the main scope and logic in the event handler controls the final number of event handler instances.

    这样范围内循环事件处理程序中的逻辑就可以控制事件处理程序最终数目

    youdao

  • Some memory leaks occur due to program errors in which infinite loop in the application code allocates new objects and adds them to a data structure accessible from outside the program loop scope.

    有些内存泄漏由于程序错误发生的,存在此类错误的情况下,应用程序代码中的无限循环分配新的对象添加程序循环范围外面访问的数据结构中。

    youdao

  • Pictured above is a series of images digitally stacked so that all of the stars images coincide. Here, Mars appears to trace out a loop in the sky.

    上面一系列数码照片叠加而成恒星重合而火星貌似在天空中画了一个环。

    youdao

  • All right, you can see that this little piece of code, it's got a loop in there, and what's it doing?

    你们看到一小代码,是一个循环吧?,他什么

    youdao

  • We leave it as an exercise to the reader to rewrite the outermost for loop in a more elegant fashion.

    我们留给读者一个练习更好形式重写循环的外层。

    youdao

  • Since the ServiceStatus structure is global to the whole program, the worker loop in ServiceMain stops after the current state changes and the service thread terminates.

    由于ServiceStatus结构对于整个程序而言为全局量,ServiceStatus 中的工作循环当前状态改变服务终止停止。

    youdao

  • At the time, Finzi explained the results using the "facial feedback hypothesis" — a feedback loop in which people frown back at a depressed person, further deepening that person's sense of isolation.

    当时Finzi使用面部反馈假说解释结果 —— 患抑郁症习惯皱眉人们看他这样也对他皱眉,这样一个反馈回路进一步加深了这个人孤立

    youdao

  • In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.

    除了标题之外,EventTable方法中还有一个foreach循环,它每个比赛上进行迭代。

    youdao

  • A selector is analogous to a Windows message loop, in which the selector captures the various events from different clients and dispatches them to their respective event handlers.

    选择器(selector)Windows消息循环类似,不同客户机捕获各种事件它们分派相应事件处理程序

    youdao

  • The foreach loop in PHP makes it easy to reformat this array for HTML display.

    利用PHPforeach循环容易改变数组的格式,以用HTML显示出来。

    youdao

  • Surprising results show that if you implement sizeof there is almost no difference in whether calculating the size of a loop in advance.

    很奇怪结果表明如果执行size of,那么是否预先计算循环的次数基本上没有什么区别

    youdao

  • A while loop will rarely include the number of iterationsunless it is a for loop in disguise.

    while循环很少包含迭代次数——除非一个伪装的for循环。

    youdao

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

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

    youdao

  • Sometimes, I will be extra thorough in unmounting all file systems in a volume group and doing this with a small loop in a shell script in case there is a latent problem.

    有时我会格外彻底卸载一个所有文件系统使用外壳脚本中的循环脚本来完成此项任务以防出现潜在问题。

    youdao

  • Stan Murch, in a uniform-like blue jacket, stood on the sidewalk in front of the Hilton and watched cab after cab make the loop in to the main entrance.

    斯坦穿着酷似制服兰色夹克站在希尔顿饭店前面人行道上看着出租车一辆接着辆拐大门口前。

    youdao

  • Using the JSR 14 target mode allows you to write code that uses generics, autoboxing, and the for-each loop in the "easy" cases, which may suffice for many projects.

    使用JSR14目标模式允许简易情况下编写使用泛型自动装箱for-each循环代码多数项目来说可能足够了。

    youdao

  • The first for loop in AlignAssignments() determines the column in which the assignment operators should be aligned.

    AlignAssignments()中的第一个for循环判断其中赋值运算符应当对齐的

    youdao

  • In case you're not up on your STL, recall that for iterators the dereference operator returns the current object, so the line inside the for loop in the preceding snippet is equivalent to.

    如果STL熟悉,去看看有关迭代器反引用操作符的内容,它返回当前指向对象,上面代码段for循环的代码等同于。

    youdao

  • Then the last for loop in that section iterates over that quasi-RSS list, sorts the items, and uses the rss-row() function to the format the information.

    然后一部分中的最后一个for 循环这个准 RSS列表上进行迭代,进行排序使用 rss-row()函数信息进行格式化。

    youdao

  • The for loop in Python is special and is closely tied to the container data types built into the Python programming language.

    Python中的for循环特殊Python编程语言中内置容器数据类型紧密相关。

    youdao

  • This contains a loop in ESQL which builds a request message for each e-mail address and propagates this request message to the plug-in node (see Listing 2).

    ESQL中包含循环循环每个e-mail地址创建一个请求消息并且把该请求信息广播插件节点参见清单2)。

    youdao

  • Earlier in the article I rewrote the main conversion function in c, and now I am going to rewrite the main loop in c. the new code is fairly straightforward (enter as convert_driver_c.c).

    本文开头使用c语言重新编写转换函数现在使用c语言重新编写循环

    youdao

  • The while loop in Listing 12 ensures that spurious wake-ups are handled properly.

    清单12中的while循环确保正确地处理虚假的唤醒。

    youdao

  • The for loop in Listing 7 translates their filename vagaries into simple X, Y (column and row) coordinates, and stores their values in the % vals hash.

    清单7中的for循环将它们奇怪的文件名转换简单X,Y()坐标将它们的存储% vals散列中。

    youdao

  • The for loop in Listing 7 translates their filename vagaries into simple X, Y (column and row) coordinates, and stores their values in the % vals hash.

    清单7中的for循环将它们奇怪的文件名转换简单X,Y()坐标将它们的存储% vals散列中。

    youdao

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

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

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