英文字典中文字典


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







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

polymorphism    音标拼音: [p,ɑlim'ɔrfɪzəm] [p,ɑlim'ɔrfɪzm]
n. 多形,同质异像,多形现象

多形,同质异像,多形现象

polymorphism
多型

polymorphism
n 1: (genetics) the genetic variation within a population that
natural selection can operate on
2: (chemistry) the existence of different kinds of crystal of
the same chemical compound [synonym: {polymorphism},
{pleomorphism}]
3: (biology) the existence of two or more forms of individuals
within the same animal species (independent of sex
differences)

Polymorphism \Pol`y*mor"phism\, n.
1. (Crystallog.) Same as {Pleomorphism}.
[1913 Webster]

2. (Biol.)
(a) The capability of assuming different forms; the
capability of widely varying in form.
(b) Existence in many forms; the coexistence, in the same
locality, of two or more distinct forms independent of
sex, not connected by intermediate gradations, but
produced from common parents.
[1913 Webster]

A concept first identified by
{Christopher Strachey} (1967) and developed by Hindley and
Milner, allowing {types} such as list of anything. E.g. in
{Haskell}:

length :: [a] -> Int

is a function which operates on a list of objects of any type,
a (a is a {type variable}). This is known as parametric
polymorphism. Polymorphic typing allows strong type checking
as well as generic functions. {ML} in 1976 was the first
language with polymorphic typing.

Ad-hoc polymorphism (better described as {overloading}) is the
ability to use the same syntax for objects of different types,
e.g. "" for addition of reals and integers or "-" for unary
negation or diadic subtraction. Parametric polymorphism
allows the same object code for a function to handle arguments
of many types but overloading only reuses syntax and requires
different code to handle different types.

See also {generic type variable}.

In {object-oriented programming}, the term is used to describe
a {variable} that may refer to objects whose {class} is not
known at {compile time} and which respond at {run time}
according to the actual class of the object to which they
refer.

(2002-08-08)


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





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


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

































































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


  • Operator Precedence in Python
    Learn about Operator precedence and associativity in Python See some short-circuiting cases and non-associative cases in Python
  • Precedence and Associativity of Operators in Python
    In Python, operators have different levels of precedence, which determine the order in which they are evaluated When multiple operators are present in an expression, the ones with higher precedence are evaluated first In the case of operators with the same precedence, their associativity comes into play, determining the order of evaluation
  • How do order of operations go on Python? - Stack Overflow
    Operators with higher precedence are executed before those with lower precedence, but operators have matching precedence when they are in the same group For 10-7 2*3+1, you have 2 classes of operators, from lowest to higest: *, @, , , % (correlating with MD, so multiplication and division)
  • Python Operator Precedence - Online Tutorials Library
    The operator precedence defines the order in which operators are evaluated In other words, the order of operator evaluation is determined by the operator precedence If a certain expression contains multiple operators, their order of evaluation is determined by the order of precedence
  • Arithmetic Operators in Python - UNSW Sites
    Precedence •You can use the arithmetic operators to calculate complicated expressions •You can type: 1 + 2 * 3 –4 –Should this be 3 or 5? •The computers evaluate arithmetic expressions according to the rule of precedence ENGG1811 © UNSW, CRICOS Provider No: 00098G W4 slide 17
  • Python Operator Precedence Cheat Sheet · GitHub
    Operator precedence defines the order in which operations are performed when evaluating an expression In Python, certain operators are evaluated before others For example, in the expression 1 + 2 * 3, multiplication (*) has higher precedence than addition (+), so 2 * 3 is evaluated first, followed by 1 + 6, resulting in 7
  • Python - Operator Precedence by Dr Anne Dawson
    The % (modulus or modulo) operator yields the remainder from the division of the first argument by the second The arguments may be floating point numbers, e g , 3 14 % 0 7 equals 0 34 (since 3 14 equals 4 * 0 7 + 0 34 ), or integer numbers, e g , 5 % 2 equals 1 (since 5 equals 2 * 2 + 1 )





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