找词语>英语词典>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.
      客人带来了录影带,并在从天花板上放下来的幕布上放映。

双语例句

  • These include everything from dataflow-based optimizations to expression optimization to loop unrolling.
    从基于数据流的优化到表达式优化,再到循环展开,这一切都包含在内。
  • Wannan, a beautiful landscape scroll painting of the Southern Anhui unrolling in front of us!
    皖南,就是一幅舒展不尽的秀丽画卷。
  • Research on Trimmed NURBS Surface Unrolling
    TrimmedNURBS曲面的展开研究
  • He has watched from the sidelines the great developments unrolling in Eastern Europe
    他一直在一旁关注东欧相继取得的重大进展。
  • For instance, OSR sometimes cannot do loop-hoisting, array-bounds check elimination, or loop unrolling ( see Resources).
    例如,OSR有时候无法提升循环、消除数组边界检查或解开循环(参见参考资料)。
  • Design and implement an algorithm based on program characteristics which is used for unrolling times; and implement the loop unrolling method for loop optimization.
    设计并实现基于程序特性的循环展开因子确定算法,实现了循环展开的循环优化。
  • The SBS TV station reportedly aired fragments of a video of the rehearsal, including scenes depicting the past and future of Chinese culture and the unrolling of a huge scroll.
    据报道,SBS电视台对外泄露了彩排的视频片段,其中包含讲述中国文化的过去及将来的场景以及巨型卷轴展开的画面。
  • Loop unrolling done by the C++ compiler can expose more instruction-level parallelism, but can also create more live variables that the optimizer needs to track for register allocation.
    C++编译器完成的循环展开可以公开更多的指令级并行,但也创建了更多活变量(livevariable),编译器需要使用它们来跟踪寄存器分配。
  • An implementation of SHA-1 algorithm based on unrolling loops architecture
    一种基于循环展开结构的SHA-1算法实现
  • One technique that is often now performed by the compiler is loop unrolling.
    现代编译器常常采用的一种技术是展开循环。