This HTML5 document contains 66 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-dehttp://de.dbpedia.org/resource/
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
n25http://ta.dbpedia.org/resource/
foafhttp://xmlns.com/foaf/0.1/
dbpedia-huhttp://hu.dbpedia.org/resource/
dbpedia-kohttp://ko.dbpedia.org/resource/
dbpedia-cahttp://ca.dbpedia.org/resource/
dbpedia-eshttp://es.dbpedia.org/resource/
n29http://g.co/kg/m/
dbpedia-ruhttp://ru.dbpedia.org/resource/
dbpedia-ukhttp://uk.dbpedia.org/resource/
rdfshttp://www.w3.org/2000/01/rdf-schema#
dbpedia-svhttp://sv.dbpedia.org/resource/
n18https://www.quora.com/topic/
dbpedia-srhttp://sr.dbpedia.org/resource/
category-frhttp://fr.dbpedia.org/resource/Catégorie:
dbpedia-plhttp://pl.dbpedia.org/resource/
dbpedia-pthttp://pt.dbpedia.org/resource/
n20http://fr.dbpedia.org/resource/Modèle:
dbpedia-fihttp://fi.dbpedia.org/resource/
wikipedia-frhttp://fr.wikipedia.org/wiki/
dbpedia-fahttp://fa.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n32http://ma-graph.org/entity/
dbpedia-ithttp://it.dbpedia.org/resource/
dbpedia-zhhttp://zh.dbpedia.org/resource/
dbpedia-frhttp://fr.dbpedia.org/resource/
prop-frhttp://fr.dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-nlhttp://nl.dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbpedia-fr:Notation_hongroise
rdfs:label
Notació hongaresa Угорська нотація Notação húngara Hungarian notation Ungarische Notation Венгерская нотация Notation hongroise 匈牙利命名法
rdfs:comment
La notation hongroise est, en programmation informatique, une convention de nommage des variables et des fonctions qui met en avant soit leur usage, soit leur type. La désignation de cette convention qui conduit à des noms vraiment très exotiques dans un contexte de programmation anglais fait probablement référence à l’origine hongroise de son inventeur, Charles Simonyi, programmeur chez Xerox puis architecte en chef au sein de Microsoft. On distingue en principe deux notations hongroises : * notation hongroise Apps * notation hongroise Systems
rdfs:seeAlso
n18:Hungarian-Notation
owl:sameAs
dbpedia-sv:Ungersk_notation dbpedia-it:Notazione_ungara dbpedia-ca:Notació_hongaresa dbpedia-uk:Угорська_нотація dbpedia-nl:Hongaarse_notatie dbpedia-pt:Notação_húngara dbpedia-hu:Magyar_jelölés dbpedia-ja:ハンガリアン記法 dbpedia-pl:Notacja_węgierska dbpedia-es:Notación_húngara dbpedia-sr:Мађарска_нотација n25:ஹங்கேரிய_குறிமானமுறை dbpedia-de:Ungarische_Notation wikidata:Q903244 dbr:Hungarian_notation dbpedia-fa:نماد_مجارستانی n29:0c1rc dbpedia-ru:Венгерская_нотация dbpedia-fi:Unkarilainen_notaatio n32:2781100908 dbpedia-ko:헝가리안_표기법 dbpedia-zh:匈牙利命名法
dbo:wikiPageID
460927
dbo:wikiPageRevisionID
186608584
dbo:wikiPageWikiLink
dbpedia-fr:Camel_case dbpedia-fr:Notations_infixée,_préfixée,_polonaise_et_postfixée category-fr:Norme_ou_standard_informatique dbpedia-fr:Charles_Simonyi dbpedia-fr:Type_(informatique) dbpedia-fr:Routine_(informatique) dbpedia-fr:.NET_Framework dbpedia-fr:Convention_de_nommage dbpedia-fr:Programmation_informatique dbpedia-fr:Sigil_(informatique) category-fr:Code_source dbpedia-fr:Microsoft dbpedia-fr:Variable_(informatique) dbpedia-fr:BCPL dbpedia-fr:Xerox dbpedia-fr:Hongrie
dbo:wikiPageLength
5403
dct:subject
category-fr:Norme_ou_standard_informatique category-fr:Code_source
prop-fr:wikiPageUsesTemplate
n20:Ébauche n20:Références n20:Portail n20:, n20:Boîte_déroulante n20:Autres_projets
prov:wasDerivedFrom
wikipedia-fr:Notation_hongroise?oldid=186608584&ns=0
prop-fr:contenu
On Error Resume Next strComputer = "fictional" strPrinter = "TestPrinter" Set objWMIService = GetObject If Err = 0 Then WScript.Echo "No error binding to " & strComputer strPrinter = "TestPrinter" Set objPrinter = objWMIService.Get If Err = 0 Then WScript.Echo "No error connecting to " & strPrinter Else call DisplayErrorInfo End If Else call DisplayErrorInfo End If WScript.Quit 0 '****************************************************************************** Sub DisplayErrorInfo WScript.Echo "Error: : " & Err WScript.Echo "Error : &H" & Hex WScript.Echo "Source : " & Err.Source WScript.Echo "Description : " & Err.Description WScript.Quit 1 End Sub
prop-fr:titre
Exemple
foaf:isPrimaryTopicOf
wikipedia-fr:Notation_hongroise
dbo:discoverer
dbpedia-fr:Charles_Simonyi
dbo:namedAfter
wikidata:Q830844
dbo:abstract
La notation hongroise est, en programmation informatique, une convention de nommage des variables et des fonctions qui met en avant soit leur usage, soit leur type. La désignation de cette convention qui conduit à des noms vraiment très exotiques dans un contexte de programmation anglais fait probablement référence à l’origine hongroise de son inventeur, Charles Simonyi, programmeur chez Xerox puis architecte en chef au sein de Microsoft. Par exemple, la variable booléenne danger est préfixée par un b pour indiquer un type booléen : bDanger. Autre exemple, la variable indexant un client, sera préfixée par un idx pour indiquer son usage : idxClient. On distingue en principe deux notations hongroises : * notation hongroise Apps * notation hongroise Systems