咨询与建议

限定检索结果

文献类型

  • 1,381 篇 会议
  • 108 篇 期刊文献
  • 4 册 图书

馆藏范围

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

日期分布

学科分类号

  • 1,399 篇 工学
    • 1,354 篇 软件工程
    • 1,101 篇 计算机科学与技术...
    • 176 篇 控制科学与工程
    • 38 篇 信息与通信工程
    • 21 篇 建筑学
    • 15 篇 土木工程
    • 15 篇 生物工程
    • 13 篇 电气工程
    • 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,424 篇 英文
  • 69 篇 其他
检索条件"任意字段=1987 Conference on Object Oriented Programming Systems Languages and Applications, OOPSLA 1987"
1493 条 记 录,以下是831-840 订阅
排序:
MJ: A rational module system for Java and its applications
MJ: A rational module system for Java and its applications
收藏 引用
18th Annual conference on object-oriented programming, systems, languages and applications (oopsla 2003)
作者: Corwin, J Bacon, DF Grove, D Murthy, C IBM
While Java provides many software engineering benefits, it lacks a coherent module system and instead provides only packages (which are primarily a name space mechanism) and classloaders (which are very low-level). As... 详细信息
来源: 评论
object equality profiling
Object equality profiling
收藏 引用
18th Annual conference on object-oriented programming, systems, languages and applications (oopsla 2003)
作者: Marinov, D O'Callahan, R MIT Comp Sci Lab Cambridge MA 02139 USA IBM Corp Div Res TJ Watson Res Ctr Yorktown Hts NY 10598 USA
We present object Equality Profiling (OEP), a new technique for helping programmers discover optimization opportunities in programs. OEP discovers opportunities for replacing a set of equivalent object instances with ... 详细信息
来源: 评论
An on-the-fly mark and sweep garbage collector based on sliding views
An on-the-fly mark and sweep garbage collector based on slid...
收藏 引用
18th Annual conference on object-oriented programming, systems, languages and applications (oopsla 2003)
作者: Azatchi, H Levanoni, Y Paz, H Petrank, E IBM Corp Haifa Res Labs Haifa Israel Microsoft Corp Redmond WA 98052 USA Technion Israel Inst Technol Dept Comp Sci IL-32000 Haifa Israel
With concurrent and garbage collected languages like Java and C# becoming popular, the need for a suitable non-intrusive, efficient, and concurrent multiprocessor garbage collector has become acute. We propose a novel... 详细信息
来源: 评论
Heap compression for memory-constrained Java environments
Heap compression for memory-constrained Java environments
收藏 引用
18th Annual conference on object-oriented programming, systems, languages and applications (oopsla 2003)
作者: Chen, G Kandemir, M Vijaykrishnan, N Irwin, MJ Mathiske, B Wolczko, M Penn State Univ CSE Dept University Pk PA 16802 USA Sun Microsyst Inc Santa Clara CA 95054 USA Sun Microsyst Inc Mountain View CA 94043 USA
Java is becoming the main software platform for consumer and embedded devices such as mobile phones, PDAs, TV set-top boxes, and in-vehicle systems. Since many of these systems are memory constrained, it is extremely ... 详细信息
来源: 评论
Effectiveness of cross-platform optimizations for a Java Just-In-Time compiler
Effectiveness of cross-platform optimizations for a Java Jus...
收藏 引用
18th Annual conference on object-oriented programming, systems, languages and applications (oopsla 2003)
作者: Ishizaki, K Takeuchi, M Kawachiya, K Suganuma, T Gohda, O Inagaki, T Koseki, A Ogata, K Kawahito, M Yasue, T Ogasawara, T Onodera, T Komatsu, H Nakatani, T Tokyo Res Lab IBM Res Yamato Kanagawa 2428502 Japan
This paper describes the system over-view of our Java Just-In-Time (JIT) compiler, which is the basis for the latest production version of IBM Java JIT compiler that supports a diversity of processor architectures inc... 详细信息
来源: 评论
17th ACM conference on object-oriented programming, systems, languages, and applications
17th ACM Conference on Object-Oriented Programming, Systems,...
收藏 引用
17th ACM conference on object-Orientated programming systems, languages, and applications
The proceedings contains 25 papers. Topics discussed include storage management, components and composition, languages, optimizations, static analysis, scalability, computational tools and aspects.
来源: 评论
Design pattern implementation in Java and AspectJ  02
Design pattern implementation in Java and AspectJ
收藏 引用
17th Meeting on object-oriented programming, systems, languages and applications (oopsla 2002)
作者: Hannemann, J Kiczales, G Univ British Columbia Vancouver BC V6T 1Z4 Canada
AspectJ implementations of the GoF design patterns show modularity improvements in 17 of 23 cases. These improvements are manifested in terms of better code locality, reusability, composability, and (un)pluggability. ... 详细信息
来源: 评论
Integrating independent components with on-demand remodularization  02
Integrating independent components with on-demand remodulari...
收藏 引用
17th Meeting on object-oriented programming, systems, languages and applications (oopsla 2002)
作者: Mezini, M Ostermann, K Tech Univ Darmstadt D-64283 Darmstadt Germany Siemens AG D-81730 Munich Germany
This paper proposes language concepts that facilitate the separation of an application into independent reusable building blocks and the integration of pre-build generic software components into applications that have... 详细信息
来源: 评论
Ownership, encapsulation and the disjointness of type and effect  02
Ownership, encapsulation and the disjointness of type and ef...
收藏 引用
17th Meeting on object-oriented programming, systems, languages and applications (oopsla 2002)
作者: Clarke, D Drossopoulou, S Univ Utrecht Inst Informat & Comp Sci Utrecht Netherlands Univ London Imperial Coll Sci Technol & Med Dept Comp London England
Ownership types provide a statically enforceable notion of object-level encapsulation. We extend ownership types with computational effects to support reasoning about object-oriented programs. The ensuing system provi... 详细信息
来源: 评论
Multiple instances and symbolic variables in executable sequence charts  02
Multiple instances and symbolic variables in executable sequ...
收藏 引用
17th Meeting on object-oriented programming, systems, languages and applications (oopsla 2002)
作者: Marelly, R Harel, D Kugler, H Weizmann Inst Sci Dept Comp Sci & Appl Math IL-76100 Rehovot Israel
We extend live sequence charts (LSCs), a highly expressive variant of sequence diagrams, and provide the extension with an executable semantics. The extension involves support for instances that can bind to multiple o... 详细信息
来源: 评论