英文字典中文字典


英文字典中文字典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       







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

refutable    
a. 可驳倒的

可驳倒的

refutable
adj 1: able to be refuted [synonym: {questionable}, {refutable},
{confutable}, {confutative}]

Refutable \Re*fut"a*ble\ (r?*f?t"?*b'l;277), a. [Cf. F.
r['e]futable.]
Admitting of being refuted or disproved; capable of being
proved false or erroneous.
[1913 Webster]

31 Moby Thesaurus words for "refutable":
arguable, at issue, confutable, conjectural, contestable,
controversial, controvertible, debatable, defeasible, deniable,
disprovable, disputable, doubtable, doubtful, dubious, dubitable,
iffy, in dispute, in doubt, in dubio, in question, mistakable,
moot, open to doubt, open to question, problematic, questionable,
speculative, suppositional, suspect, suspicious

In lazy functional languages, a refutable pattern is one which
may fail to match. An expression being matched against a
refutable pattern is first evaluated to head normal form
(which may fail to terminate) and then the top-level
constructor of the result is compared with that of the
pattern. If they are the same then any arguments are matched
against the pattern's arguments otherwise the match fails.

An irrefutable pattern is one which always matches. An
attempt to evaluate any variable in the pattern forces the
pattern to be matched as though it were refutable which may
fail to match (resulting in an error) or fail to terminate.

Patterns in Haskell are normally refutable but may be made
irrefutable by prefixing them with a tilde (~). For example,

(\ (x,y) -> 1) undefined ==> undefined
(\ ~(x,y) -> 1) undefined ==> 1

Patterns in Miranda are refutable, except for tuples which are
irrefutable. Thus

g [x] = 2
g undefined ==> undefined

f (x,y) = 1
f undefined ==> 1

Pattern bindings in local definitions are irrefutable in both
languages:

h = 1 where [x] = undefined ==> 1
Irrefutable patterns can be used to simulate unlifted products
because they effectively ignore the top-level constructor of
the expression being matched and consider only its components.


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





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


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

































































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


  • C (programming language) - Wikipedia
    C is an imperative procedural language, supporting structured programming, lexical variable scope, and recursion, with a static type system It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support Despite its low-level
  • PacktPublishing Learn-C-Programming - GitHub
    C is a powerful general-purpose programming language that is excellent for beginners to learn This book will introduce you to computer programming and software development using C If you're an experienced developer, this book will help you become familiar with the C programming language
  • The Reason Why C Programming Language Was Named C
    It is a decade old general-purpose high-level programming language which has defied all norms of popularity The language has been given the name C because it succeeds another language called B
  • Operators in C and C++ - Wikipedia
    This is a list of operators in the C and C++ programming languages All listed operators are in C++ and lacking indication otherwise, in C as well Some tables include a "In C" column that indicates whether an operator is also in C Note that C does not support operator overloading
  • C (programming language) - Simple English Wikipedia, the free encyclopedia
    The C programming language is a computer programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie at Bell Labs They used it to improve the UNIX operating system It is still much used today
  • Why the C programming language still rules - InfoWorld
    Here’s how it stacks up against C++, Java, C#, Go, Rust, Python, and the newest kid on the block—Carbon The C programming language has been alive and kicking since 1972, and it still reigns as
  • theokwebb C-from-Scratch: A roadmap to learn C from Scratch - GitHub
    In March 2023, I decided to learn C from scratch Throughout this journey, I used a variety of resources—some were beneficial, while others not as much I have compiled a list of the most helpful resources into a roadmap for anyone who wishes to do the same
  • C syntax - Wikipedia
    The syntax of the C programming language is the set of rules governing writing of software in C It is designed to allow for programs that are extremely terse, have a close relationship with the resulting object code, and yet provide relatively high-level data abstraction
  • The Complete Roadmap for C Programming, Everything you need to . . . - Medium
    Firstly, let’s talk about What is C programming? C is a general-purpose, high-level, compiler-based, machine-independent structure language that is extensively used in various applications A
  • C data types - Wikipedia
    In the C programming language, data types constitute the semantics and characteristics of storage of data elements They are expressed in the language syntax in form of declarations for memory locations or variables Data types also determine the types of operations or methods of processing of data elements





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