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

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

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbpedia-eshttp://es.dbpedia.org/resource/
n19https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
dbpedia-ukhttp://uk.dbpedia.org/resource/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Programming_paradigm
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:List_of_concurrent_and_parallel_programming_languages
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Programming_model
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Pthreads
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Microarchitecture
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:OpenCL
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Runtime_library
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Runtime_system
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Execution_(computing)
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Execution_model
rdfs:label
Modelo de ejecución Execution model 実行モデル Модель виконання
rdfs:comment
実行モデル (じっこうモデル、英: execution model)は、プログラミング言語の構成要素の一つ。 プログラミング言語は、文法/構文と実行モデルで構成される。実行モデルは、言語の要素の動作を指定する。実行モデルにより、そのプログラミング言語で書かれたプログラムの振る舞いを理解できる。たとえば、プログラマーがコードを「読んでいる」とき、頭の中でコードの各行が何をするかを考え、心の中の動作をシミュレートする。プログラマーが行っているこの作業は、実行モデルをコードに適用することである。 すべてのプログラミング言語には実行モデルがあり、作業単位(プログラムで示される)の実行がスケジュールされる方法を決定する。言語の実行モデルの仕様の例には、Pythonの実行モデル、Unified Parallel C(UPC)プログラミング言語の実行モデル、そして命令/関数型言語といったさまざまなクラスの実行モデルと、リアルタイム組み込みデバイス向け実行モデルなどがある。 Un lenguaje de programación consta de dos partes, la primera, la parte gramatical que incluye la propia sintaxis del lenguaje de programación, la segunda, el modelo de ejecución. El modelo de ejecución especifica el comportamiento de los elementos de dicho lenguaje por lo que aplicándolo se puede derivar el comportamiento de un programa escrito en términos del lenguaje en cuestión Cada lenguaje de programación tiene su propio modelo de ejecución, el cual determina la manera en como las unidades de trabajo (indicadas por la sintaxis de programación) serán organizadas para su ejecución. A programming language consists of a grammar/syntax plus an execution model. The execution model specifies the behavior of elements of the language. By applying the execution model, one can derive the behavior of a program that was written in terms of that programming language. For example, when a programmer "reads" code, in their mind, they walk through what each line of code does. In effect they simulate the behavior inside their mind. What the programmer is doing is applying the execution model to the code, which results in the behavior of the code. Мова програмування складається з граматики/синтаксису та моделі виконання. Модель виконання визначає поведінку елементів мови. Застосувавши модель виконання, можна отримати поведінку програми, написаної на цій мові програмування. Наприклад, коли програміст «читає» код, у своєму розумі він переглядає, що робить кожен рядок коду. По суті, він імітує поведінку всередині свого розуму. Те, що робить програміст, застосування моделі виконання до коду, що призводить до поведінки коду.
dcterms:subject
dbc:Computing_platforms
dbo:wikiPageID
46755114
dbo:wikiPageRevisionID
1113121462
dbo:wikiPageWikiLink
dbr:Compiler dbr:Unified_Parallel_C dbr:Executable dbc:Computing_platforms dbr:Operational_semantics dbr:Programming_model dbr:POSIX_Threads dbr:Syntax_(programming_languages) dbr:Imperative_programming dbr:Scheduling_(computing) dbr:Runtime_system dbr:C_(programming_language) dbr:Execution_(computing) dbr:Functional_programming dbr:Interpreter_(computing) dbr:Python_(programming_language) dbr:Synchronization_construct
owl:sameAs
yago-res:Execution_model wikidata:Q25346349 dbpedia-uk:Модель_виконання dbpedia-es:Modelo_de_ejecución dbpedia-ja:実行モデル freebase:m.0138t8c3 n19:2PE7Y
dbp:wikiPageUsesTemplate
dbt:Wiktionary dbt:Program_execution dbt:Reflist
dbo:abstract
A programming language consists of a grammar/syntax plus an execution model. The execution model specifies the behavior of elements of the language. By applying the execution model, one can derive the behavior of a program that was written in terms of that programming language. For example, when a programmer "reads" code, in their mind, they walk through what each line of code does. In effect they simulate the behavior inside their mind. What the programmer is doing is applying the execution model to the code, which results in the behavior of the code. Each and every programming language has an execution model, which determines the manner in which the units of work (that are indicated by program syntax) are scheduled for execution. Detailed examples of the specification of execution models of a few popular languages include those of Python, the execution model of the Unified Parallel C (UPC) programming language,a discussion of various classes of execution model such as for imperative versus functional languages, and an article discussing execution models for real-time embedded languages. Un lenguaje de programación consta de dos partes, la primera, la parte gramatical que incluye la propia sintaxis del lenguaje de programación, la segunda, el modelo de ejecución. El modelo de ejecución especifica el comportamiento de los elementos de dicho lenguaje por lo que aplicándolo se puede derivar el comportamiento de un programa escrito en términos del lenguaje en cuestión Por ejemplo cuando una programadora "lee" cierto código, ella puede recorrerlo línea a línea en su mente y analizar lo que hace cada una de estas líneas de código, emulando en su mente el comportamiento de dicho programa. De esta forma la programadora esta aplicando el modelo de ejecución al código en su mente, lo que resulta en el comportamiento de dicho código. Cada lenguaje de programación tiene su propio modelo de ejecución, el cual determina la manera en como las unidades de trabajo (indicadas por la sintaxis de programación) serán organizadas para su ejecución. Algunos ejemplos que detallan las especificaciones de modelos de ejecución para lenguajes de programación como Python,​ el de Unified Parallel C (UPC) ​, así como el capítulo 4.3 de Compilation Techniques for Reconfigurable Architectures, donde se discute acerca de varias clases de modelos de ejecución, comparando aquellos para lenguajes imperativos contra aquellos para lenguajes funcionales.​ 実行モデル (じっこうモデル、英: execution model)は、プログラミング言語の構成要素の一つ。 プログラミング言語は、文法/構文と実行モデルで構成される。実行モデルは、言語の要素の動作を指定する。実行モデルにより、そのプログラミング言語で書かれたプログラムの振る舞いを理解できる。たとえば、プログラマーがコードを「読んでいる」とき、頭の中でコードの各行が何をするかを考え、心の中の動作をシミュレートする。プログラマーが行っているこの作業は、実行モデルをコードに適用することである。 すべてのプログラミング言語には実行モデルがあり、作業単位(プログラムで示される)の実行がスケジュールされる方法を決定する。言語の実行モデルの仕様の例には、Pythonの実行モデル、Unified Parallel C(UPC)プログラミング言語の実行モデル、そして命令/関数型言語といったさまざまなクラスの実行モデルと、リアルタイム組み込みデバイス向け実行モデルなどがある。 Мова програмування складається з граматики/синтаксису та моделі виконання. Модель виконання визначає поведінку елементів мови. Застосувавши модель виконання, можна отримати поведінку програми, написаної на цій мові програмування. Наприклад, коли програміст «читає» код, у своєму розумі він переглядає, що робить кожен рядок коду. По суті, він імітує поведінку всередині свого розуму. Те, що робить програміст, застосування моделі виконання до коду, що призводить до поведінки коду. Кожна мова програмування має модель виконання, яка визначає спосіб, у який планується виконання одиниць роботи (позначених синтаксисом програми). Детальні приклади специфікації моделей виконання кількох популярних мов включають моделі Python, модель виконання мови програмування Unified Parallel C (UPC), обговорення різних класів моделей виконання, таких як імперативна проти функціональних мов і статтю, в якій обговорюються моделі виконання для вбудованих мов реального часу.
prov:wasDerivedFrom
wikipedia-en:Execution_model?oldid=1113121462&ns=0
dbo:wikiPageLength
11164
foaf:isPrimaryTopicOf
wikipedia-en:Execution_model
Subject Item
dbr:Virtual_finite-state_machine
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Scheduling_(computing)
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Serverless_computing
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
dbr:Relaxed_sequential
dbo:wikiPageWikiLink
dbr:Execution_model
Subject Item
wikipedia-en:Execution_model
foaf:primaryTopic
dbr:Execution_model