複製鏈接
請複製以下鏈接發送給好友

tuple

鎖定
tuple是一個英語單詞,可以用作名詞,可以翻譯為元組數組,等等。
中文名
元組,數組
外文名
tuple
英式音標
tʌpl
美式音標
tʌpl
詞    性
名詞
雙語例句
用作名詞 (n.)
  1. Eachtupleis a vector of members.
      每個元組是一個成員向量。
  2. This statement lets you update atuplewith a specific value.
      此語句允許您用特定值更新元組。
  3. The if condition after the tuple is a guard.
    這個元組後面的if條件是一個守衞。
  4. We're matching on particular kinds of person objects inside the enclosing tuple.
    我們在閉合元組裏匹配特定類型的person對象。
  5. Returns a member from a specified tuple.
    從指定的元組中返回成員。
  6. In the second case in this example, we've extracted the values inside the tuple to scoped variables,then reused these variables in the resulting expression.
    例子裏的第二個case,我們已經解出了元組裏的值並且附給了局部變量,然後在結果表達式中使用了這些變量。
  7. Or you can use a tuple in an expression to explicitly refer to the members specified in the tuple.
    或者您也可以在表達式中使用元組顯式引用該元組中指定的成員。 [1] 
參考資料