About: Name binding     Goto   Sponge   Distinct   Permalink

An Entity of Type : yago:WikicatProgrammingLanguageConcepts, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FName_binding

In programming languages, name binding is the association of entities (data and/or code) with identifiers. An identifier bound to an object is said to reference that object. Machine languages have no built-in notion of identifiers, but name-object bindings as a service and notation for the programmer is implemented by programming languages. Binding is intimately connected with scoping, as scope determines which names bind to which objects – at which locations in the program code (lexically) and in which one of the possible execution paths (temporally).

AttributesValues
rdf:type
rdfs:label
  • Vinculación de nombres (es)
  • 네임 바인딩 (ko)
  • Name binding (en)
  • Зв’язування імен (uk)
  • 名字绑定 (zh)
rdfs:comment
  • 프로그래밍 언어에서 네임 바인딩 (name binding)은 엔티티들(데이터 그리고/또는 코드)과 식별자들의 연관이다. 객체에 바운드되는 식별자는 객체를 참조한다고 불린다. 기계어는 식별자의 빌트인 개념을 갖진 않지만, 서비스로서 그리고 프로그래머를 위한 표기로서 네임-객체 바인딩을 가지며 이것은 프로그래밍 언어들에 의해서 구현된다. 바인딩은 스코핑(변수 영역)과 밀접하게 연결되는데, 스코핑은 어떤 네임들을 어떤 객체들에 바인드할 지를 결정한다 - 프로그램 코드의 어느 위치에서 그리고 가능한 실행 경로들 중 어느 곳에서. id를 위한 바인딩을 확립하는 문맥에서 식별자 id의 사용은 바인딩 발생이라고 불린다. 모든 다른 발생들(예를 들면 포현식들, 할당들 그리고 서브프로그램 호출들에서)에서 식별자는 무엇이 바운드되었는지를 나타낸다; 이러한 발생들은 적용된 발생이라고 불린다. (ko)
  • У мовах програмування зв'язування імен — це об'єднання сутностей (даних та/або коду) з ідентифікаторами. Кажуть, що ідентифікатор, прив'язаний до об'єкта, посилається на цей об'єкт. Машинні мови не мають вбудованого поняття ідентифікаторів, але зв'язування імен до об'єктів як послуга та нотація для програміста реалізуються мовами програмування. Зв'язування тісно пов'язане з областю видимості, оскільки область визначає, які імена прив'язуються до яких об'єктів — у яких місцях у програмному коді (лексично) і в якому одному з можливих шляхів виконання (тимчасово). (uk)
  • 在程序设计语言中,名字绑定是把实体(数据或/且代码)关联到标识符。标识符绑定到实体被称为引用该对象。机器语言没有内建的标识符表示方法,但程序设计语言实现了名字与对象的绑定。绑定最初是与作用域相关,因为作用域确定了哪个名字绑定到哪个对象——在程序代码中的哪个位置与哪条执行路径。 (zh)
  • En lenguajes de programación, la vinculación de nombres (name binding) es la asociación de entidades (dato y/o código) con identificadores. Se dice que un identificador vinculado a un objeto referencia ese objeto. Los lenguajes de máquina no tienen incorporada ninguna noción de identificadores, pero los lenguajes de programación de alto nivel incorporan esta vinculación entre un nombre y un objeto como un servicio y una notación que ayuda a los programadores. La vinculación está íntimamente conectada con el ámbito (scope), ya que el ámbito determina qué nombres se vinculan a qué objetos – en qué ubicaciones del código del programa (léxicamente) y en cuáles de los posibles caminos de ejecución (temporalmente). (es)
  • In programming languages, name binding is the association of entities (data and/or code) with identifiers. An identifier bound to an object is said to reference that object. Machine languages have no built-in notion of identifiers, but name-object bindings as a service and notation for the programmer is implemented by programming languages. Binding is intimately connected with scoping, as scope determines which names bind to which objects – at which locations in the program code (lexically) and in which one of the possible execution paths (temporally). (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
Link from a Wikipa... related subject.
has abstract
  • En lenguajes de programación, la vinculación de nombres (name binding) es la asociación de entidades (dato y/o código) con identificadores. Se dice que un identificador vinculado a un objeto referencia ese objeto. Los lenguajes de máquina no tienen incorporada ninguna noción de identificadores, pero los lenguajes de programación de alto nivel incorporan esta vinculación entre un nombre y un objeto como un servicio y una notación que ayuda a los programadores. La vinculación está íntimamente conectada con el ámbito (scope), ya que el ámbito determina qué nombres se vinculan a qué objetos – en qué ubicaciones del código del programa (léxicamente) y en cuáles de los posibles caminos de ejecución (temporalmente). El uso de un identificador id en un contexto que establece una vinculación para id se denomina una ocurrencia de la vinculación (o de la definición). En todas las demás ocurrencias (p. ej., en expresiones, asignaciones o llamadas a funciones), un identificador representa aquello a lo que está vinculado. (es)
  • In programming languages, name binding is the association of entities (data and/or code) with identifiers. An identifier bound to an object is said to reference that object. Machine languages have no built-in notion of identifiers, but name-object bindings as a service and notation for the programmer is implemented by programming languages. Binding is intimately connected with scoping, as scope determines which names bind to which objects – at which locations in the program code (lexically) and in which one of the possible execution paths (temporally). Use of an identifier id in a context that establishes a binding for id is called a binding (or defining) occurrence. In all other occurrences (e.g., in expressions, assignments, and subprogram calls), an identifier stands for what it is bound to; such occurrences are called applied occurrences. (en)
  • 프로그래밍 언어에서 네임 바인딩 (name binding)은 엔티티들(데이터 그리고/또는 코드)과 식별자들의 연관이다. 객체에 바운드되는 식별자는 객체를 참조한다고 불린다. 기계어는 식별자의 빌트인 개념을 갖진 않지만, 서비스로서 그리고 프로그래머를 위한 표기로서 네임-객체 바인딩을 가지며 이것은 프로그래밍 언어들에 의해서 구현된다. 바인딩은 스코핑(변수 영역)과 밀접하게 연결되는데, 스코핑은 어떤 네임들을 어떤 객체들에 바인드할 지를 결정한다 - 프로그램 코드의 어느 위치에서 그리고 가능한 실행 경로들 중 어느 곳에서. id를 위한 바인딩을 확립하는 문맥에서 식별자 id의 사용은 바인딩 발생이라고 불린다. 모든 다른 발생들(예를 들면 포현식들, 할당들 그리고 서브프로그램 호출들에서)에서 식별자는 무엇이 바운드되었는지를 나타낸다; 이러한 발생들은 적용된 발생이라고 불린다. (ko)
  • У мовах програмування зв'язування імен — це об'єднання сутностей (даних та/або коду) з ідентифікаторами. Кажуть, що ідентифікатор, прив'язаний до об'єкта, посилається на цей об'єкт. Машинні мови не мають вбудованого поняття ідентифікаторів, але зв'язування імен до об'єктів як послуга та нотація для програміста реалізуються мовами програмування. Зв'язування тісно пов'язане з областю видимості, оскільки область визначає, які імена прив'язуються до яких об'єктів — у яких місцях у програмному коді (лексично) і в якому одному з можливих шляхів виконання (тимчасово). (uk)
  • 在程序设计语言中,名字绑定是把实体(数据或/且代码)关联到标识符。标识符绑定到实体被称为引用该对象。机器语言没有内建的标识符表示方法,但程序设计语言实现了名字与对象的绑定。绑定最初是与作用域相关,因为作用域确定了哪个名字绑定到哪个对象——在程序代码中的哪个位置与哪条执行路径。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 45 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software