• It is better to use loop variables in upper case to avoid problems with the modifiers.

    最好使用循环变量壳体,避免改性剂问题

    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

  • Regular system auditing will also help refine the security policy used for new machine installations as it helps close the feedback loop on what subsystems are actually in use.

    正常系统审计可以帮助提炼安装机器时所使用安全策略因为有助于关闭关于实际使用子系统反馈循环

    youdao

  • Your connector will probably use a similar loop, as it will run through all of the available properties and convert them to the proper native repository format.

    连接器可能使用相似的循环,遍历所有可用属性它们转换正确本机存储库格式

    youdao

  • A good use case closes the loop between business requirement gathering, software construction, and acceptance testing.

    好的完成业务需求收集软件构造验收测试之间循环

    youdao

  • Developers working on UI design should try to understand the OODA loop and use it in the initial design of the UI.

    负责UI设计开发人员应当尝试了解ooda循环UI初始设计中。

    youdao

  • The analysts later use this information to improve the business process, closing the lifecycle loop.

    分析员利用这些信息改进业务流程从而实现一个封闭生命周期循环

    youdao

  • Now you can use a loop with what you have learned already to capture images of the clock face every second and then combine the images to make an animated GIF image.

    现在可以使用循环结合学到知识捕获每秒时钟外观图像然后组合这些图像制作动画GIF图像。

    youdao

  • If you use a connection that flows backwards instead of a loop the simulation runs correctly, but you cannot export the process to WS-BPEL.

    如果使用向后流向连接而不是循环,则模拟可以正确运行无法流程导出WS - BPEL。

    youdao

  • Knowledge work is inherently complex and it is the use of the feedback loop that helps manage and mitigate the effects of things like Murphy's Law and Parkinson's Law.

    知识工作本来复杂,其中用到反馈循环辅助管理去掉了墨菲定律帕金森定论之类东西影响

    youdao

  • For performance and stability reasons, they recommend all methods use this means to loop through matched elements.

    出于性能稳定性考虑他们推荐所有方法使用迭代匹配元素

    youdao

  • Bojowald found he had to create a new mathematical model to use with the theory of Loop Quantum Gravity in order to explore the universe before the Big Bounce with more precision.

    波究瓦德发现必须创建一个新的数学模式使用循环量子引力理论以便更加精确探究弹跳之前宇宙

    youdao

  • If you look at a UI as a piece of software used to make a decision, you can use the OODA loop as the model for the decision process when you're designing a UI.

    如果UI看成是用于决策软件一部分,您可以OODA循环作为设计ui的决策过程模型

    youdao

  • This article explores methods you can use to stay in the loopand maintain your role as an organizational influencer and leader.

    本文对一些相关方法进行了研究,可以使用这些方法与其他人保持同步,维护作为组织影响负责人角色

    youdao

  • For example, code that might go into an infinite loop, or otherwise use excessive resources, must be wrapped in testing code that will detect such eventualities.

    例如必须专门测试代码中捕捉占用大量资源无限循环代码。

    youdao

  • An infinite autoaction loop -- DO NOT USE!

    无限自动操作循环不要使用!

    youdao

  • You can then use that list in a for each loop, referencing each one in turn and adding it to the appropriate span.

    然后可以一个foreach循环使用这个列表引用每个元素并添加适当span 中。

    youdao

  • The client that connects to this server should use a time.sleep in its loop if it only wants a new number intermittently rather than as fast as possible.

    连接服务器客户机如果只是间歇需要数字而不需要尽快地得到新数字的话,那么应该循环使用time . sleep 。

    youdao

  • Better still, in a simple calculation like this one or for any straightforward loop work, use map.

    更好的方式是这种简单计算或者简单循环使用map

    youdao

  • You use a foreach() loop to iterate over the resulting object collection, as in Listing 3, to produce output equivalent to that of Listing 4.

    使用foreach()循环迭代通过得到对象集合清单3所示,产生等价于 清单 4中的输出

    youdao

  • With your four disk images created, use losetup to associate the disk images with the loop devices.

    创建四个磁盘映像之后,使用losetup将磁盘映像环路设备关联一起。

    youdao

  • Notice that then, in the body of the loop, I use callback to invoke the passed parameter function object.

    然后注意循环使用callback调用传递参数函数对象

    youdao

  • LoadAllGroups gets information about all the groups in all the directories so that you can use a loop, such as the one described earlier, to iterate through them.

    LoadAllGroups获取所有目录关于所有信息这样可以使用循环(比如前面描述循环)在这些目录中进行迭代

    youdao

  • To summarize: use the enhanced for loop by default, but consider a hand-written counted loop for performance-critical ArrayList iteration.

    结论:优先采用改进for循环在性能要求苛刻的ArrayList迭代中考虑采用手写计数循环。

    youdao

  • The basic syntax of a for loop is shown in Listing 1, which also demonstrates how to use continue and break statements within a for loop.

    清单1显示for循环基本语法演示了如何for循环中使用continuebreak语句

    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

  • Another thing to realize is that you can add the checks to the same loop that you use to create local variables from the Opts dictionary.

    还要认识到一点可以检查添加Opts词典条目转换局部变量循环中。

    youdao

  • You can also use a foreach loop which will be compiled into a similar code leveraging the IEnumerable interface of the Items Collection. Here is now how the new loop is executed internally.

    使用foreach循环语句,编译类似代码充分利用了Items集合IEnumerable接口

    youdao

  • All of the above solutions use a simple loop to wait and handle requests, before dispatching the request to a separate function to handle the actual network interaction.

    上面所有解决方案简单循环等待处理请求然后请求分派给函数处理实际的网络交互。

    youdao

  • All you're doing is promising the compiler that the argument passed to the function will be at least that large; some machines might use this for loop unrolling.

    这样编译器保证传递那个函数参数至少那么有一些机器可能会以此来拆解循环。

    youdao

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

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

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