词语吧>英语词典>unpacking翻译和用法

unpacking

英 [ˌʌnˈpækɪŋ]

美 [ˌʌnˈpækɪŋ]

v.  打开(箱、包等)取; 从(箱、包等中)取出; 分析; 剖析
unpack的现在分词

现在分词:unpacking 复数:unpackings 

计算机

BNC.42945 / COCA.41065

柯林斯词典

  • VERB 打开(箱、盒等);(从箱、盒等中)取出
    When youunpacka suitcase, box, or similar container, or youunpackthe things inside it, you take the things out of the container.
    1. He unpacked his bag...
      他打开了包。
    2. Our guide unpacked a picnic of ham sandwiches and offered us tea.
      我们的导游打开装着火腿三明治的野餐盒,并给我们倒了些茶水。
  • VERB 分析;剖析;仔细考虑
    If youunpackan idea or problem, you analyse it and consider it in detail.
    1. A lot of ground has been covered in unpacking the issues central to achieving this market-led strategic change.
      在分析实现这个以市场为导向的战略转变的关键问题时,涉及了诸多领域。

双语例句

  • Unpacking may take a few minutes.
    解包过程将持续几分钟时间。
  • Kathy and Evan are in their room unpacking.
    凯西和艾凡在他们的房间内解行李。
  • I'll be unpacking for weeks.
    拆箱得花我几个星期时间。
  • Prep readies the source code, such as unpacking the tarball.
    prep准备源代码,比如解压tarball压缩文件。
  • De-enveloping refers to unpacking a single EDI document into its multiple component EDI business documents, called transactions.
    拆封(de-enveloping)指的是将一个单一的EDI文档拆分为它的多个元素EDI业务文档,这些文档称为“事务”。
  • Joe sat on the bed while Martin was unpacking.
    乔坐在床上,而马丁正在打开包裹。
  • It is sterilized with epoxyethane and it can be readily used just by unpacking it.
    经环氧乙烷灭菌,拆开包装即可使用。
  • This latter process is known as unpacking and is an extremely powerful technique used in a number of situations, including when you want to return multiple values from a function.
    这之后的过程称为解包,它是用于许多情形的功能十分强大的技术,其中包括希望从一个函数中返回多个值。
  • You can install it by unpacking it to any folder of your choice, which we will refer to as eclipse_home in this article.
    您可以通过将其解压到任何一个选定的目录(这个目录在本文中称为eclipsehome)中来安装它。
  • Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
    要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合!