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...
双语例句
- An implementation of SHA-1 algorithm based on unrolling loops architecture
一种基于循环展开结构的SHA-1算法实现 - Loop unrolling is an example of a transformation that might cause the JIT to have problems register-allocating.
循环展开是一个可能导致JIT分配寄存器出现问题的转换的例子。 - 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电视台对外泄露了彩排的视频片段,其中包含讲述中国文化的过去及将来的场景以及巨型卷轴展开的画面。 - One technique that is often now performed by the compiler is loop unrolling.
现代编译器常常采用的一种技术是展开循环。 - The technologies are unrolling at an exhilarating pace, with input from nanotechnology and artificial photosynthesis.
这些技术将伴随着纳米技术和人工光合作用中成果以令人振奋的步伐普及起来。 - 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.
您这样做是向编译器保证传递给那个函数的参数将至少是那么大;有一些机器可能会以此来拆解循环。 - Computation amount of one-loop and limit of register number should be taken into account when loop unrolling is implemented.
具体实现时,需要考虑循环内的运算量及体系结构的寄存器个数限制。 - He has watched from the sidelines the great developments unrolling in Eastern Europe
他一直在一旁关注东欧相继取得的重大进展。 - OProfile can help you identify issues such as loop unrolling, poor cache utilization, inefficient type conversion and redundant operations, branch mispredictions, and so on.
Oprofile可以帮助用户识别诸如循环的展开、高速缓存的使用率低、低效的类型转换和冗余操作、错误预测转移等问题。 - The compiler does not perform loop unrolling or function inlining when you specify '-O2'.
当你加入-o2选项时,编译器不会进行循环展开和函数内联。