咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是881-890 订阅
排序:
A parameterized type system for race-free Java programs
A parameterized type system for race-free Java programs
收藏 引用
conference on object-oriented programming, systems, languages and applications (oopsla 2001)
作者: Boyapati, Chandrasekhar Rinard, Martin Laboratory for Computer Science Massachusetts Inst. of Technology 200 Technology Square Cambridge MA 02139 United States
This paper presents a new static type system for multi-threaded programs;any well-typed program in our system is free of data races. Our type system is significantly more expressive than previous such type systems. In... 详细信息
来源: 评论
Jiazzi: New-age components for old-fashioned Java
Jiazzi: New-age components for old-fashioned Java
收藏 引用
conference on object-oriented programming, systems, languages and applications (oopsla 2001)
作者: McDirmid, Sean Flatt, Matthew Hsieh, Wilson C. School of Computing University of Utah Salt Lake City UT United States
We present Jiazzi, a system that enables the construction of large-scale binary components in Java. Jiazzi components can be though of as generalizations of Java packages with added support for external linking and se... 详细信息
来源: 评论
Controlling garbage collection and heap growth to reduce the execution time of Java applications
Controlling garbage collection and heap growth to reduce the...
收藏 引用
conference on object-oriented programming, systems, languages and applications (oopsla 2001)
作者: Brecht, Tim Arjomandi, Eshrat Li, Chang Pham, Hang IBM Toronto Labs Toronto Ont. Canada
A large collection of Java™ applications and the highly tuned and widely used Boehn-Demers-Weiser (BDW) conservative mark-up-and-sweep garbage collector were used to experimentally examine the extent to which the freq... 详细信息
来源: 评论
Efficient implementation of Java interfaces: Invokeinterface considered harmless
Efficient implementation of Java interfaces: Invokeinterface...
收藏 引用
conference on object-oriented programming, systems, languages and applications (oopsla 2001)
作者: Alpern, Bowen Cocchi, Anthony Fink, Stephen Grove, David Lieber, Derek IBM T.J. Watson Research Center P.O. Box 704 Yorktown Heights NY 10598 United States
Single superclass inheritance enables simple and efficient table-driven virtual method dispatch. However, virtual method table dispatch does not handle multiple inheritance and interfaces. This complication has led to... 详细信息
来源: 评论
A study of exception handling and its dynamic optimization in Java
A study of exception handling and its dynamic optimization i...
收藏 引用
conference on object-oriented programming, systems, languages and applications (oopsla 2001)
作者: Ogasawara, Takeshi Komatsu, Hideaki Nakatani, Toshio Tokyo Research Laboratory IBM Japan 1623-14 Shimotsuruma Yamato-shi Kanagawa 242-8502 Japan
Optimizing exception handling is critical for programs that frequently throw exceptions. We observed that there are many such exception-intensive programs in various categories of Java programs. There are two commonly... 详细信息
来源: 评论
conference on object-oriented programming, systems, languages, and applications
Conference on object-oriented programming, systems, language...
收藏 引用
conference on object-oriented programming systems, languages, and applications
The proceedings contains 26 papers from the conference on object-oriented programming, systems, languages, and applications. The topics discussed include: improving the java memory model;exclusion for composite object... 详细信息
来源: 评论
object-oriented design and implementation of the multi-agent system AgentTeam
Object-oriented design and implementation of the multi-agent...
收藏 引用
2000 conference on object-oriented programming, systems, languages, and applications, oopsla 2000
作者: Kumova, Bora Ý. Dokuz Eylül University Dept. of Comp. Eng. 35100 Ýzmir Turkey
来源: 评论
GLORP: Generic lightweight object-relational persistence
GLORP: Generic lightweight object-relational persistence
收藏 引用
2000 conference on object-oriented programming, systems, languages, and applications, oopsla 2000
作者: Knight, Alan Cincom System Inc. United States
来源: 评论
An efficient class and object encoding
An efficient class and object encoding
收藏 引用
conference on object-oriented programming, systems, Lnaguages & applications (oopsla 00)
作者: Glew, N Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
An object encoding translates a language with object primitives to one without. Similarly, a class encoding translates classes into other primitives. Both are important theoretically for comparing the expressive power... 详细信息
来源: 评论
Adaptive object-models
Adaptive object-models
收藏 引用
2000 conference on object-oriented programming, systems, languages, and applications, oopsla 2000
作者: Yoder, Joseph W. Razavi, Reza University of Illinois United States France
The unrelenting pace of change that confronts contemporary software developers compels them to make their applications more configurable, flexible, and adaptable. A possible way to meet such requirements is to use an ... 详细信息
来源: 评论