词语吧>英语词典>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.
      客人带来了录影带,并在从天花板上放下来的幕布上放映。

双语例句

  • If you have difficulty unrolling the condom, you might have put it on the wrong way.
    如果你不能向下卷开避孕套的话,你佩戴的方式很可能是不正确的。
  • Loop unrolling can make software pipelining achieve fractional initiation interval and improve resource utilization.
    在软件流水中应用循环展开可以实现分数值的启动间距,提高资源的利用率,同时基于展开的优化技术可以降低程序的资源需求和关键路径的长度。
  • Wannan, a beautiful landscape scroll painting of the Southern Anhui unrolling in front of us!
    皖南,就是一幅舒展不尽的秀丽画卷。
  • Research on Trimmed NURBS Surface Unrolling
    TrimmedNURBS曲面的展开研究
  • The technologies are unrolling at an exhilarating pace, with input from nanotechnology and artificial photosynthesis.
    这些技术将伴随着纳米技术和人工光合作用中成果以令人振奋的步伐普及起来。
  • Design and implement an algorithm based on program characteristics which is used for unrolling times; and implement the loop unrolling method for loop optimization.
    设计并实现基于程序特性的循环展开因子确定算法,实现了循环展开的循环优化。
  • Cutting and unrolling the stator leads to many other possible linear electric motor configurations.
    切开和展平定子引发了许多其他可能的直线电机构造。
  • 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系列加密算法的高速实现方案。
  • Loop unrolling is an example of a transformation that might cause the JIT to have problems register-allocating.
    循环展开是一个可能导致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.
    您这样做是向编译器保证传递给那个函数的参数将至少是那么大;有一些机器可能会以此来拆解循环。