咨询与建议

限定检索结果

文献类型

  • 82 篇 会议
  • 9 篇 期刊文献

馆藏范围

  • 91 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 69 篇 工学
    • 62 篇 软件工程
    • 32 篇 计算机科学与技术...
    • 2 篇 控制科学与工程
  • 7 篇 教育学
    • 7 篇 教育学
  • 1 篇 理学
    • 1 篇 物理学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 1 篇 艺术学
    • 1 篇 音乐与舞蹈学

主题

  • 6 篇 meta-programming
  • 5 篇 multi-stage prog...
  • 5 篇 domain-specific ...
  • 5 篇 staging
  • 4 篇 generative progr...
  • 4 篇 program transfor...
  • 4 篇 scala
  • 4 篇 functional progr...
  • 4 篇 code generation
  • 3 篇 program synthesi...
  • 3 篇 denotational sem...
  • 3 篇 parallel program...
  • 3 篇 metaprogramming
  • 3 篇 java
  • 3 篇 software product...
  • 3 篇 games
  • 2 篇 object oriented ...
  • 2 篇 feature-oriented...
  • 2 篇 design-by-contra...
  • 2 篇 code generation ...

机构

  • 4 篇 ecole polytech f...
  • 4 篇 swiss fed inst t...
  • 3 篇 virginia tech so...
  • 2 篇 univ minnesota m...
  • 2 篇 tech univ carolo...
  • 2 篇 univ southern de...
  • 2 篇 department of in...
  • 2 篇 psl res univ min...
  • 2 篇 univ tsukuba dep...
  • 2 篇 texas a&m univ c...
  • 2 篇 rhein westfal th...
  • 2 篇 univ hong kong p...
  • 2 篇 tech univ dresde...
  • 2 篇 purdue univ dept...
  • 2 篇 tu braunschweig ...
  • 1 篇 dfki gmbh cyber ...
  • 1 篇 universitat pomp...
  • 1 篇 univ amsterdam
  • 1 篇 katholieke univ ...
  • 1 篇 ctr wiskunde & i...

作者

  • 3 篇 tilevich eli
  • 3 篇 chiba shigeru
  • 3 篇 odersky martin
  • 3 篇 schaefer ina
  • 3 篇 rompf tiark
  • 2 篇 oliveira bruno c...
  • 2 篇 rink norman a.
  • 2 篇 kramer lucas
  • 2 篇 schultz ulrik pa...
  • 2 篇 seidl christoph
  • 2 篇 schuster sven
  • 2 篇 puschel markus
  • 2 篇 kolesnichenko al...
  • 2 篇 jarvi jaakko
  • 2 篇 nanz sebastian
  • 2 篇 kusmenko evgeny
  • 2 篇 kameyama yukiyos...
  • 2 篇 susungi adilla
  • 2 篇 cohen albert
  • 2 篇 chlipala adam

语言

  • 82 篇 英文
  • 9 篇 其他
检索条件"任意字段=12th International Conference on Generative Programming: Concepts and Experiences"
91 条 记 录,以下是21-30 订阅
排序:
CLOP: A Multi-stage Compiler to Seamlessly Embed Heterogeneous Code  2015
CLOP: A Multi-stage Compiler to Seamlessly Embed Heterogeneo...
收藏 引用
14th ACM SIGPLAN international conference on generative-programming - concepts and experiences (GPCE) co-located with SPLASH conference
作者: Makarov, Dmitri Hauswirth, Matthias Univ Svizzera Italiana Lugano Switzerland
Heterogeneous programming complicates software development. We present CLOP, a platform that embeds code targeting heterogeneous compute devices in a convenient and clean way, allowing unobstructed data flow between t... 详细信息
来源: 评论
Staging for Generic programming in Space and Time  2017
Staging for Generic Programming in Space and Time
收藏 引用
16th ACM SIGPLAN international conference on generative programming - concepts and experiences (GPCE) co-located with SPLASH conference
作者: Ofenbeck, Georg Rompf, Tiark Puschel, Markus Swiss Fed Inst Technol Dept Comp Sci Zurich Switzerland Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA
Metaprogramming is among the most promising candidates to solve the abstraction vs performance trade-off that plagues software engineering through specialization. Metaprogramming has been used to enable low-overhead g... 详细信息
来源: 评论
Multi-stage programming with generative and Analytical Macros  2021
Multi-stage Programming with Generative and Analytical Macro...
收藏 引用
20th ACM SIGPLAN international conference on generative programming: concepts and experiences (GPCE)
作者: Stucki, Nicolas Brachthauser, Jonathan Immanuel Odersky, Martin Ecole Polytech Fed Lausanne Lausanne Switzerland
In metaprogramming, code generation and code analysis are complementary. Traditionally, principled metaprogramming extensions for programming languages, like MetaML and BER MetaOCaml, offer strong foundations for code... 详细信息
来源: 评论
Automatic Code Generation in Practice: experiences with Embedded Robot Controllers  2016
Automatic Code Generation in Practice: Experiences with Embe...
收藏 引用
15th ACM international conference on generative programming - concepts and experiences (GPCE)
作者: Adam, Sorin Kuhrmann, Marco Schultz, Ulrik Pagh Conpleks Innovat Struer Denmark Univ Southern Denmark Odense Denmark
Mobile robots often use a distributed architecture in which software components are deployed to heterogeneous hardware modules. Ensuring the consistency with the designed architecture is a complex task, notably if fun... 详细信息
来源: 评论
Type-Safe Generation of Modules in Applicative and generative Styles  2021
Type-Safe Generation of Modules in Applicative and Generativ...
收藏 引用
20th ACM SIGPLAN international conference on generative programming: concepts and experiences (GPCE)
作者: Sato, Yuhi Kameyama, Yukiyoshi Univ Tsukuba Dept Comp Sci Tsukuba Ibaraki Japan
the MetaML approach for multi-stage programming provides the static guarantee of type safety and scope safety for generated code, regardless of the values of static parameters. Modules are indispensable to build large... 详细信息
来源: 评论
Synthesizing Regular Expressions from Examples for Introductory Automata Assignments  2016
Synthesizing Regular Expressions from Examples for Introduct...
收藏 引用
15th ACM international conference on generative programming - concepts and experiences (GPCE)
作者: Lee, Mina So, Sunbeom Oh, Hakjoo Korea Univ Seoul South Korea
We present a method for synthesizing regular expressions for introductory automata assignments. Given a set of positive and negative examples, the method automatically synthesizes the simplest possible regular express... 详细信息
来源: 评论
A Model-Driven generative Self Play-Based Toolchain for Developing Games and Players  2022
A Model-Driven Generative Self Play-Based Toolchain for Deve...
收藏 引用
21st ACM SIGPLAN international conference on generative programming: concepts and experiences (GPCE)
作者: Kusmenko, Evgeny Muenker, Maximilian Rhein Westfal TH Aachen Software Engn Aachen Germany
Turn-based games such as chess are very popular, but toolchains tailored for their development process are still rare. In this paper we present a model-driven and generative toolchain aiming to cover the whole develop... 详细信息
来源: 评论
Reducing Calling Convention Overhead in Object-Oriented programming on Embedded ARM thumb-2 Platforms  2017
Reducing Calling Convention Overhead in Object-Oriented Prog...
收藏 引用
16th ACM SIGPLAN international conference on generative programming - concepts and experiences (GPCE) co-located with SPLASH conference
作者: Caldwell, Joseph Chiba, Shigeru Univ Tokyo Bunkyo Ku Tokyo Japan
this paper examines the causes and extent of code size overhead caused by the ARM calling convention in thumb-2 binaries. We show that binaries generated from C++ source files generally have higher amounts of calling ... 详细信息
来源: 评论
Towards Compositional and generative Tensor Optimizations  2017
Towards Compositional and Generative Tensor Optimizations
收藏 引用
16th ACM SIGPLAN international conference on generative programming - concepts and experiences (GPCE) co-located with SPLASH conference
作者: Susungi, Adilla Rink, Norman A. Castrillon, Jeronimo Huismann, Immo Cohen, Albert Tadonki, Claude Stiller, Joerg Froehlich, Jochen PSL Res Univ MINES ParisTech Paris France Tech Univ Dresden Chair Compiler Construct Dresden Germany Tech Univ Dresden Chair Fluid Mech Dresden Germany Ecole Normale Super INRIA Paris France
Many numerical algorithms are naturally expressed as operations on tensors (i.e. multi-dimensional arrays). Hence, tensor expressions occur in a wide range of application domains, e.g. quantum chemistry and physics;bi... 详细信息
来源: 评论
Safer SDN programming through Arbiter  2015
Safer SDN Programming through Arbiter
收藏 引用
14th ACM SIGPLAN international conference on generative-programming - concepts and experiences (GPCE) co-located with SPLASH conference
作者: Lopez, Michael Casey, C. Jasson Dos Reis, Gabriel Chojnacki, Colton Texas A&M Univ College Stn TX 77843 USA
Software Defined Networking (SDN) programs are written with respect to assumptions on software and hardware facilities and protocol definitions. Silent mismatches between the expected feature set and implemented featu... 详细信息
来源: 评论