咨询与建议

限定检索结果

文献类型

  • 2,036 篇 会议
  • 176 篇 期刊文献
  • 11 册 图书
  • 2 篇 学位论文

馆藏范围

  • 2,225 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 1,699 篇 工学
    • 1,495 篇 软件工程
    • 1,463 篇 计算机科学与技术...
    • 196 篇 控制科学与工程
    • 61 篇 电气工程
    • 55 篇 信息与通信工程
    • 22 篇 建筑学
    • 19 篇 土木工程
    • 19 篇 生物工程
    • 15 篇 机械工程
    • 15 篇 电子科学与技术(可...
    • 13 篇 光学工程
    • 10 篇 材料科学与工程(可...
    • 9 篇 化学工程与技术
    • 7 篇 环境科学与工程(可...
    • 6 篇 交通运输工程
    • 5 篇 冶金工程
    • 5 篇 航空宇航科学与技...
    • 4 篇 动力工程及工程热...
  • 230 篇 理学
    • 170 篇 数学
    • 26 篇 系统科学
    • 23 篇 生物学
    • 10 篇 化学
    • 9 篇 物理学
    • 8 篇 统计学(可授理学、...
  • 202 篇 管理学
    • 116 篇 图书情报与档案管...
    • 101 篇 管理科学与工程(可...
    • 41 篇 工商管理
  • 20 篇 教育学
    • 19 篇 教育学
  • 15 篇 法学
    • 14 篇 社会学
  • 5 篇 经济学
    • 5 篇 应用经济学
  • 3 篇 医学
  • 2 篇 农学
  • 2 篇 军事学

主题

  • 782 篇 object oriented ...
  • 104 篇 object oriented ...
  • 94 篇 java
  • 90 篇 computer languag...
  • 80 篇 application soft...
  • 60 篇 languages
  • 50 篇 performance
  • 44 篇 software enginee...
  • 37 篇 object-oriented ...
  • 36 篇 computer science
  • 33 篇 design
  • 32 篇 programming
  • 29 篇 programming prof...
  • 29 篇 computer archite...
  • 26 篇 software systems
  • 24 篇 database systems
  • 24 篇 semantics
  • 24 篇 computer program...
  • 22 篇 static analysis
  • 21 篇 java programming...

机构

  • 11 篇 univ texas austi...
  • 8 篇 swiss fed inst t...
  • 8 篇 purdue univ w la...
  • 7 篇 carnegie mellon ...
  • 7 篇 carnegie mellon ...
  • 7 篇 ibm corp thomas ...
  • 7 篇 univ washington ...
  • 6 篇 university of te...
  • 6 篇 software composi...
  • 6 篇 ibm
  • 6 篇 swiss fed inst t...
  • 5 篇 university of il...
  • 5 篇 georgia inst tec...
  • 5 篇 tech univ darmst...
  • 5 篇 ibm t.j. watson ...
  • 5 篇 johannes kepler ...
  • 5 篇 univ bern softwa...
  • 5 篇 victoria univers...
  • 5 篇 univ potsdam has...
  • 5 篇 google

作者

  • 15 篇 noble james
  • 12 篇 aldrich jonathan
  • 11 篇 cook william r.
  • 9 篇 hirschfeld rober...
  • 9 篇 de champeaux den...
  • 9 篇 biddle robert
  • 9 篇 johnson ralph
  • 9 篇 mezini mira
  • 8 篇 yonezawa akinori
  • 8 篇 coad peter
  • 8 篇 ungar david
  • 8 篇 cook william
  • 7 篇 eeckhout lieven
  • 7 篇 ancona davide
  • 7 篇 abi-antoun marwa...
  • 7 篇 chambers c
  • 6 篇 baniassad elisa
  • 6 篇 wirfs-brock rebe...
  • 6 篇 visser eelco
  • 6 篇 nierstrasz oscar

语言

  • 2,123 篇 英文
  • 101 篇 其他
  • 1 篇 中文
检索条件"任意字段=ACM SIGPLAN Conference on Object-oriented Programming, Systems, Languages, and Applications"
2225 条 记 录,以下是51-60 订阅
排序:
Scrap Your Boilerplate with object Algebras  2015
Scrap Your Boilerplate with Object Algebras
收藏 引用
acm sigplan International conference on object-oriented programming, systems, languages, and applications (OOPSLA)
作者: Zhang, Haoyuan Chu, Zewei Oliveira, Bruno C. D. S. van der Storm, Tijs Univ Hong Kong Hong Kong Hong Kong Peoples R China CWI Amsterdam Netherlands
Traversing complex Abstract Syntax Trees (ASTs) typically requires large amounts of tedious boilerplate code. For many operations most of the code simply walks the structure, and only a small portion of the code imple... 详细信息
来源: 评论
A functional layer for description logics: Knowledge representation meets object-oriented programming  96
A functional layer for description logics: Knowledge represe...
收藏 引用
1996 acm SIGPAN conference on object-oriented programming systems, languages and applications (OOPSLA 96)
作者: Moller, R University of Hamburg Computer Science Department Vogt-Kölln-Str. 30 D-22527 Hamburg Germany
The paper motivates the facilities provided by Description Logics in an object-oriented programming scenario. It presents a unification approach of Description Logics and object-oriented programming that allows both v... 详细信息
来源: 评论
Freedom Before Commitment A Lightweight Type System for object Initialisation  11
Freedom Before Commitment A Lightweight Type System for Obje...
收藏 引用
2011 acm International conference on object oriented programming systems languages and applications
作者: Summers, Alexander J. Mueller, Peter Swiss Fed Inst Technol Zurich Switzerland
One of the main purposes of object initialisation is to establish invariants such as a field being non-null or an immutable data structure containing specific values. These invariants are then implicitly assumed by th... 详细信息
来源: 评论
Reuse of algorithms: Still a challenge to object-oriented programming
Reuse of algorithms: Still a challenge to object-oriented pr...
收藏 引用
1997 acm sigplan conference on object-oriented programming systems, languages and applications (OOPSLA 97)
作者: Weihe, K Universitaet Konstanz Konstanz Germany
This paper is about reusable, efficient implementations of complex algorithms and their integration into software packages. It seems that this problem is not yet well understood, and that it is not at all clear how ob... 详细信息
来源: 评论
Modeling dynamic collections of interdependent objects using path-based rules
Modeling dynamic collections of interdependent objects using...
收藏 引用
1997 acm sigplan conference on object-oriented programming systems, languages and applications (OOPSLA 97)
作者: Litman, D Mishra, A PatelSchneider, PF AT&T NETWORKS & COMP SERV MIDDLETOWN NJ 07748 USA
Standard object-oriented languages do not provide language support for modeling changing collections of interdependent objects. We propose that R++, an integration of the rule and object-oriented paradigms, provides a... 详细信息
来源: 评论
Constraint diagrams: Visualizing invariants in object-oriented models
Constraint diagrams: Visualizing invariants in object-orient...
收藏 引用
1997 acm sigplan conference on object-oriented programming systems, languages and applications (OOPSLA 97)
作者: Kent, S Univ of Brighton Brighton United Kingdom
A new visual notation is proposed for precisely expressing constraints on object-oriented models, as an alternative to mathematical logic notation used in methods such as Syntropy and Catalysis. The notation is potent... 详细信息
来源: 评论
Tiling design patterns - A case study using the interpreter pattern
Tiling design patterns - A case study using the interpreter ...
收藏 引用
1997 acm sigplan conference on object-oriented programming systems, languages and applications (OOPSLA 97)
作者: Lorenz, DH Technion - Israel Inst of Technology Haifa Israel
This paper explains how patterns can be used to describe the implementation of other patterns. It is demonstrated how certain design patterns can describe their own design. This is a fundamental reflexive relationship... 详细信息
来源: 评论
Overcoming cultural barriers to the adoption of object technology
Overcoming cultural barriers to the adoption of object techn...
收藏 引用
1997 acm sigplan conference on object-oriented programming, systems, languages, and applications, OOPSLA 1997
作者: Bruckner, Jared
来源: 评论
Business object design and implementation III
Business object design and implementation III
收藏 引用
1997 acm sigplan conference on object-oriented programming, systems, languages, and applications, OOPSLA 1997
作者: Sutherland, Jeff
来源: 评论
Composite design patterns
Composite design patterns
收藏 引用
1997 acm sigplan conference on object-oriented programming systems, languages and applications (OOPSLA 97)
作者: Riehle, D Ubilab Union Bank of Switzerland Zurich Switzerland
Software design patterns are the core abstractions from successful recurring problem solutions in software design. Composite design patterns are the core abstractions from successful recurring frameworks. A composite ... 详细信息
来源: 评论