咨询与建议

限定检索结果

文献类型

  • 577 篇 会议
  • 25 册 图书
  • 25 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 522 篇 工学
    • 475 篇 计算机科学与技术...
    • 416 篇 软件工程
    • 33 篇 电气工程
    • 23 篇 控制科学与工程
    • 18 篇 信息与通信工程
    • 7 篇 生物工程
    • 5 篇 环境科学与工程(可...
    • 4 篇 建筑学
    • 4 篇 土木工程
    • 4 篇 化学工程与技术
    • 3 篇 机械工程
    • 3 篇 电子科学与技术(可...
    • 3 篇 农业工程
    • 2 篇 材料科学与工程(可...
    • 2 篇 生物医学工程(可授...
  • 87 篇 理学
    • 62 篇 数学
    • 11 篇 生物学
    • 7 篇 物理学
    • 7 篇 系统科学
    • 5 篇 化学
  • 36 篇 管理学
    • 25 篇 图书情报与档案管...
    • 12 篇 管理科学与工程(可...
    • 5 篇 工商管理
  • 9 篇 教育学
    • 9 篇 教育学
  • 8 篇 法学
    • 7 篇 社会学
    • 1 篇 法学
  • 3 篇 农学
    • 3 篇 作物学
  • 2 篇 医学
    • 2 篇 基础医学(可授医学...
    • 2 篇 临床医学
    • 2 篇 药学(可授医学、理...

主题

  • 237 篇 object oriented ...
  • 24 篇 software enginee...
  • 24 篇 object-oriented ...
  • 23 篇 programming tech...
  • 18 篇 programming lang...
  • 13 篇 semantics
  • 13 篇 logics and meani...
  • 12 篇 computer communi...
  • 11 篇 aspect oriented ...
  • 11 篇 artificial intel...
  • 9 篇 software enginee...
  • 9 篇 c++ (programming...
  • 9 篇 database managem...
  • 7 篇 specifications
  • 7 篇 it in business
  • 5 篇 computer softwar...
  • 5 篇 calculations
  • 5 篇 application prog...
  • 5 篇 computer softwar...
  • 5 篇 problem oriented...

机构

  • 7 篇 victoria univers...
  • 5 篇 carnegie mellon ...
  • 4 篇 microsoft corp r...
  • 4 篇 swiss fed inst t...
  • 3 篇 victoria univ we...
  • 3 篇 software composi...
  • 3 篇 microsoft united...
  • 3 篇 univ genoa disi ...
  • 3 篇 university of to...
  • 3 篇 object technolog...
  • 3 篇 eth zurich
  • 3 篇 university of ch...
  • 3 篇 i.b.m. thomas j....
  • 3 篇 univ geneva obje...
  • 3 篇 independent soft...
  • 3 篇 umeå university
  • 3 篇 purdue univ dept...
  • 3 篇 purdue universit...
  • 2 篇 harvey mudd coll...
  • 2 篇 universidad de m...

作者

  • 16 篇 noble james
  • 9 篇 vitek jan
  • 6 篇 davis kei
  • 6 篇 madsen ole lehrm...
  • 6 篇 jul eric
  • 5 篇 bosch j
  • 5 篇 drossopoulou sop...
  • 5 篇 de meuter wolfga...
  • 5 篇 bruce kim b.
  • 5 篇 ernst michael d.
  • 5 篇 chambers c
  • 5 篇 aldrich jonathan
  • 5 篇 mens kim
  • 5 篇 sahraoui houari ...
  • 4 篇 hirschfeld rober...
  • 4 篇 szyperski c
  • 4 篇 ducasse stéphane
  • 4 篇 homer michael
  • 4 篇 ancona davide
  • 4 篇 yonezawa akinori

语言

  • 614 篇 英文
  • 11 篇 其他
  • 2 篇 中文
检索条件"任意字段=European Conference on Object-Oriented Programming, ECOOP 2000"
627 条 记 录,以下是291-300 订阅
排序:
Overview of a parallel object-oriented language CLIX
收藏 引用
european conference on object-oriented programming, ecoop 1987
作者: Hur, Jin H. Chon, Kilnam Department of Computer Science Korea Advanced Institute of Science and Technology P.O. Box 150 Chongryang Seoul131 Korea Republic of
CLIX is a parallel object oriented language that embodies communicating process model of object oriented programming. It incorporates the notion of objects with communications in distributed systems. The objects in CL... 详细信息
来源: 评论
Generational real-time garbage collection - A three-part invention for young objects
收藏 引用
21st european conference on object-oriented programming (ecoop 2007)
作者: Frampton, Daniel Bacon, David F. Cheng, Perry Grovel, David Australian Natl Univ GPO Box 4 Canberra ACT Australia IBM Corp TJ Watson Res Ctr Hawthorne 10952 NY USA
While real-time garbage collection is now available in production virtual machines, the lack of generational capability means applications with high allocation rates are subject to reduced throughput and high space ov... 详细信息
来源: 评论
The Billion-Dollar Fix Safe Modular Circular Initialisation with Placeholders and Placeholder Types
The Billion-Dollar Fix Safe Modular Circular Initialisation ...
收藏 引用
27th european conference on object-oriented programming (ecoop)
作者: Servetto, Marco Mackay, Julian Potanin, Alex Noble, James Victoria Univ Wellington Sch Engn & Comp Sci Wellington New Zealand
Programmers often need to initialise circular structures of objects. Initialisation should be safe (so that programs can never suffer null pointer exceptions or otherwise observe uninitialised values) and modular (so ... 详细信息
来源: 评论
object inheritance without classes  30
Object inheritance without classes
收藏 引用
30th european conference on object-oriented programming, ecoop 2016
作者: Jones, Timothy Homer, Michael Noble, James Bruce, Kim Victoria University of Wellington Wellington New Zealand Pomona College ClaremontCA United States
Which comes first: the object or the class? Language designers enjoy the conceptual simplicity of object-based languages (such as Emerald or Self) while many programmers prefer the pragmatic utility of classical inher... 详细信息
来源: 评论
Inference and Checking of object Ownership  12
Inference and Checking of Object Ownership
收藏 引用
26th european conference on object-oriented programming (ecoop)
作者: Huang, Wei Dietl, Werner Milanova, Ana Ernst, Michael D. Rensselaer Polytech Inst Troy NY 12181 USA Univ Washington Seattle WA 98195 USA
Ownership type systems describe a heap topology and enforce an encapsulation discipline;they aid in various program correctness and understanding tasks. However, the annotation overhead of ownership type systems has h... 详细信息
来源: 评论
A uniform transactional execution environment for Java
收藏 引用
22nd european conference on object-oriented programming (ecoop 2008)
作者: Ziarek, Lukasz Welc, Adam Adl-Tabatabai, Ali-Reza Menon, Vijay Shpeisman, Tatiana Jagannathan, Suresh Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA Intel Corp Programming Syst Lab Santa Clara CA 95054 USA
Transactional memory (TM) has recently emerged as an effective tool for extracting fine-grain parallelism from declarative critical sections. In order to make STM systems practical, significant effort has been made to... 详细信息
来源: 评论
Essential AOP: The A Calculus
Essential AOP: The A Calculus
收藏 引用
24th european conference on object-oriented programming (ecoop 2010)
作者: De Fraine, Bruno Ernst, Erik Suedholt, Mario Vrije Univ Brussel Software Languages Lab Brussels Belgium Aarhus Univ Dept Comp Sci DK-8000 Aarhus C Denmark Ecole Mines Nantes Dept Informat Nantes France
Aspect-oriented programming (AOP) has produced interesting language designs, but also ad hoc semantics that needs clarification. We contribute to this clarification with a calculus that models essential AOP, both simp... 详细信息
来源: 评论
Brand objects for nominal typing  29
Brand objects for nominal typing
收藏 引用
29th european conference on object-oriented programming, ecoop 2015
作者: Jones, Timothy Homer, Michael Noble, James Victoria University of Wellington New Zealand
Combinations of structural and nominal object typing in systems such as Scala, Whiteoak, and Unity have focused on extending existing nominal, class-based systems with structural subtyping. The typical rules of nomina... 详细信息
来源: 评论
Integrating nominal and structural subtyping
收藏 引用
22nd european conference on object-oriented programming (ecoop 2008)
作者: Malayeri, Donna Aldrich, Jonathan Carnegie Mellon Univ Pittsburgh PA 15213 USA
Nominal and structural subtyping each have their own strengths and weaknesses. Nominal subtyping allows programmers to explicitly express design intent, and, when types are associated with run time tags, enables run-t... 详细信息
来源: 评论
Metadata and adaptive object-models
Metadata and adaptive object-models
收藏 引用
european conference on object-oriented programming, ecoop 2000
作者: Yoder, Joseph W. Razavi, Reza The Refactory Inc 209 W. Iowa UrbanaIL61801 United States University of Paris 6 LIP6-CNRS Case 169 4 Place Jussieu PARIS Cedex 0575252 France
The unrelenting pace of change that confronts contemporary software developers compels them to make their applications more configurable, flexible, and adaptable. A way to meet such requirements is to use an Adaptive ... 详细信息
来源: 评论