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.- I unrolled my sleeping bag as usual...
我像往常一样铺开我的睡袋。 - Guests bring movies on tape, and show them on the screen that unrolls from the ceiling.
客人带来了录影带,并在从天花板上放下来的幕布上放映。
- I unrolled my sleeping bag as usual...
双语例句
- However, when used in conjunction with loop unrolling, it's not so bad.
然而,在与循环展开一起使用时,效果还算可以。 - He has watched from the sidelines the great developments unrolling in Eastern Europe
他一直在一旁关注东欧相继取得的重大进展。 - Loop unrolling can make software pipelining achieve fractional initiation interval and improve resource utilization.
在软件流水中应用循环展开可以实现分数值的启动间距,提高资源的利用率,同时基于展开的优化技术可以降低程序的资源需求和关键路径的长度。 - 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)编译器都会执行循环展开,这会降低循环的影响。 - Research on Trimmed NURBS Surface Unrolling
TrimmedNURBS曲面的展开研究 - If you have difficulty unrolling the condom, you might have put it on the wrong way.
如果你不能向下卷开避孕套的话,你佩戴的方式很可能是不正确的。 - A woman dropping a camera she was trying to load, the film unrolling in the slush and exposing itself.
一个妇女把准备上胶卷的照相机掉落下来,胶卷散在雪泥上曝光了。 - But against the backdrop that is now unrolling, the Russian company may find it difficult to build up investor confidence.
但在目前的背景下,这家俄罗斯公司可能会发现,自己难以树立投资者的信心。 - 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),编译器需要使用它们来跟踪寄存器分配。 - For instance, OSR sometimes cannot do loop-hoisting, array-bounds check elimination, or loop unrolling ( see Resources).
例如,OSR有时候无法提升循环、消除数组边界检查或解开循环(参见参考资料)。