词语屋>英语词典>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.
    从基于数据流的优化到表达式优化,再到循环展开,这一切都包含在内。
  • 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 is an example of a transformation that might cause the JIT to have problems register-allocating.
    循环展开是一个可能导致JIT分配寄存器出现问题的转换的例子。
  • Loop unrolling optimization for software pipelining
    软件流水中的循环展开优化
  • And Masters, indeed the4:2 combination of solar and lunar eclipses in a single year, in2011, is quite rare, so you see there is a divine plan unrolling.
    大师们,其实日月食在2011年一年中以4:2的比例出现,是非常罕见的,所以你看这里确实有一个神圣计划正在显现。
  • An implementation of SHA-1 algorithm based on unrolling loops architecture
    一种基于循环展开结构的SHA-1算法实现
  • Wannan, a beautiful landscape scroll painting of the Southern Anhui unrolling in front of us!
    皖南,就是一幅舒展不尽的秀丽画卷。
  • 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)编译器都会执行循环展开,这会降低循环的影响。
  • 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.
    您这样做是向编译器保证传递给那个函数的参数将至少是那么大;有一些机器可能会以此来拆解循环。