记作业>英语词典>unrolling翻译和用法

unrolling

英 [ʌnˈrəʊlɪŋ]

美 [ʌnˈroʊlɪŋ]

v.  (使纸张、织物等)展开,摊开,铺开; 相继出现; 连续发生
unroll的现在分词

现在分词:unrolling 

柯林斯词典

  • V-ERG 铺开;展开
    If youunrollsomething such as a sheet of paper or cloth, or if itunrolls, it opens up and becomes flat when it was previously rolled in a cylindrical shape.
    1. I unrolled my sleeping bag as usual...
      我像往常一样铺开我的睡袋。
    2. Guests bring movies on tape, and show them on the screen that unrolls from the ceiling.
      客人带来了录影带,并在从天花板上放下来的幕布上放映。

双语例句

  • For instance, OSR sometimes cannot do loop-hoisting, array-bounds check elimination, or loop unrolling ( see Resources).
    例如,OSR有时候无法提升循环、消除数组边界检查或解开循环(参见参考资料)。
  • A woman dropping a camera she was trying to load, the film unrolling in the slush and exposing itself.
    一个妇女把准备上胶卷的照相机掉落下来,胶卷散在雪泥上曝光了。
  • Cutting and unrolling the stator leads to many other possible linear electric motor configurations.
    切开和展平定子引发了许多其他可能的直线电机构造。
  • One technique that is often now performed by the compiler is loop unrolling.
    现代编译器常常采用的一种技术是展开循环。
  • It was the weight of the fish and he let the line slip down, down, down, unrolling off the first of the two reserve coils.
    这是鱼本身的重量造成的,他就松手让钓索朝下溜,一直朝下,朝下溜,从那两卷备用钓索中的一卷上放出钓索。
  • A new high-speed implementation of SHA which is based on FPGA is proposed, combining two popular hardware optimization techniques, namely "partially unrolling" and "path optimization".
    结合“循环打开”和“路径优化”两大硬件优化技术,提出基于FPGA的SHA系列加密算法的高速实现方案。
  • OProfile can help you identify issues such as loop unrolling, poor cache utilization, inefficient type conversion and redundant operations, branch mispredictions, and so on.
    Oprofile可以帮助用户识别诸如循环的展开、高速缓存的使用率低、低效的类型转换和冗余操作、错误预测转移等问题。
  • He has watched from the sidelines the great developments unrolling in Eastern Europe
    他一直在一旁关注东欧相继取得的重大进展。
  • However, when used in conjunction with loop unrolling, it's not so bad.
    然而,在与循环展开一起使用时,效果还算可以。
  • The loop I used here should be a minor defect, because any decent Just-in-time ( JIT) compiler will perform loop unrolling, which lessens the impact.
    这里使用的循环应该算是一个缺陷,但是影响不大,因为所有即时(JIT)编译器都会执行循环展开,这会降低循环的影响。