咨询与建议

限定检索结果

文献类型

  • 959 篇 会议
  • 62 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 905 篇 工学
    • 859 篇 软件工程
    • 783 篇 计算机科学与技术...
    • 155 篇 控制科学与工程
    • 28 篇 信息与通信工程
    • 16 篇 电气工程
    • 12 篇 建筑学
    • 10 篇 光学工程
    • 9 篇 土木工程
    • 9 篇 生物工程
    • 6 篇 材料科学与工程(可...
    • 5 篇 机械工程
    • 4 篇 电子科学与技术(可...
    • 4 篇 化学工程与技术
    • 3 篇 冶金工程
    • 3 篇 航空宇航科学与技...
    • 2 篇 力学(可授工学、理...
  • 123 篇 理学
    • 92 篇 数学
    • 17 篇 系统科学
    • 12 篇 生物学
    • 6 篇 统计学(可授理学、...
    • 5 篇 化学
    • 3 篇 物理学
    • 2 篇 地质学
  • 109 篇 管理学
    • 78 篇 图书情报与档案管...
    • 42 篇 管理科学与工程(可...
    • 23 篇 工商管理
  • 16 篇 教育学
    • 15 篇 教育学
  • 8 篇 法学
    • 8 篇 社会学
  • 2 篇 经济学
    • 2 篇 应用经济学
  • 2 篇 医学
    • 2 篇 基础医学(可授医学...
  • 1 篇 农学

主题

  • 468 篇 object oriented ...
  • 24 篇 languages
  • 22 篇 object oriented ...
  • 17 篇 object-oriented ...
  • 16 篇 computer languag...
  • 15 篇 performance
  • 15 篇 java
  • 12 篇 design
  • 10 篇 computer program...
  • 10 篇 user interfaces
  • 9 篇 software enginee...
  • 9 篇 verification
  • 8 篇 application soft...
  • 8 篇 semantics
  • 8 篇 computer aided s...
  • 7 篇 computer science
  • 7 篇 parallel program...
  • 7 篇 static analysis
  • 7 篇 scala
  • 6 篇 reliability

机构

  • 7 篇 swiss fed inst t...
  • 6 篇 univ texas austi...
  • 5 篇 ibm t.j. watson ...
  • 5 篇 carnegie mellon ...
  • 5 篇 university of il...
  • 4 篇 ecole polytech f...
  • 4 篇 univ waterloo wa...
  • 4 篇 victoria univers...
  • 4 篇 at and t united ...
  • 3 篇 ibm united state...
  • 3 篇 school of comput...
  • 3 篇 university of te...
  • 3 篇 univ of washingt...
  • 3 篇 university of il...
  • 3 篇 oregon graduate ...
  • 3 篇 ibm
  • 3 篇 schlumberger-dol...
  • 3 篇 department of co...
  • 3 篇 intel corp santa...
  • 3 篇 computer science...

作者

  • 9 篇 biddle robert
  • 9 篇 aldrich jonathan
  • 8 篇 de champeaux den...
  • 8 篇 noble james
  • 8 篇 cook william r.
  • 7 篇 johnson ralph
  • 7 篇 coad peter
  • 7 篇 abi-antoun marwa...
  • 6 篇 baniassad elisa
  • 6 篇 yonezawa akinori
  • 6 篇 jacobson ivar
  • 5 篇 mckinley kathryn...
  • 5 篇 sweeney peter f.
  • 5 篇 palsberg jens
  • 5 篇 grothoff christi...
  • 5 篇 helm richard
  • 5 篇 yoder joseph w.
  • 5 篇 alphonce carl
  • 5 篇 kiczales gregor
  • 5 篇 ungar david

语言

  • 998 篇 英文
  • 24 篇 其他
检索条件"任意字段=1988 Conference on Object-Oriented Programming Systems, Languages and Applications, OOPSLA 1988"
1022 条 记 录,以下是351-360 订阅
排序:
Bottleneck analysis in java applications using hardware performance monitors
Bottleneck analysis in java applications using hardware perf...
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Buytaert, Dries Georges, Andy Eeckhout, Lieven De Bosschere, Koen Ghent University St.-Pietersnieuwstraat 41 B-9000 Gent Belgium
This poster presents MonitorMethod which helps Java programmers gain insight in the behavior of their applications. MonitorMethod instruments the Java application and relates hardware performance monitors (HPMs) to th... 详细信息
来源: 评论
Traits: Experience with a language feature
Traits: Experience with a language feature
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Murphy-Hill, Emerson R. Black, Andrew P. Evergreen State College 2700 Evergreen Parkway NW Olympia WA 98505 United States OGI School of Science and Engineering Oregon Health and Science University 20000 NW Walker Rd Beaverton OR 97006 United States
This paper reports our experiences using traits, collections of pure methods designed to promote reuse and understandability in object-oriented programs. Traits had previously been used to refactor the Smalltalk colle... 详细信息
来源: 评论
Scalable extensibility via nested inheritance
Scalable extensibility via nested inheritance
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Nystrom, Nathaniel Chong, Stephen Myers, Andrew C. Computer Science Department Cornell University
Inheritance is a useful mechanism for factoring and reusing code. However, it has limitations for building extensible systems. We describe nested inheritance, a mechanism that addresses some of the limitations of ordi... 详细信息
来源: 评论
Examples that can do harm in learning programming
Examples that can do harm in learning programming
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Malan, Katherine Halland, Ken University of South Africa Box 392 Unisa 0003 South Africa
Examples form an integral part of learning to program. In this paper we argue that the role of examples should go beyond merely illustrating concepts or principles and should "sell" concepts to new programme... 详细信息
来源: 评论
Proceedings of the 2003 ACM conference on object-oriented programming, systems, languages, and applications (oopsla'03)
Proceedings of the 2003 ACM Conference on Object-Oriented Pr...
收藏 引用
Proceedings of the 2003 ACM conference on object-oriented programming, systems, languages, and applications
This Volume 38 Number 11 of the conference proceedings contains 26 papers. Topics discussed include refactoring and reflection, smalltalkiana, error repair, generics, Java performance, language design, object-oriented... 详细信息
来源: 评论
Pseudo-classes: Very simple and lightweight Mockobject-like classes for unit-testing
Pseudo-classes: Very simple and lightweight MockObject-like ...
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Sobering, Geoff Cook, Levi Anderson, Steve Isthmus Group 222 State St Madison WI United States Berbee 5200 Research Park Drive Madison WI United States
A simple alternative to Mockobjects is presented. Given the interface of an object required by a class-under-test, a Pseudo-Class is created implementing all methods such that they immediately fail. A test-specific su... 详细信息
来源: 评论
Identification of Reusable Components within an object-oriented software system using Algebraic Graph Theory
Identification of Reusable Components within an Object-Orien...
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Xanthos, Spiros University of Macedonia Egnatias 156 540 06 Thessaloniki Greece
A novel method for identifying dense communities of classes (clusters) within an object-oriented system has been developed. Such communities might possibly imply relevance of functionality and thus be used as Reusable... 详细信息
来源: 评论
Super and inner - Together at last!
Super and inner - Together at last!
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Goldberg, David S. Findler, Robert Bruce Flatt, Matthew School of Computing University of Utah Salt Lake City UT 84112 Dept. of Computer Science University of Chicago Chicago IL 60637
In an object-oriented language, a derived class may declare a method with the same signature as a method in the base class. The meaning of the re-declaration depends on the language. Most commonly, the new declaration... 详细信息
来源: 评论
Instrumentation of standard libraries in object-oriented languages: the twin class hierarchy approach
Instrumentation of standard libraries in object-oriented lan...
收藏 引用
19th conference on object-oriented programming, systems, languages, and applications
作者: Factor, M Schuster, A Shagin, K IBM Res Lab Haifa IL-31905 Haifa Israel Technion Israel Inst Technol IL-32000 Haifa Israel
Code instrumentation is widely used for a range of purposes that include profiling, debugging, visualization, logging, and distributed computing. Due to their special status within the language infrastructure, the sta... 详细信息
来源: 评论
object-oriented, structural software configuration management
Object-oriented, structural software configuration managemen...
收藏 引用
19th Annual ACM conference on object-oriented programming, systems, languages, and applications, oopsla'04
作者: Nguyen, Tien N. Munson, Ethan V. Boyland, John T. Dept. of EECS Univ. of Wisconsin Milwaukee United States
Capturing the evolution of logical objects and structures in a software project is crucial to the development of a high-quality software. This research demonstration presents an object-oriented approach to managing th... 详细信息
来源: 评论