英文字典中文字典


英文字典中文字典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英翻中〔查看〕





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


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

































































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


  • Verify your YouTube account - YouTube Help - Google Help
    Verify your YouTube account To verify your channel, you’ll be asked to enter a phone number We’ll send a verification code by text or voice call to that phone number Once you've verified your account, you can: Upload videos longer than 15 minutes Add custom thumbnails Live stream Appeal Content ID claims
  • YouTube - Need to setup broadcast before you can stream - OBS
    Everything works great; my computer reboots nightly so OBS is in my Startup folder, the stream is set to start before sunrise and end after sunset, it streams to YouTube just fine, EXCEPT for this damn "You need to set up a broadcast before you can start streaming" stopping everything from running
  • Upload YouTube videos - Computer - YouTube Help - Google Help
    You can upload videos to YouTube in a few easy steps Use the instructions below to upload your videos from a computer or mobile device Note: Uploading may not be available with supervised experiences on YouTube
  • Amuse - Spotify YouTube Music Now Playing Widget - OBS
    Introducing Amuse by 6K Labs Stand out from the crowd of streamers by incorporating Amuse, the Spotify YouTube Music Now Playing Widget Let your creativity flourish and maintain a consistent aesthetic across your scenes Discover Amuse
  • Supported YouTube file formats - Google Help
    Supported YouTube file formats Note: Audio files, like MP3, WAV, or PCM files, can’t be uploaded to create a YouTube video You can use video editing software to convert your audio file to a video Audio files can only be uploaded as extra languages for your video
  • Displaying YouTube LiveChat Comments on Stream - OBS
    Displaying and selecting youtube stream comments in your stream is a pretty simple task Although, this feature has been completely blown out In the market right now, there are very few software that can help you do this and none of them are natively integrated into OBS Software like
  • YouTube Partner Program overview eligibility - Google Help
    YouTube Partner Program overview eligibility We’ve expanded the YouTube Partner Program (YPP) to more creators with earlier access to fan funding and Shopping features The expanded YouTube Partner Program is available to eligible creators in these countries regions
  • Closed Captioning via Google Speech Recognition - OBS
    Provides closed captioning via Google Cloud Speech Recognition API as a standalone OBS plugin, no other tools required It's fully optional to viewers and uses Twitch's built in caption support which works on livestreams and in VODs on PC
  • Autoplay videos - YouTube Help
    Autoplay videos The Autoplay feature on YouTube makes it easier to decide what to watch next When Autoplay is on, another related video will automatically play after a video ends
  • Privacy Policy - OBS
    OBS (Open Broadcaster Software) is free and open source software for video recording and live streaming Stream to Twitch, YouTube and many other providers or record your own videos with high quality H264 AAC encoding





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