« Type abstrait » : différence entre les versions


Aucun résumé des modifications
Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
Ligne 2 : Ligne 2 :
[[Catégorie:Vocabulaire]]
[[Catégorie:Vocabulaire]]
[[Catégorie:Scotty]]
[[Catégorie:Scotty]]
[[Catégorie:9]]
==Définition==
==Définition==


En informatique, un type de données abstrait  est un modèle mathématique pour les types de données; un type de données étant défini par son comportement (sémantique) du point de vue de l'utilisateur, en particulier en termes de valeurs possibles, les opérations possibles sur des données de ce type et le comportement de ces opérations.  
En informatique, un type de données abstrait  est un modèle mathématique pour les types de données; un type de données étant défini par son comportement (sémantique) du point de vue de l'utilisateur, en particulier en termes de valeurs possibles, les opérations possibles sur des données de ce type et le comportement de ces opérations.  
==Français==
==Français==
'''type abstrait'''
'''type abstrait'''   <small>loc. nom.masc.</small>


'''type abstrait de donnée'''
'''type abstrait de donnée'''   <small>loc. nom.masc.</small>


''' type de données abstrait '''
''' type de données abstrait '''   <small>loc. nom.masc.</small>


==Anglais==
==Anglais==
Ligne 18 : Ligne 20 :


<small>
<small>
[https://computersciencewiki.org/index.php/Abstract_data_structures#:~:text=In%20computer%20science%2C%20an%20abstract,the%20behavior%20of%20these%20operations  Source:


In computer science, an abstract data type (ADT) is a mathematical model for data types, where a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations. This contrasts with data structures, which are concrete representations of data, and are the point of view of an implementer, not a user.
In computer science, an abstract data type (ADT) is a mathematical model for data types, where a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations. This contrasts with data structures, which are concrete representations of data, and are the point of view of an implementer, not a user.

Version du 29 février 2020 à 22:33


Définition

En informatique, un type de données abstrait est un modèle mathématique pour les types de données; un type de données étant défini par son comportement (sémantique) du point de vue de l'utilisateur, en particulier en termes de valeurs possibles, les opérations possibles sur des données de ce type et le comportement de ces opérations.

Français

type abstrait loc. nom.masc.

type abstrait de donnée loc. nom.masc.

type de données abstrait loc. nom.masc.

Anglais

Abstract data type


[https://computersciencewiki.org/index.php/Abstract_data_structures#:~:text=In%20computer%20science%2C%20an%20abstract,the%20behavior%20of%20these%20operations Source:


In computer science, an abstract data type (ADT) is a mathematical model for data types, where a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations. This contrasts with data structures, which are concrete representations of data, and are the point of view of an implementer, not a user.