• 本文着重研究了动态可重构系统设计方法及其循环计算的动态位管理方法。

    This article stressed dynamic reconfigurable system's design method and its dynamic bit-width management method for loop computation.

    youdao

  • 样本容量估计试验设计重要一环,然而样本容量的估计往往需要循环计算从而花费较长的计算时间

    The calculation of sample is an important programming in the experimental design. However, it is always need to calculate the sample size circularly, which always takes longer computing time.

    youdao

  • 这个方法循环可能消耗大量计算时间

    Computation time in this method is likely to be spent on the loop.

    youdao

  • 循环冗余检验(crc)针对关键数据结构计算提高数据崩溃探测几率

    Cyclic redundancy check (CRC) values are computed for critical data structures, improving the odds of detection of data corruption.

    youdao

  • 4展示了一个联邦服务器使用嵌套循环连接操作符计算这个查询计划

    Figure 4 shows a plan using the nested loop join operations at the federated server to evaluate this query.

    youdao

  • 学到什么时候崩溃对你帮助并不但是不能辨别到底是循环中,有什么东西卡住了呢还是程序需要很长的时间计算个结果呢。

    Well, you'll know when it crashes, that doesn't help you very much, but you can't always tell whether something's stuck in an infinite loop or whether it's simply taking a long time to compute.

    youdao

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

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

    youdao

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

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

    youdao

  • 处理一个元素process - cols模式应用模板模板循环遍历所有col - spec元素,尔后使用dynevaluate计算输出每一文本

    To handle each row element, apply templates in process-cols mode, which loops over all the col-spec elements and again USES dyn: evaluate to compute the text that is output for each column.

    youdao

  • 如果计算所得的降水像素超出阈值参数则退出循环输出raining状态

    If enough precipitation pixels have been counted to exceed the threshold parameter, exit the loops and write the "raining" status.

    youdao

  • 使用 第 1 部分的清单6中的 customerXML,循环遍历每个商品计算保险费添加商品信息中。

    Using the customerXML from Part 1: Listing 6 , loop through each item, calculate the insurance cost, and add it to the item information.

    youdao

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

    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.

    youdao

  • 两个for循环迭代字符串计算包含多少个元音字母(“a”、“e”、“i”、“ou”)。

    The next two for loops iterate through the string and count how many vowels (' a ', 'e', 'I', 'o', or 'u') it contains.

    youdao

  • primecalc -startprimecalc - done探测的位置紧挨着执行计算循环外边

    For the primecalc-start and primecalc-done probes, notice how the probes have been placed immediately outside the main loop that performs the calculation.

    youdao

  • 循环(进程重新计算时间)goodness循环已经取消o(1)算法用于wakeup和schedulee 。

    The recalculation loop (which recomputes the time slices for the processes) and the goodness loop have been eliminated, and o (1) algorithms are used for wakeup and schedule .

    youdao

  • 注意通过一点儿小小的变动可以计算一个给定参与了多少循环

    Note that with a small change, one could count in how many cycles a given row participates.

    youdao

  • 测试用例包含几个简单命令参数处理然后一个循环计算指定(如果有的话)的阶乘

    The test case consists of some simple command argument processing followed by a loop that calculates the factorial of the specified values (if any).

    youdao

  • 为了简明易懂每次分析都计算输出平均值但是可以容易这些功能移循环以外

    The average is calculated and printed each time for simplicity, but it's really not hard to move that out of the loop.

    youdao

  • 如果这个想法证实,则首先合成用以理解地球循环气候效应计算模型

    If that idea is confirmed, it will need to be incorporated into the computer models used to understand the Earth's carbon cycle and its effect on the climate.

    youdao

  • 不要过于纠结这些数学问题了,计算领域,讨厌那些上面钻牛角尖的人,但是对于那些,循环这样逻辑结构又是很有用的。

    Okay, not to dwell too much on math because you can very quickly bore someone in computer science by dwelling too much on math but it's useful even for logical constructs as we'll see with loops.

    youdao

  • 循环展开计算编程诞生开始就已经成为一种优化技术了。

    Loop unrolling has been an optimization technique since the dawn of computer programming.

    youdao

  • 这个循环重复之后CPU计算能力多次减半,基本上接近零了。

    After this cycle was repeated a few times, the CPU horsepower would effectively halve itself to zero.

    youdao

  • 因此这种程序计算棋时可能经历20 -30循环

    So, the program will cycle through the board perhaps 20-30 times per turn.

    youdao

  • 通过减少循环计算需要执行指令节省了执行时间

    This saves time by reducing the number of overhead instructions that the computer has to execute in a loop.

    youdao

  • 一个简单例子就是多个论断计算特定函数循环例如接下来Fortran程序

    A simple example is a loop that computes a particular function for multiple arguments, such as the following Fortran program.

    youdao

  • 这个程序将运行10for循环使用'wib函数计算累积最后打印结果。”

    This program runs around a for loop 10 times, calculating a cumulative value using the 'wib ' function and finally printing out the result.

    youdao

  • while循环if语句一样,支持可选else子句,其中包含表达式计算False时执行程序语句

    The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.

    youdao

  • 一个过滤器实际上只有那些传递给过滤器(计算true)的元素向前传给”循环主体

    It's a filter, and only those elements that pass the filter (that is, evaluate to true) will in fact "carry forward" to the body of the loop.

    youdao

  • Python中的第二控制语句while循环表达式计算True时执行程序语句

    The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.

    youdao

  • Python中的第二控制语句while循环表达式计算True时执行程序语句

    The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.

    youdao

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

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

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