咨询与建议

限定检索结果

文献类型

  • 255 篇 会议
  • 9 篇 期刊文献

馆藏范围

  • 264 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 230 篇 工学
    • 226 篇 软件工程
    • 214 篇 计算机科学与技术...
    • 33 篇 控制科学与工程
    • 10 篇 光学工程
    • 7 篇 信息与通信工程
    • 5 篇 机械工程
    • 5 篇 建筑学
    • 4 篇 土木工程
    • 4 篇 生物工程
    • 3 篇 材料科学与工程(可...
    • 2 篇 力学(可授工学、理...
    • 2 篇 冶金工程
    • 2 篇 电气工程
    • 2 篇 电子科学与技术(可...
    • 1 篇 化学工程与技术
    • 1 篇 农业工程
  • 47 篇 管理学
    • 34 篇 图书情报与档案管...
    • 19 篇 管理科学与工程(可...
    • 12 篇 工商管理
  • 33 篇 理学
    • 20 篇 数学
    • 5 篇 生物学
    • 2 篇 物理学
    • 2 篇 地质学
    • 2 篇 系统科学
    • 1 篇 化学
    • 1 篇 地球物理学
  • 6 篇 教育学
    • 6 篇 教育学
  • 4 篇 法学
    • 4 篇 社会学
  • 2 篇 经济学
    • 2 篇 应用经济学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 115 篇 object oriented ...
  • 11 篇 languages
  • 9 篇 java
  • 7 篇 design
  • 6 篇 performance
  • 6 篇 xml
  • 5 篇 smalltalk
  • 5 篇 object-oriented ...
  • 3 篇 pattern matching
  • 3 篇 parallel program...
  • 3 篇 inheritance
  • 3 篇 web applications
  • 3 篇 software design
  • 3 篇 object-oriented
  • 2 篇 standard class l...
  • 2 篇 configuration
  • 2 篇 parametric exten...
  • 2 篇 scalability
  • 2 篇 high-level langu...
  • 2 篇 message pattern

机构

  • 3 篇 ibm t.j. watson ...
  • 3 篇 ibm thomas j. wa...
  • 3 篇 at and t united ...
  • 2 篇 ibm united state...
  • 2 篇 at and t bell la...
  • 2 篇 ibm t.j. watson ...
  • 2 篇 ibm
  • 2 篇 georgewashington...
  • 2 篇 univ glasgow dep...
  • 2 篇 department of co...
  • 2 篇 university of ma...
  • 2 篇 department of co...
  • 2 篇 bell northern re...
  • 2 篇 ibm research uni...
  • 2 篇 leipzig univ app...
  • 2 篇 university of co...
  • 2 篇 university of be...
  • 2 篇 victoria univers...
  • 2 篇 univ so maine de...
  • 2 篇 med univ lubeck ...

作者

  • 5 篇 biddle robert
  • 5 篇 noble james
  • 4 篇 myers andrew c.
  • 3 篇 ventura phil
  • 3 篇 black andrew p.
  • 3 篇 gestwicki paul v...
  • 3 篇 johnson ralph
  • 2 篇 liskov barbara
  • 2 篇 vlissides john
  • 2 篇 smith scotty
  • 2 篇 partain w
  • 2 篇 cheng perry
  • 2 篇 baniassad elisa
  • 2 篇 kempa m
  • 2 篇 egert christophe...
  • 2 篇 sweeney peter f.
  • 2 篇 yonezawa akinori
  • 2 篇 linnemann v
  • 2 篇 grothoff christi...
  • 2 篇 hauswirth matthi...

语言

  • 264 篇 英文
检索条件"任意字段=24th Annual ACM Conference on Object-Oriented Programming, Systems, Languages and Applications"
264 条 记 录,以下是111-120 订阅
排序:
YARV: Yet Another RubyVM: Innovating the Ruby Interpreter
YARV: Yet Another RubyVM: Innovating the Ruby Interpreter
收藏 引用
OOPSLA'05 - 20th annual acm conference on object-oriented programming, systems, languages, and applications
作者: Sasada, Koichi Graduate School of Technology Tokyo University of Agriculture and Technology Koganeishi Nakacho Tokyo22416 Japan
Ruby-an object-oriented scripting language-is used world-wide because of its ease of use. However, the current interpreter is slow. To solve this problem, some virtual machines were developed, but none with adequate p... 详细信息
来源: 评论
Regular types for active objects  93
Regular types for active objects
收藏 引用
8th annual conference on object-oriented programming systems, languages, and applications, OOPSLA 1993
作者: Nierstrasz, Oscar Université de Genève Centre Universitaire d'Informatique 24 rue Général Dufour Genève 4CH-1211 Switzerland
Previous work on type-theoretic foundations for object-oriented programming languages has mostly focussed on applying or extending functional type theory to functional "objects." this approach, while benefit... 详细信息
来源: 评论
the amadeus GRT - Generic runtime support for distributed persistent programming  8
The amadeus GRT - Generic runtime support for distributed pe...
收藏 引用
8th annual conference on object-oriented programming systems, languages, and applications, OOPSLA 1993
作者: Cahill, Vinny Baker, Seán Horn, Chris Starovic, Gradimir Distributed Systems Group Dept. of Computer Science Trinity College Dublin Ireland
Many object-oriented programming language implementations have been extended to support persistence, distribution or atomicity by integrating the necessary additional support with the language's runtime library. W... 详细信息
来源: 评论
"objects first, interfaces next" or interfaces before inheritance
"Objects first, interfaces next" or interfaces before inheri...
收藏 引用
19th annual acm conference on object-oriented programming, systems, languages, and applications, OOPSLA'04
作者: Schmolitzky, Axel University of Hamburg Vogt-Koelln-Str. 30 D-22527 Hamburg Germany
objects first is a pedagogy that tries to introduce the core concepts of object-oriented programming - classes, objects, and methods - as early as possible in a programming course, even before variables, types, assign... 详细信息
来源: 评论
GROOP: An object-oriented toolkit for animated 3D graphics  8
GROOP: An object-oriented toolkit for animated 3D graphics
收藏 引用
8th annual conference on object-oriented programming systems, languages, and applications, OOPSLA 1993
作者: Koved, Larry Wooten, Wayne L. IBM Research T. J. Watson Research Center Yorktown HeightsNY10598 United States Graphics Visualization and Usability Center Georgia Institute of Technology AtlantaGA30318 United States
GROOP is an object-oriented toolkit for creating 3D computer graphics applications. It is designed for application developers who are not familiar with computer graphics, but are familiar with object-oriented programm... 详细信息
来源: 评论
Model consistency in the object oriented software development process
Model consistency in the object oriented software developmen...
收藏 引用
18th annual acm SIGPLAN conference on object-oriented programming, systems, languages, and applications, OOPSLA'03
作者: Pérez, Gabriela A. LIFIA - Laboratorio de Investigación y Formación en Informática Avanzada Universidad Nacional de la Plata Facultad de Informática La Plata 1900 Argentina
Model Refinement is a relationship that relates two elements representing the same concept at different levels of abstraction. In UML, Refinement is described in an informal way. To avoid wrong model interpretations, ... 详细信息
来源: 评论
An educational perspective on database management systems and object-oriented methodology: A 12 year journey
An educational perspective on database management systems an...
收藏 引用
18th annual acm SIGPLAN conference on object-oriented programming, systems, languages, and applications, OOPSLA'03
作者: Ghandeharizadeh, Shahram Department of Computer Science University of Southern California Los Angeles CA 90089 United States
Relational database management systems are an essential component of many data intensive applications. At USC, a course entitled "File and Database Management" introduces students to fundamental concepts in ... 详细信息
来源: 评论
Workshop on object-oriented legacy systems and software evolution
Workshop on object-oriented legacy systems and software evol...
收藏 引用
10th annual conference on object-oriented programming systems, languages, and applications, OOPSLA 1995
作者: Taivalsaari, Antero Trauter, Roland Casais, Eduardo Nokia Research Center P.O. Box 45 Helsinki00211 Finland Daimler-Benz Research Center Wilhelm-Runge Strasse 11 Ulm89081 Germany Forschungszentrum Informatik Haid-und-Neu-Strasse 10-14 Karlsruhe76131 Germany
It was generally agreed by the participants that object- oriented systems can become legacy systems and that examples of such systems already exist. However, it seems that object-oriented systems have some important c... 详细信息
来源: 评论
A self-optimizing application server design for Enterprise Java Beans applications
A self-optimizing application server design for Enterprise J...
收藏 引用
18th annual acm SIGPLAN conference on object-oriented programming, systems, languages, and applications, OOPSLA'03
作者: Trofin, Mircea Performance Engineering Laboratory Dublin City University Ireland
We propose a self-optimizing application server design for EJB component technology. Optimizations are driven by the discovery of inter-component communication patterns and the application of corresponding container r... 详细信息
来源: 评论
Concrete syntax for objects - Domain-specific language embedding and assimilation without restrictions
Concrete syntax for objects - Domain-specific language embed...
收藏 引用
19th conference on object-oriented programming, systems, languages, and applications
作者: Bravenboer, M Visser, E Univ Utrecht Inst Comp & Informat Sci NL-3508 TB Utrecht Netherlands
Application programmer's interfaces give access to domain knowledge encapsulated in class libraries without providing the appropriate notation for expressing domain composition. Since object-oriented languages are... 详细信息
来源: 评论