咨询与建议

限定检索结果

文献类型

  • 1,381 篇 会议
  • 109 篇 期刊文献
  • 3 册 图书

馆藏范围

  • 1,493 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 1,400 篇 工学
    • 1,353 篇 软件工程
    • 1,103 篇 计算机科学与技术...
    • 176 篇 控制科学与工程
    • 38 篇 信息与通信工程
    • 21 篇 建筑学
    • 15 篇 土木工程
    • 15 篇 生物工程
    • 12 篇 光学工程
    • 12 篇 电气工程
    • 6 篇 机械工程
    • 6 篇 材料科学与工程(可...
    • 5 篇 电子科学与技术(可...
    • 4 篇 化学工程与技术
    • 3 篇 冶金工程
    • 3 篇 航空宇航科学与技...
    • 2 篇 力学(可授工学、理...
    • 2 篇 生物医学工程(可授...
  • 166 篇 理学
    • 126 篇 数学
    • 23 篇 系统科学
    • 18 篇 生物学
    • 6 篇 化学
    • 6 篇 统计学(可授理学、...
    • 5 篇 物理学
    • 2 篇 地质学
  • 145 篇 管理学
    • 103 篇 图书情报与档案管...
    • 55 篇 管理科学与工程(可...
    • 31 篇 工商管理
  • 18 篇 教育学
    • 17 篇 教育学
  • 10 篇 法学
    • 9 篇 社会学
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 2 篇 医学
  • 1 篇 农学

主题

  • 452 篇 object oriented ...
  • 226 篇 languages
  • 81 篇 performance
  • 79 篇 design
  • 71 篇 java programming...
  • 52 篇 algorithms
  • 48 篇 java
  • 44 篇 experimentation
  • 43 篇 verification
  • 36 篇 computer program...
  • 31 篇 reliability
  • 30 篇 theory
  • 28 篇 aspect oriented ...
  • 21 篇 measurement
  • 17 篇 human factors
  • 16 篇 parallel program...
  • 15 篇 concurrency
  • 14 篇 static analysis
  • 14 篇 scala
  • 14 篇 refactoring

机构

  • 18 篇 univ washington ...
  • 12 篇 ecole polytech f...
  • 12 篇 univ texas austi...
  • 9 篇 microsoft res re...
  • 9 篇 swiss fed inst t...
  • 8 篇 mit csail cambri...
  • 8 篇 univ calif berke...
  • 8 篇 university of il...
  • 7 篇 victoria univers...
  • 6 篇 programming tool...
  • 6 篇 univ waterloo wa...
  • 6 篇 suny binghamton ...
  • 6 篇 university of wa...
  • 6 篇 carnegie mellon ...
  • 6 篇 aarhus univ dk-8...
  • 6 篇 purdue univ dept...
  • 5 篇 univ marburg d-3...
  • 5 篇 tech univ darmst...
  • 5 篇 ibm t.j. watson ...
  • 5 篇 delft univ techn...

作者

  • 13 篇 noble james
  • 13 篇 de moor oege
  • 13 篇 aldrich jonathan
  • 11 篇 lorenz david h.
  • 10 篇 biddle robert
  • 10 篇 odersky martin
  • 10 篇 ernst michael d.
  • 9 篇 mckinley kathryn...
  • 9 篇 baniassad elisa
  • 9 篇 hendren laurie
  • 9 篇 visser eelco
  • 9 篇 ostermann klaus
  • 8 篇 de champeaux den...
  • 8 篇 tip frank
  • 8 篇 cook william r.
  • 8 篇 johnson ralph
  • 8 篇 liu yu david
  • 8 篇 binder walter
  • 8 篇 abi-antoun marwa...
  • 8 篇 mezini mira

语言

  • 1,423 篇 英文
  • 70 篇 其他
检索条件"任意字段=1987 Conference on Object Oriented Programming Systems Languages and Applications, OOPSLA 1987"
1493 条 记 录,以下是631-640 订阅
排序:
A multi-stage language with intensional analysis  06
A multi-stage language with intensional analysis
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Viera, Marcos Pardo, Alberto Instituto de Computación Universidad de la República Montevideo Uruguay
This paper presents the definition of a language with reflection primitives. The language is a homogeneous multi-stage language that provides the capacity of code analysis by the inclusion of a pattern matching mechan... 详细信息
来源: 评论
Concurrent aspects  06
Concurrent aspects
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Douence, Rémi Le Botlan, Didier Noyé, Jacques Südholt, Mario OBASCO Project École des Mines de Nantes Département Informatik 44307 Nantes Cedex 3 France
Aspect-oriented programming (AOP) promises the modularization of so-called crosscutting functionalities in large applications. Currently, almost all approaches to AOP provide means for the description of sequential as... 详细信息
来源: 评论
Debugging C++ template metaprograms  06
Debugging C++ template metaprograms
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Porkoláb, Zoltán Mihalicza, József Sipos, Ádám Eötvös Loránd University Dept. of Programming Languages and Compilers Pazmany Peter setany 1/C H-1117 Budapest Hungary
Template metaprogramming is an emerging new direction in C++ programming for executing algorithms in compilation time. Despite all of its already proven benefits and numerous successful applications, it is yet to be a... 详细信息
来源: 评论
Assimilating MetaBorg: Embedding language tools in languages  06
Assimilating MetaBorg: Embedding language tools in languages
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Riehl, Jonathan University of Chicago
The MetaBorg usage pattern allows concrete syntax to be associated with application programmer interfaces (API's). Once a concrete syntax is defined, library writers use the Stratego language to write transformati... 详细信息
来源: 评论
Distributed meta-programming  06
Distributed meta-programming
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Shi, Rui Chen, Chiyan Xi, Hongwei Boston University Yahoo Inc.
Distributed meta-programming (DMP), which allows code to be generated and distributed at run-time, has already become a common practice. However, code generation currently often relies on rather ad hoc approaches that... 详细信息
来源: 评论
Roadmap for enhanced languages and methods to aid verification  06
Roadmap for enhanced languages and methods to aid verificati...
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Leavens, Gary T. Abrial, Jean-Raymond Batory, Don Butler, Michael Coglio, Alessandro Fisler, Kathi Hehner, Eric Jones, Cliff Miller, Dale Peyton-Jones, Simon Sitaraman, Murali Smith, Douglas R. Stump, Aaron Iowa State University Ames IA United States ETH Zürich Switzerland University of Texas Austin TX United States University of Southampton United Kingdom Kestrel Institute CA United States Worcester Polytechnic Institute MA United States University of Toronto Canada INRIA-Futurs Polytechnique France Microsoft Research Cambridge United Kingdom Clemson University SC United States Washington University of St. Louis MO United States
This roadmap describes ways that researchers in four areas - -specification languages, program generation, correctness by construction, and programming languages - -might help further the goal of verified software. It... 详细信息
来源: 评论
Staging static analyses for program generation  06
Staging static analyses for program generation
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Kamin, Sam Aktemur, Baris Katelman, Michael University of Illinois at Urbana-Champaign 201 N.Goodwin Urbana IL 61801 United States
Program generators are most naturally specified using a quote/antiquote facility;the programmer writes programs with holes which are filled in, at program generation time, by other program fragments. If the programs a... 详细信息
来源: 评论
Reflective program generation with patterns  06
Reflective program generation with patterns
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Fähndrich, Manuel Carbin, Michael Larus, James R. Microsoft Research Stanford University
Runtime reflection facilities, as present in Java and .NET, are powerful mechanisms for inspecting existing code and metadata, as well as generating new code and metadata on the fly. Such power does come at a high pri... 详细信息
来源: 评论
Proceedings: 20th Annual ACM conference on object-oriented programming, systems, languages, and applications
Proceedings: 20th Annual ACM Conference on Object-Oriented P...
收藏 引用
oopsla'05 - 20th Annual ACM conference on object-oriented programming, systems, languages, and applications
The proceedings contain 31 papers. The topics discussed include: associated types and constraint propagation for mainstream object-oriented generics;deriving object typestates in the presence of inter-object reference... 详细信息
来源: 评论
Gaigen 2: A geometric algebra implementation generator  06
Gaigen 2: A geometric algebra implementation generator
收藏 引用
5th International conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International conference on object-oriented programming, systems, languages, and applications, oopsla 2006
作者: Fontijne, Daniel University of Amsterdam
Geometric Algebra (GA) is an algebra that encodes geometry much better than standard techniques, which are mainly based on linear algebra with various extensions. Compared to standard techniques, GA has clearer semant... 详细信息
来源: 评论