咨询与建议

限定检索结果

文献类型

  • 68 篇 会议
  • 66 篇 期刊文献
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 129 篇 工学
    • 105 篇 计算机科学与技术...
    • 72 篇 软件工程
    • 11 篇 电气工程
    • 5 篇 控制科学与工程
    • 4 篇 机械工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 电子科学与技术(可...
    • 1 篇 信息与通信工程
  • 17 篇 理学
    • 14 篇 数学
    • 2 篇 物理学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 3 篇 医学
    • 2 篇 临床医学
    • 1 篇 基础医学(可授医学...
  • 3 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 1 篇 工商管理
    • 1 篇 图书情报与档案管...
  • 1 篇 哲学
  • 1 篇 经济学
    • 1 篇 应用经济学
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 135 篇 meta-programming
  • 11 篇 reflection
  • 8 篇 languages
  • 8 篇 domain-specific ...
  • 8 篇 logic programmin...
  • 7 篇 java
  • 5 篇 parallelism
  • 5 篇 dependent types
  • 5 篇 scala
  • 5 篇 language extensi...
  • 5 篇 prolog
  • 4 篇 theory
  • 4 篇 functional progr...
  • 4 篇 aspect-oriented ...
  • 4 篇 binders
  • 4 篇 modularity
  • 4 篇 code generation
  • 3 篇 performance
  • 3 篇 parallelization
  • 3 篇 maude

机构

  • 3 篇 ctr wiskunde & i...
  • 3 篇 georgia inst tec...
  • 2 篇 inria
  • 2 篇 univ oslo dept i...
  • 2 篇 univ pisa dipart...
  • 2 篇 ecole polytech f...
  • 2 篇 typesafe inc ca ...
  • 2 篇 washington univ ...
  • 2 篇 univ southampton...
  • 2 篇 psl res univ min...
  • 2 篇 mcgill univ mont...
  • 2 篇 inria lille nord...
  • 2 篇 cnrs isima limos...
  • 2 篇 imperial coll lo...
  • 2 篇 univ british col...
  • 2 篇 univ blaise pasc...
  • 2 篇 vrije univ amste...
  • 2 篇 tech univ dresde...
  • 2 篇 univ auvergne ea...
  • 2 篇 univ auvergne cl...

作者

  • 5 篇 smaragdakis yann...
  • 4 篇 devriese dominiq...
  • 4 篇 pientka brigitte
  • 3 篇 hill david r. c.
  • 3 篇 luk wayne
  • 3 篇 klint paul
  • 3 篇 lammel ralf
  • 3 篇 pitts andrew m.
  • 3 篇 peyretaillade er...
  • 3 篇 zucca elena
  • 3 篇 huang shan shan
  • 3 篇 piessens frank
  • 3 篇 servetto marco
  • 3 篇 peyret pierre
  • 3 篇 koerner philipp
  • 3 篇 coutinho jose g....
  • 3 篇 jaziri faouzi
  • 3 篇 hu jason z. s.
  • 2 篇 stump aaron
  • 2 篇 rink norman a.

语言

  • 116 篇 英文
  • 19 篇 其他
检索条件"主题词=Meta-Programming"
135 条 记 录,以下是61-70 订阅
排序:
Staged Selective Parser Combinators
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2020年 第ICFP期4卷 1–30页
作者: Willis, Jamie Wu, Nicolas Pickering, Matthew Imperial Coll London London England Univ Bristol Bristol Avon England
Parser combinators are a middle ground between the fine control of hand-rolled parsers and the high-level almost grammar-like appearance of parsers created via parser generators. They also promote a cleaner, compositi... 详细信息
来源: 评论
Using Template Haskell for Abstract Interpretation
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2007年 第1期177卷 201-217页
作者: Segura, Clara Torrano, Carmen Univ Complutense Madrid Dept Sistemas Informat & Programac Madrid Spain
metaprogramming consists of writing programs that generate or manipulate other programs. Template Haskell is a recent extension of Haskell, currently implemented in the Glasgow Haskell Compiler, giving support to meta... 详细信息
来源: 评论
A meta-circular language for active libraries
收藏 引用
SCIENCE OF COMPUTER programming 2014年 95卷 219-253页
作者: Servetto, Marco Zucca, Elena Victoria Univ Wellington Wellington New Zealand Univ Genoa DIBRIS Genoa Italy
We present a new Java-like language design coupling disciplined meta-programming features with a composition language. That is, programmers can write meta-expressions that combine class definitions, on top of a small ... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Execution levels for aspect-oriented programming: Design, semantics, implementations and applications
收藏 引用
SCIENCE OF COMPUTER programming 2014年 第Pt.B期80卷 311-342页
作者: Tanter, Eric Figueroa, Ismael Tabareau, Nicolas Univ Chile Dept Comp Sci DCC PLEIAD Lab Santiago Chile INRIA Nantes France
In aspect-oriented programming (AOP) languages, advice evaluation is usually considered as part of the base program evaluation. This is also the case for certain pointcuts, such as if pointcuts in AspectJ, or simply a... 详细信息
来源: 评论
Avoiding two-level systems: Using a textual environment to address cross-cutting concerns
Avoiding two-level systems: Using a textual environment to a...
收藏 引用
1st International Conference on Software and Data Technologies
作者: Greaves, David Univ Cambridge Comp Lab Cambridge CB2 3QG England
We believe that, owing to the paucity of textual facilities in contemporary HLLs (high-level languages), large software systems frequently require an additional level of meta-programming to sufficiently address their ... 详细信息
来源: 评论
Simple Dependent Types for OSTRICH  17th
Simple Dependent Types for OSTRICH
收藏 引用
17th International Conference on Integrated Formal Methods (IFM)
作者: Parreira, Joana NOVA LINCS NOVA Univ Lisbon Lisbon Portugal
The demand to develop more applications and in a faster way has been increasing over the years. Even non-experienced developers are jumping into the market thanks to low-code development platforms such as OutSystems. ... 详细信息
来源: 评论
metaprogramming Environment For Industry 4.0  6
Metaprogramming Environment For Industry 4.0
收藏 引用
6th International Conference on Enterprise Systems (ES)
作者: Papazoglou, Michael P. Tilburg Univ European Res Inst Serv Sci NL-5000 LE Tilburg Netherlands
Industry 4.0 is blurring the lines between the physical, and digital spheres of global production systems. Industry 4.0 sets the foundations for a completely connected factories that are characterized by the digitizat... 详细信息
来源: 评论
Hardware-Aware Optimizations for Deep Learning Inference on Edge Devices  1
收藏 引用
18th International Symposium on Applied Reconfigurable Computing
作者: Rognlien, Markus Que, Zhiqiang Coutinho, Jose G. F. Luk, Wayne Imperial Coll London Dept Comp 180 Queens Gate London England
AI solutions, such as Deep Learning (DL), are becoming increasingly prevalent in edge devices. Many of these applications require low latency processing of large amounts of data within a tight power budget. In this co... 详细信息
来源: 评论
Interacting with Dead Objects  13
Interacting with Dead Objects
收藏 引用
2013 ACM SIGPLAN International Conference on Object Oriented programming Systems Languages
作者: Salkeld, Robin Kiczales, Gregor Univ British Columbia Vancouver BC V5Z 1M9 Canada
Debugging and analyzing a snapshot of a crashed program's memory is far more difficult than working with a live program, because debuggers can no longer execute code to help make sense of the program state. We pre... 详细信息
来源: 评论