Téléchargez l'application
educalingo
polymorphic function

Signification de "polymorphic function" dans le dictionnaire anglais

DICTIONNAIRE

PRONONCIATION DE POLYMORPHIC FUNCTION EN ANGLAIS

polymorphic function


CATÉGORIE GRAMMATICALE DE POLYMORPHIC FUNCTION

substantif
adjectif
verbe
adverbe
pronom
préposition
conjonction
déterminant
exclamation
Polymorphic function est un substantif.
Le nom ou substantif est un type de mot déterminant la réalité. Les substantifs désignent toutes les choses : personnes, objets, sensations, sentiments, etc.

QUE SIGNIFIE POLYMORPHIC FUNCTION EN ANGLAIS

définition de polymorphic function dans le dictionnaire anglais

La définition de la fonction polymorphique dans le dictionnaire est une fonction dans un programme informatique qui peut traiter un certain nombre de types de données différents.


MOTS EN ANGLAIS COMMENÇANT COMME POLYMORPHIC FUNCTION

polymerase · polymeric · polymeride · polymerisation · polymerise · polymerism · polymerization · polymerize · polymerous · polymery · polymorph · polymorphic · polymorphically · polymorphism · polymorphonuclear · polymorphonuclear leucocyte · polymorphous · polymorphously · polymyositis · polymyxin

MOTS EN ANGLAIS FINISSANT COMME POLYMORPHIC FUNCTION

accreditation · action · attraction · auction · collection · connection · construction · correction · course of action · detection · direction · fiction · function · introduction · production · protection · reaction · satisfaction · section · selection · transaction

Synonymes et antonymes de polymorphic function dans le dictionnaire anglais de synonymes

SYNONYMES

MOTS EN ANGLAIS EN RAPPORT AVEC «POLYMORPHIC FUNCTION»

polymorphic function · polymorphic · function · python · each · operation · superclass · subclasses · this · operate · object · boost · possibly · const · qualified · type · reference · argument · types · objects · polymorphism · haskellwiki · belongs · every · list · note · however · that · meaning · pronunciation · translations · proposal · wrapper · wrappers · also · used · lieu · arbitrary · whose · template · parameter · allowing · common · knowledge · dobb · steve · dewhurst · february · takes · lots · skill · maybe · design · pattern · turn · haskell · wikibooks · open · books · world · know · works · many · different · instance · length · calculate · creating · functions · stack · overflow · questing · simple · want ·

Traducteur en ligne avec la traduction de polymorphic function à 25 langues

TRADUCTEUR

TRADUCTION DE POLYMORPHIC FUNCTION

Découvrez la traduction de polymorphic function dans 25 langues grâce à notre traducteur anglais multilingue.

Dans cette section, les traductions de polymorphic function dans d'autres langues ont été obtenues par traduction automatique statistique, où l'unité essentielle de la traduction est le mot «polymorphic function» en anglais.
zh

Traducteur Français - chinois

多态函数
1325 millions de locuteurs
es

Traducteur Français - espagnol

función polimórfica
570 millions de locuteurs
en

anglais

polymorphic function
510 millions de locuteurs
hi

Traducteur Français - hindi

बहुरूपी समारोह
380 millions de locuteurs
ar

Traducteur Français - arabe

وظيفة متعددة الأشكال
280 millions de locuteurs
ru

Traducteur Français - russe

полиморфная функция
278 millions de locuteurs
pt

Traducteur Français - portugais

função polimórfica
270 millions de locuteurs
bn

Traducteur Français - bengali

পলিমর্ফিক ফাংশন
260 millions de locuteurs
fr

Traducteur Français - français

fonction polymorphe
220 millions de locuteurs
ms

Traducteur Français - malaisien

Fungsi polimorfik
190 millions de locuteurs
de

Traducteur Français - allemand

polymorphe Funktion
180 millions de locuteurs
ja

Traducteur Français - japonais

多様関数
130 millions de locuteurs
ko

Traducteur Français - coréen

다형성 기능
85 millions de locuteurs
jv

Traducteur Français - javanais

Fungsi polimorfik
85 millions de locuteurs
vi

Traducteur Français - vietnamien

chức năng đa hình
80 millions de locuteurs
ta

Traducteur Français - tamoul

பாலிமார்பிக் செயல்பாடு
75 millions de locuteurs
mr

Traducteur Français - marathi

बहुमापक कार्य
75 millions de locuteurs
tr

Traducteur Français - turc

Polimorfik fonksiyon
70 millions de locuteurs
it

Traducteur Français - italien

funzione polimorfica
65 millions de locuteurs
pl

Traducteur Français - polonais

funkcja polimorficzny
50 millions de locuteurs
uk

Traducteur Français - ukrainien

полиморфная функція
40 millions de locuteurs
ro

Traducteur Français - roumain

Funcția polimorf
30 millions de locuteurs
el

Traducteur Français - grec

πολυμορφική λειτουργία
15 millions de locuteurs
af

Traducteur Français - afrikaans

polimorfiese funksie
14 millions de locuteurs
sv

Traducteur Français - suédois

polymorf funktion
10 millions de locuteurs
no

Traducteur Français - norvégien

polymorfe funksjon
5 millions de locuteurs

Tendances d'usage de polymorphic function

TENDANCES

TENDANCES D'USAGE DU TERME «POLYMORPHIC FUNCTION»

Tendances de recherche principales et usages générales de polymorphic function
Liste des principales recherches réalisées par les utilisateurs pour accéder à notre dictionnaire anglais en ligne et des expressions les plus utilisées avec le mot «polymorphic function».

Exemples d'utilisation du mot polymorphic function en anglais

EXEMPLES

10 LIVRES EN ANGLAIS EN RAPPORT AVEC «POLYMORPHIC FUNCTION»

Découvrez l'usage de polymorphic function dans la sélection bibliographique suivante. Des livres en rapport avec polymorphic function et de courts extraits de ceux-ci pour replacer dans son contexte son utilisation littéraire.
1
Functional Programming Languages and Computer Architecture: ...
The method relies on the semantic relationship between the different instances of a polymorphic function. The semantics of the first-order polymorphic language he considered was defined on the category of domains and continuous functions.
John Hughes, 1991
2
Programming Languages and Systems: 9th European Symposium on ...
Definition 42 (Data Polymorphic Functions): For function λx.e assigned with type ( ∀ t. t → τ \ C) by the inference rules, λx.e is a data-polymorphic function in constraint set C iff there appears τ in C s.t. erase(τ ) = τ and τ is data-polymorphic in C.
Gert Smolka, 2000
3
Foundations of Object-oriented Languages: Types and Semantics
In order to introduce polymorphic functions, we first enrich our type system by adding an expression representing the type of a polymorphic function. This will be added as a type constructor with kind *. //. v € Constructor ::= ... | Vi>K. T The ...
Kim B. Bruce, 2002
4
PostgreSQL 9.0 Official Documentation - Volume III. Server ...
Polymorphic arguments and results are tied to each other and are resolved to a specific data type when a query calling a polymorphic function is parsed. Each position (either argument or return value) declared as anyelement is allowed to ...
Postgresql Global Development Group, 2011
5
Efficient Polymorphic Calls
Thus, one can no longer trust the results of earlier implementation work that was aimed at minimizing the number of instructions consumed by polymorphic function calls. This book is in many ways the successor to Ungar's classic study of  ...
Karel Driesen, 2001
6
Elementary Standard ML
By extension, func could be said to be polymorphic because it can be associated with any function from an arbitrary type argument to an integer result. Thus, doublefunc could be said to be a polymorphic function, because its argument func is ...
G Michaelson, 2004
7
Design and Verification of Microprocessor Systems for ...
Finally, the composition of an instantiation map M and a set S is defined as M om S I {2% M10, S |zeDom The instantiation information of each occurrence of a polymorphic function and datatype is gathered into an instantiation map during a  ...
David S. Hardin, 2010
8
Programming Languages: Implementations, Logics, and ...
While a polymorphic function stands for one algorithm that happens to be insensitive to what type the values in some structure are, a polytypic function embraces a class of algorithms. The ability to define functions polytypically adds another ...
Herbert Kuchen, S.Doaitse Swierstra, 1996
9
Advanced Functional Programming: Third International School, ...
Suppose we have a polymorphic function f of type Tα for all types α. That is, for each type A there is an instance fA of type TA. The action of T is extended —in a way to be made precise shortly— to binary relations, where if relation R has type A ...
S. Doaitse Swierstra, Pedro R. Henriques, Jose N. Oliveira, 1999
10
Mathematics of Program Construction: 7th International ...
2.2 From Container Morphisms to Polymorphic Functions and Back Given a container morphism (u, f) : (A ⊳ B) → (S ⊳ P) does (u, f) really define a polymorphic function TA⊳B → TS⊳P? If so, are all polymorphic functions of this form?. And in a ...
Dexter Kozen, 2004
RÉFÉRENCE
« EDUCALINGO. Polymorphic function [en ligne]. Repéré à <https://educalingo.com/fr/dic-en/polymorphic-function>. Juin 2026 ».
Téléchargez l'application educalingo
FR