This HTML5 document contains 78 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-svhttp://sv.dbpedia.org/resource/
dbrhttp://dbpedia.org/resource/
n11https://msdn.microsoft.com/fr-ca/library/
n12http://fr.dbpedia.org/resource/Modèle:
n23https://openclassrooms.com/courses/apprenez-a-programmer-en-c/
n27http://
dbpedia-frhttp://fr.dbpedia.org/resource/
dcthttp://purl.org/dc/terms/
rdfshttp://www.w3.org/2000/01/rdf-schema#
dbpedia-cshttp://cs.dbpedia.org/resource/
n38http://g.co/kg/m/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n28https://fr.wikiversity.org/wiki/Langage_C++/
xsdhhttp://www.w3.org/2001/XMLSchema#
dbpedia-ukhttp://uk.dbpedia.org/resource/
n39http://ma-graph.org/entity/
prop-frhttp://fr.dbpedia.org/property/
dbohttp://dbpedia.org/ontology/
n21https://ncatlab.org/nlab/show/
dbpedia-pthttp://pt.dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/
dbpedia-ishttp://is.dbpedia.org/resource/
dbpedia-dehttp://de.dbpedia.org/resource/
dbpedia-plhttp://pl.dbpedia.org/resource/
dbpedia-ruhttp://ru.dbpedia.org/resource/
wikidatahttp://www.wikidata.org/entity/
dbpedia-nlhttp://nl.dbpedia.org/resource/
n19http://c.developpez.com/cours/bernard-cassagne/
n13http://lacl.u-pec.fr/cegielski/struct/
provhttp://www.w3.org/ns/prov#
foafhttp://xmlns.com/foaf/0.1/
n32http://www.apprendre-informatique.com/tutorial/programmation/langage-c/Apprendre-le-C/
wikipedia-frhttp://fr.wikipedia.org/wiki/
dbpedia-zhhttp://zh.dbpedia.org/resource/
dbpedia-kohttp://ko.dbpedia.org/resource/
n7http://www.lacim.uqam.ca/~blondin/files/inf3135/aut2016/
n31https://fr.wikibooks.org/wiki/Programmation_C/
n24https://openclassrooms.com/courses/apprenez-a-programmer-en-java/
category-frhttp://fr.dbpedia.org/resource/Catégorie:
owlhttp://www.w3.org/2002/07/owl#

Statements

Subject Item
dbpedia-fr:Type_énuméré
rdfs:label
列挙型 Перечисляемый тип Type énuméré Перелічуваний тип даних
rdfs:comment
En programmation informatique, un type énuméré (appelé souvent énumération ou juste enum, parfois type énumératif ou liste énumérative) est un type de données qui consiste en un ensemble de valeurs constantes. Ces différentes valeurs représentent différents cas ; on les nomme énumérateurs[réf. nécessaire]. Lorsqu'une variable est de type énuméré, elle peut avoir comme valeur n'importe quel cas de ce type énuméré.
rdfs:seeAlso
n21:enumerated_type
owl:sameAs
dbpedia-sv:Uppräkningstyp dbpedia-ru:Перечисляемый_тип dbpedia-zh:枚举 dbpedia-cs:Výčtový_typ dbr:Enumerated_type wikidata:Q760170 dbpedia-ja:列挙型 dbpedia-is:Upptalningartag dbpedia-de:Aufzählungstyp dbpedia-uk:Перелічуваний_тип_даних dbpedia-ko:열거형 dbpedia-pl:Wyliczeniowy_typ_danych dbpedia-nl:Enumeratie_(datatype) dbpedia-pt:Enumeração_(tipo_de_dado) n38:0ck3lp n39:136435333
dbo:wikiPageID
3708976
dbo:wikiPageRevisionID
169803293
dbo:wikiPageWikiLink
dbpedia-fr:Jeu_de_cartes_français dbpedia-fr:Variable_(informatique) category-fr:Programmation_informatique dbpedia-fr:Programmation_informatique dbpedia-fr:Type_(informatique) dbpedia-fr:Booléen dbpedia-fr:C++ dbpedia-fr:C_(langage)
dbo:wikiPageExternalLink
n7:introduction-a-c.pdf n11:whbyts4t.aspx%7Ctitre=D%C3%A9clarations n13:ch2.pdf n24:les-enumerations-1 n23:creez-vos-propres-types-de-variables n28:Enum%C3%A9rations%7Ctitre=Langage n31:Types_avanc%C3%A9s%7Ctitre=Programmation n32:Les-types-II%7Ctitre=Chapitre n19:node92.php
dbo:wikiPageLength
5052
dct:subject
category-fr:Programmation_informatique
foaf:homepage
n27:www.apprendre-informatique.com
prop-fr:wikiPageUsesTemplate
n12:... n12:Palette n12:Portail n12:Lien_web n12:Refnec n12:Ébauche n12:Homon
prov:wasDerivedFrom
wikipedia-fr:Type_énuméré?oldid=169803293&ns=0
prop-fr:consultéLe
2016-12-13
prop-fr:langue
fr
prop-fr:site
www.lacim.uqam.ca www.apprendre-informatique.com lacl.u-pec.fr c.developpez.com fr.wikiversity.org fr.wikibooks.org openclassrooms.com msdn.microsoft.com
prop-fr:titre
Apprenez à programmer en Java - Les énumérations Chapître 2 - Introduction au langage C Chapitre 2 Les types énumérés Les énumérations Créez vos propres types de variables
prop-fr:url
n13:ch2.pdf https://fr.wikibooks.org/wiki/Programmation_C/Types_avancés|titre=Programmation C/Types avancés n19:node92.php n23:creez-vos-propres-types-de-variables n24:les-enumerations-1 http://www.apprendre-informatique.com/tutorial/programmation/langage-c/Apprendre-le-C/Les-types-II|titre=Chapitre 10: Les types avancées [partie II] https://fr.wikiversity.org/wiki/Langage_C++/Enumérations|titre=Langage C++ : Enumérations n7:introduction-a-c.pdf https://msdn.microsoft.com/fr-ca/library/whbyts4t.aspx|titre=Déclarations d'énumération C
foaf:isPrimaryTopicOf
wikipedia-fr:Type_énuméré
dbo:abstract
En programmation informatique, un type énuméré (appelé souvent énumération ou juste enum, parfois type énumératif ou liste énumérative) est un type de données qui consiste en un ensemble de valeurs constantes. Ces différentes valeurs représentent différents cas ; on les nomme énumérateurs[réf. nécessaire]. Lorsqu'une variable est de type énuméré, elle peut avoir comme valeur n'importe quel cas de ce type énuméré. Un exemple typique est la représentation de cartes à jouer ordinaires : la suite ("couleur") ainsi que la hauteur (nombre ou figure) de la carte peuvent être représentés par des énumérations. Dans certains langages, le type booléen (logique) est un type énuméré prédéfini qui possède deux énumérateurs (true et false). Toutefois, les énumérateurs sont souvent écrits en majuscule afin d'indiquer que ce sont des constantes.