DE eng

Search in the Catalogues and Directories

Page: 1 2 3 4 5...39
Hits 1 – 20 of 763

1
Aligned and collaborative language-driven engineering ...
Zweihoff, Philip. - : TU Dortmund, 2022
BASE
Show details
2
On the Transferability of Pre-trained Language Models for Low-Resource Programming Languages ...
Chen, Fuxiang. - : Federated Research Data Repository / dépôt fédéré de données de recherche, 2022
BASE
Show details
3
Corpus-based approaches to register variation
Seoane, Elena; Biber, Douglas. - Amsterdam ; Philadelphia : John Benjamins Publishing Company, 2021
Leibniz-Zentrum Allgemeine Sprachwissenschaft
Show details
4
Bootstrap-Based Language Development: Turning an existing VM into a polyglot VM ; Développement de langages basé l’amorçage
Phillips, Carolina. - : HAL CCSD, 2021
In: https://tel.archives-ouvertes.fr/tel-03511998 ; Computer Science [cs]. Université de Lille; IMT Lille Douai, 2021. English (2021)
BASE
Show details
5
The Impact of Programming Language’s Type on Probabilistic Machine Learning Models
In: Master's Projects (2021)
BASE
Show details
6
Statistics for linguists : an introduction using R
Winter, Bodo. - New York [u.a.] : Routledge, 2020
Leibniz-Zentrum Allgemeine Sprachwissenschaft
Show details
7
Identifying and solving issues with acquiring skills in computer programming for non-English speakers
In: Nnass, IA, (2020). Identifying and solving issues with acquiring skills in computer programming for non-English speakers. Doctoral Thesis. Central Queensland University, http://dx.doi.org/10.25946/5f039502e1dec (2020)
BASE
Show details
8
Modern languages and technologies of programming ; Современные языки и технологии программирования
Salamatov, A. A.; Саламатов, А. А.. - : ООО «Издательский Дом «Ажур», 2020
BASE
Show details
9
Optimizing and Incrementalizing Higher-order Collection Queries by AST Transformation
Giarrusso, Paolo Giosuè. - : Universität Tübingen, 2020
BASE
Show details
10
Problem solving activities in post-editing and translation from scratch : a multi-method study
Nitzke, Jean. - Berlin : Language Science Press, 2019
UB Frankfurt Linguistik
Show details
11
Indexation and analysis of a parallel corpus using CQPweb : the COVALT PAR_ES Corpus (EN/FR/DE > ES)
In: Parallel corpora for contrastive and translation studies. - Amsterdam : John Benjamins (2019), 197-214
BLLDB
Show details
12
Observing the Uptake of a Language Change Making Strings Immutable
Maarek, Manuel. - : Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik, 2019. : OASIcs - OpenAccess Series in Informatics. 9th Workshop on Evaluation and Usability of Programming Languages and Tools (PLATEAU 2018), 2019
BASE
Show details
13
Simulationssprachen - Effiziente Entwicklung und Ausführung ...
Blunk, Andreas. - : Humboldt-Universität zu Berlin, 2019
BASE
Show details
14
Future Scope in Application Developement of Visual Basic ...
BASE
Show details
15
Future Scope in Application Developement of Visual Basic ...
BASE
Show details
16
Supplementary materials for "Analisis Koleksem Khas dan potensinya untuk kajian kemiripan makna konstruksional dalam Bahasa Indonesia" ...
Rajeg, Gede Primahadi Wijaya. - : Zenodo, 2019
BASE
Show details
17
Supplementary materials for "Analisis Koleksem Khas dan potensinya untuk kajian kemiripan makna konstruksional dalam Bahasa Indonesia" ...
Rajeg, Gede Primahadi Wijaya. - : Zenodo, 2019
BASE
Show details
18
АНАЛИЗ ФУНКЦИОНАЛЬНЫХ ВОЗМОЖНОСТЕЙ СТРУКТУРНЫХ РЕДАКТОРОВ ИСХОДНОГО КОДА ПРОГРАММНОГО ОБЕСПЕЧЕНИЯ ... : ANALYSIS OF FUNCTIONALITY OF STRUCTURE SOURCE CODE EDITORS ...
Ванясин, Н.В.; Сидоркина, И.Г.. - : ВЕСТНИК ПОВОЛЖСКОГО ГОСУДАРСТВЕННОГО ТЕХНОЛОГИЧЕСКОГО УНИВЕРСИТЕТА. СЕРИЯ: РАДИОТЕХНИЧЕСКИЕ И ИНФОКОММУНИКАЦИОННЫЕ СИСТЕМЫ, 2019
BASE
Show details
19
Simulationssprachen - Effiziente Entwicklung und Ausführung
Blunk, Andreas. - : Humboldt-Universität zu Berlin, 2019
Abstract: Simulationssprachen sind in Bezug auf die Unterstützung neuer domänenspezifischer Konzepte mit einer dem Problem entsprechenden prägnanten Darstellung nicht flexibel erweiterbar. Dies betrifft sowohl die Sprache in ihren Konzepten als auch die Unterstützung der Sprache durch Sprachwerkzeuge. In dieser Arbeit entsteht der neue Sprachentwicklungsansatz Discrete-Event Modelling with Extensibility (DMX) für die Entwicklung flexibel erweiterbarer Simulationssprachen für domänenspezifische Anwendungsfelder, der eine effiziente Entwicklung der Sprache und eine effiziente Ausführung von Modellen erlaubt. Der Fokus der Arbeit liegt auf der zeitdiskreten ereignisbasierten Simulation und einer prozessorientierten Beschreibung von Simulationsmodellen. Der Ansatz unterscheidet Basiskonzepte, die zur Basissprache gehören, und Erweiterungskonzepte, die Teil von Erweiterungsdefinitionen sind. Es wird untersucht, welche Basiskonzepte eine Simulationssprache bereitstellen muss, so dass eine laufzeiteffiziente Ausführung von prozessorientierten Modellen möglich ist. Die hohe Laufzeiteffizienz der Ausführung wird durch die Konzeption einer neuartigen Methode zur Abbildung von Prozesskontextwechseln auf ein C++-Programm gezeigt. Der Spracherweiterungsansatz ist nicht auf Simulationssprachen als Basissprachen beschränkt und wird daher allgemein beschrieben. Der Ansatz basiert auf einer Syntaxerweiterung einer Basissprache, die mit einem Metamodell und einer kontextfreien Grammatik definiert ist. Die Ausführung von Erweiterungskonzepten wird durch eine Konzeptreduktion auf Basiskonzepte erreicht. Der Ansatz stellt bestimmte Voraussetzungen an eine Basissprache und erlaubt bestimmte Arten von Erweiterungen, die in der Arbeit untersucht werden. Die Eignung des Anstatzes zur Entwicklung einer komplexen domänenspezifischen Simulationssprache wird an einer Sprache für Zustandsautomaten gezeigt. ; Simulation languages are not extensible regarding the support of new domain-specific concepts with a concise representation. This includes the concepts of a language as well as the language tools. In this dissertation, the new approach Discrete-Event Modelling with Extensibility (DMX) is developed. DMX allows to create flexible domain-specific simulation languages by defining extensions to a base language. The approach allows to develop these languages efficiently and also to execute simulation models in a runtime efficient way. The focus of this dissertation is on process-oriented descriptions of discrete-event simulation models. The approach distinguishes base concepts which are part of the base language and extension concepts which are part of extension definitions. The dissertation investigates the necessary base concepts which should be included in a base simulation language in order to execute process-oriented models efficiently. The high runtime efficiency of executions is achieved by creating a new method for mapping process context switches to a program in C++. The runtime efficiency can be transferred to extension concepts as well. The extension approach is described in a general way because it is not limited to a simulation language as a base language. The approach is based on the syntax extension of a base language, which is defined by a metamodel and a context-free grammar. The execution of extension concepts is achieved by concept reduction to base concepts. The approach has a number of requirements to the base language and allows certain kinds of extensions, which are desribed in the dissertation. The possibility to define a complex domain-specific simulation language is shown by applying the approach to the development of a state machine language.
Keyword: 000 Informatik; allgemeine Werke; ddc:000; extension; Informationswissenschaft; language; Modellierungssprache; modelling; Programmiersprache; programming; Simulation; Spracherweiterung; ST 240
URN: urn:nbn:de:kobv:11-110-18452/20468-4
URL: https://doi.org/10.18452/19685
http://edoc.hu-berlin.de/18452/20468
BASE
Hide details
20
Query Flattening and the Nested Data Parallelism Paradigm ...
Ulrich, Alexander. - : Universität Tübingen, 2019
BASE
Show details

Page: 1 2 3 4 5...39

Catalogues
174
81
10
0
0
4
28
Bibliographies
246
0
0
0
0
0
0
0
12
Linked Open Data catalogues
0
Online resources
0
0
0
0
Open access documents
312
0
0
0
0
© 2013 - 2024 Lin|gu|is|tik | Imprint | Privacy Policy | Datenschutzeinstellungen ändern