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...
双语例句
- But against the backdrop that is now unrolling, the Russian company may find it difficult to build up investor confidence.
但在目前的背景下,这家俄罗斯公司可能会发现,自己难以树立投资者的信心。 - 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分配寄存器出现问题的转换的例子。 - The technologies are unrolling at an exhilarating pace, with input from nanotechnology and artificial photosynthesis.
这些技术将伴随着纳米技术和人工光合作用中成果以令人振奋的步伐普及起来。 - By using high-speed buffers and do-loop unrolling technique, it reduced memory complexity and improved average time of floating-point calculation.
采用高速缓存和循环展开技术,降低了存储复杂性,提高了浮点运算的平均时间。 - 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),编译器需要使用它们来跟踪寄存器分配。 - One technique that is often now performed by the compiler is loop unrolling.
现代编译器常常采用的一种技术是展开循环。 - 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)编译器都会执行循环展开,这会降低循环的影响。 - Cutting and unrolling the stator leads to many other possible linear electric motor configurations.
切开和展平定子引发了许多其他可能的直线电机构造。 - Design and implement an algorithm based on program characteristics which is used for unrolling times; and implement the loop unrolling method for loop optimization.
设计并实现基于程序特性的循环展开因子确定算法,实现了循环展开的循环优化。