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...
双语例句
- Design and implement an algorithm based on program characteristics which is used for unrolling times; and implement the loop unrolling method for loop optimization.
设计并实现基于程序特性的循环展开因子确定算法,实现了循环展开的循环优化。 - But against the backdrop that is now unrolling, the Russian company may find it difficult to build up investor confidence.
但在目前的背景下,这家俄罗斯公司可能会发现,自己难以树立投资者的信心。 - 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系列加密算法的高速实现方案。 - The compiler does not perform loop unrolling or function inlining when you specify '-O2'.
当你加入-o2选项时,编译器不会进行循环展开和函数内联。 - By using high-speed buffers and do-loop unrolling technique, it reduced memory complexity and improved average time of floating-point calculation.
采用高速缓存和循环展开技术,降低了存储复杂性,提高了浮点运算的平均时间。 - 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.
这是鱼本身的重量造成的,他就松手让钓索朝下溜,一直朝下,朝下溜,从那两卷备用钓索中的一卷上放出钓索。 - Loop unrolling is an example of a transformation that might cause the JIT to have problems register-allocating.
循环展开是一个可能导致JIT分配寄存器出现问题的转换的例子。 - Research on Trimmed NURBS Surface Unrolling
TrimmedNURBS曲面的展开研究 - These include everything from dataflow-based optimizations to expression optimization to loop unrolling.
从基于数据流的优化到表达式优化,再到循环展开,这一切都包含在内。 - For instance, OSR sometimes cannot do loop-hoisting, array-bounds check elimination, or loop unrolling ( see Resources).
例如,OSR有时候无法提升循环、消除数组边界检查或解开循环(参见参考资料)。