咨询与建议

限定检索结果

文献类型

  • 21 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 21 篇 工学
    • 21 篇 计算机科学与技术...
    • 21 篇 软件工程
    • 1 篇 电气工程
    • 1 篇 电子科学与技术(可...
  • 3 篇 管理学
    • 2 篇 图书情报与档案管...
    • 1 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 2 篇 理学
    • 2 篇 数学
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 8 篇 computer program...
  • 2 篇 automatic progra...
  • 2 篇 computer program...
  • 1 篇 object oriented ...
  • 1 篇 experimentation
  • 1 篇 languages
  • 1 篇 linux
  • 1 篇 technical presen...
  • 1 篇 conditional comp...
  • 1 篇 predictable depl...
  • 1 篇 interfaces (comp...
  • 1 篇 c (programming l...
  • 1 篇 program compiler...
  • 1 篇 information retr...
  • 1 篇 measurement
  • 1 篇 component-based ...
  • 1 篇 variability
  • 1 篇 computer softwar...

机构

  • 2 篇 northeastern uni...
  • 1 篇 univ auckland de...
  • 1 篇 free univ berlin...
  • 1 篇 obasco group éco...
  • 1 篇 vanderbilt univ ...
  • 1 篇 sable research g...
  • 1 篇 univ illinois ur...
  • 1 篇 inria labri f-33...
  • 1 篇 rice univ housto...
  • 1 篇 programming tool...
  • 1 篇 jacquard group l...
  • 1 篇 univ bristol dep...
  • 1 篇 nasa ames res ct...
  • 1 篇 brics university...
  • 1 篇 univ dayton dept...
  • 1 篇 ecole mines nant...
  • 1 篇 national high pe...
  • 1 篇 univ erlangen nu...
  • 1 篇 mcmaster univ ha...
  • 1 篇 univ utah salt l...

作者

  • 1 篇 apel s
  • 1 篇 ramakrishnan n
  • 1 篇 lutteroth c
  • 1 篇 christensen aske...
  • 1 篇 lhoták ondřej
  • 1 篇 sincero julio
  • 1 篇 kuzins sascha
  • 1 篇 taha w
  • 1 篇 hendren laurie
  • 1 篇 hirschowitz tom
  • 1 篇 réveillère l
  • 1 篇 kamin s
  • 1 篇 barthou d
  • 1 篇 latry f
  • 1 篇 fischer b
  • 1 篇 le meur anne-fra...
  • 1 篇 aktemur b
  • 1 篇 gokhale aniruddh...
  • 1 篇 willemsen johnny
  • 1 篇 jarzabek s

语言

  • 21 篇 英文
检索条件"任意字段=4th International Conference on Generative Programming and Component Engineering, GPCE 2005"
21 条 记 录,以下是11-20 订阅
Efficient code generation for a domain specific language  05
Efficient code generation for a domain specific language
收藏 引用
4th international conference on generative programming and component engineering
作者: Moss, A Muller, H Univ Bristol Dept Comp Sci Bristol BS8 1TH Avon England
We present a domain-specific-language (DSL) for writing instances of a class of filter programs. the values in the language are symbolic and independent of a concrete precision. Efficient code generation is required t... 详细信息
来源: 评论
Preprocessing Eden with template Haskell  05
Preprocessing Eden with template Haskell
收藏 引用
4th international conference on generative programming and component engineering
作者: Priebe, S Univ Marburg Fachbereich Math & Informat D-35032 Marburg Germany
Extending a programming language by new language constructs often implies extending its compiler by additional machinery. To reduce the complex interweaving of compiler and extension implementations we present a simpl... 详细信息
来源: 评论
A generative programming approach to interactive information retrieval: Insights and experiences  05
A generative programming approach to interactive information...
收藏 引用
4th international conference on generative programming and component engineering
作者: Perugini, S Ramakrishnan, N Univ Dayton Dept Comp Sci Dayton OH 45469 USA Virginia Tech Dept Comp Sci Blacksburg VA 24061 USA
We describe the application of generative programming to a problem in interactive information retrieval. the particular interactive information retrieval problem we study is the support for 'out of turn interactio... 详细信息
来源: 评论
Source-level optimization of run-time program generators  05
Source-level optimization of run-time program generators
收藏 引用
4th international conference on generative programming and component engineering
作者: Kamin, S Aktemur, B Morton, P Univ Illinois Urbana IL 61801 USA
We describe our efforts to use source-level rewriting to optimize run-time program generators written in Jumbo, a run-time program generation system for Java. Jumbo is a compiler written in compositional style, which ... 详细信息
来源: 评论
Bossa Nova: Introducing modularity into the Bossa domain-specific language  05
Bossa Nova: Introducing modularity into the Bossa domain-spe...
收藏 引用
4th international conference on generative programming and component engineering, gpce 2005
作者: Lawall, Julia L. Duchesne, Hervé Muller, Gilles Le Meur, Anne-Françoise DIKU University of Copenhagen Denmark OBASCO Group École des Mines de Nantes-INRIA LINA France Jacquard Group LIFL/INRIA Université des Sciences et Technologies de Lille France
Domain-specific languages (DSLs) have been proposed as a solution to ease the development of programs within a program family. Sometimes, however, experience with the use of a DSL reveals the presence of subfamilies w... 详细信息
来源: 评论
Multi-stage programming with functors and monads: Eliminating abstraction overhead from generic code  05
Multi-stage programming with functors and monads: Eliminatin...
收藏 引用
4th international conference on generative programming and component engineering
作者: Carette, J Kiselyov, O McMaster Univ Hamilton ON L8S 4K1 Canada FNMOC Monterey CA 93943 USA
With Gaussian Elimination as a representative family of numerical and symbolic algorithms, we use multi-stage programming, monads and Ocaml's advanced module system to demonstrate the complete elimination of the a... 详细信息
来源: 评论
Implicitly heterogeneous multi-stage programming  05
Implicitly heterogeneous multi-stage programming
收藏 引用
4th international conference on generative programming and component engineering
作者: Eckhardt, J Kaiabachev, R Pasalic, E Swadi, K Taha, W Rice Univ Houston TX 77005 USA
Previous work on semantics-based multi-stage programming (MSP) language design focused on homogeneous designs, where the generating and the generated languages are the same. Homogeneous designs simply add a hygienic q... 详细信息
来源: 评论
A generative programming approach to developing DSL compilers  05
A generative programming approach to developing DSL compiler...
收藏 引用
4th international conference on generative programming and component engineering
作者: Consel, C Latry, F Réveillère, L Cointe, P INRIA LaBRI F-33402 Talence France Ecole Mines Nantes F-44070 Nantes France
Domain-Specific Languages (DSLs) represent a proven approach to raising the abstraction level of programming. they offer high-level constructs and notations dedicated to a domain, structuring program design, easing pr... 详细信息
来源: 评论
FeatureC++:: On the symbiosis of Feature-Oriented and Aspect-Oriented programming  05
FeatureC++:: On the symbiosis of Feature-Oriented and Aspect...
收藏 引用
4th international conference on generative programming and component engineering
作者: Apel, S Leich, T Rosenmüller, M Saake, G Univ Magdeburg Dept Comp Sci D-39106 Magdeburg Germany
this paper presents FEATUREC++, a novel language extension to C++ that supports Feature-Oriented programming (FOP) and Aspect-Oriented programming (AOP). Besides well-known concepts of FOP languages, FEATUREC++ contri... 详细信息
来源: 评论
Applying a generative technique for enhanced genericity and maintainability on the J2EE platform  05
Applying a generative technique for enhanced genericity and ...
收藏 引用
4th international conference on generative programming and component engineering
作者: Jun, Y Jarzabek, S Natl Univ Singapore Sch Comp Dept Comp Sci Singapore 117543 Singapore
One of the themes in building reusable and maintainable software is identifying similarities and designing generic solutions to unify similarity patterns. In this paper, we analyze capabilities of J2EE to effectively ... 详细信息
来源: 评论