英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

tuple    
元组

元组

tuple
有序n 元; n 重序元


tuple
n 倍; n 元组; n 元数; n 元向量


tuple
重元组

tuple


In {functional languages}, a data object containing two or
more components. Also known as a product type or pair,
triple, quad, etc. Tuples of different sizes have different
types, in contrast to lists where the type is independent of
the length. The components of a tuple may be of different
types whereas all elements of a list have the same type.
Examples of tuples in {Haskell} notation are (1,2),
("Tuple",True), (w,(x,y),z). The degenerate tuple with zero
components, written (), is known as the unit type since it has
only one possible value which is also written ().

The implementation of tuples in a language may be either
"{lifted}" or not. If tuples are lifted then (bottom,bottom)
/= bottom and the evaluation of a tuple may fail to terminate.
E.g. in Haskell:

f (x,y) = 1 --> f bottom = bottom
f (bottom,bottom) = 1

With lifted tuples, a tuple pattern is refutable. Thus in
Haskell, {pattern matching} on tuples is the same as pattern
matching on types with multiple constructors ({algebraic data
types}) - the expression being matched is evaluated as far as
the top level constructor, even though, in the case of tuples,
there is only one possible constructor for a given type.

If tuples are unlifted then (bottom, bottom) = bottom and
evaluation of a tuple will never fail to terminate though any
of the components may. E.g. in {Miranda}:

f (x,y) = 1 --> f bottom = 1
f (bottom,bottom) = 1

Thus in Miranda, any object whose type is compatible with a
tuple pattern is assumed to match at the top level without
evaluation - it is an {irrefutable} pattern. This also
applies to user defined data types with only one constructor.
In Haskell, patterns can be made irrefutable by adding a "~"
as in

f ~(x,y) = 1.

If tuple constructor functions were {strict} in all their
arguments then (bottom,x) = (x,bottom) = bottom for any x so
matching a refutable pattern would fail to terminate if any
component was bottom.


请选择你想看的字典辞典:
单词字典翻译
Tuple查看 Tuple 在百度字典中的解释百度英翻中〔查看〕
Tuple查看 Tuple 在Google字典中的解释Google英翻中〔查看〕
Tuple查看 Tuple 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Currently. com - AT T Yahoo Email, News, Sports More
    Get the latest in news, entertainment, sports, weather and more on Currently com Sign up for free email service with AT T Yahoo Mail
  • Explore what’s new in the AT T Yahoo Mail desktop experience
    We’re introducing a fresh new desktop mail experience for AT T Yahoo Mail users, completely FREE of charge, nothing to do on your end!
  • How to make Currently. com your homepage
    When you start with Currently com as your homepage, you'll find need-to-know news stories, trending info, one-touch access to your AT T Mail account, and links to all your AT T services accounts Use the help links below to set Currently com as the homepage in your browser of choice Make Currently com your homepage in Chrome
  • Currently original stories
    The Currently editorial team produces original stories on a variety of topics — from product reviews to gift guides to news of the day — so our readers are better informed about their world
  • Coming soon: A new desktop AT T Yahoo Mail experience
    We’re introducing a fresh new desktop mail experience for AT T Yahoo Mail users, completely FREE of charge, nothing to do on your end!
  • What spam emails look like — and how to stop them - Currently. com
    AT T Yahoo Mail allows users to block up to three unwanted sender domains and up to 1,000 specific email addresses Users who upgrade to Mail Plus can block up to 500 sender domains What are email providers doing about spam? Many spam emails carry viruses, malware or phishing attacks that attempt to trick users into giving up personal information
  • New Currently homepage features
    Take a look at our step-by-step guide to the new features of Currently com homepage
  • The future of email is now - Currently. com
    The sector is dominated by big tech; Gmail, Yahoo Mail and Microsoft Outlook own 91 percent of the market These providers and smaller players are making changes to your email account — and it’s for the better A four-letter word: Spam Spam accounted for upward of 70 percent of total email traffic worldwide back in 2014
  • Scientists discover natural compounds found in popular hot drink that . . .
    The research, published in the journal GeroScience, identifies two natural compounds, nicotinamide – a form of vitamin B3 – and an antioxidant found in green tea called epigallocatechin gallate, which help restore a key molecule that fuels energy production in brain cells
  • Stephen Colbert Doesnt Hold Back In Scathing New . . . - Currently. com
    HuffPost sits down with former Capitol Police officer Harry Dunn to talk about Trump, a new mystery in the Nancy Guthrie case and Chloe Kim just misses a three-peat — just some of the stories HuffPost is following





中文字典-英文字典  2005-2009