咨询与建议

限定检索结果

文献类型

  • 81 篇 会议
  • 5 册 图书
  • 1 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 72 篇 工学
    • 69 篇 计算机科学与技术...
    • 59 篇 软件工程
    • 3 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 2 篇 环境科学与工程(可...
    • 2 篇 生物医学工程(可授...
    • 1 篇 电气工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 建筑学
    • 1 篇 土木工程
    • 1 篇 生物工程
  • 19 篇 理学
    • 15 篇 数学
    • 2 篇 生物学
    • 1 篇 物理学
    • 1 篇 系统科学
  • 6 篇 管理学
    • 4 篇 图书情报与档案管...
    • 2 篇 管理科学与工程(可...
  • 3 篇 教育学
    • 2 篇 教育学
    • 1 篇 心理学(可授教育学...
  • 1 篇 医学
    • 1 篇 基础医学(可授医学...

主题

  • 30 篇 object oriented ...
  • 5 篇 semantics
  • 4 篇 software enginee...
  • 4 篇 programming tech...
  • 4 篇 programming lang...
  • 3 篇 computer communi...
  • 3 篇 object-oriented ...
  • 3 篇 logics and meani...
  • 2 篇 reflection
  • 2 篇 java
  • 2 篇 algebra
  • 2 篇 artificial intel...
  • 2 篇 it in business
  • 2 篇 unified modeling...
  • 2 篇 open source soft...
  • 1 篇 object-oriented ...
  • 1 篇 house heating de...
  • 1 篇 access control
  • 1 篇 exceptions
  • 1 篇 server pages bas...

机构

  • 2 篇 universidade nov...
  • 2 篇 saga d.o.o belgr...
  • 2 篇 carnegie mellon ...
  • 2 篇 i.b.m. thomas j....
  • 2 篇 universidad de c...
  • 1 篇 college of engin...
  • 1 篇 bauman moscow st...
  • 1 篇 center for the s...
  • 1 篇 japan science an...
  • 1 篇 otto von guerick...
  • 1 篇 dipartimento di ...
  • 1 篇 univ wisconsin d...
  • 1 篇 shanghai jiao to...
  • 1 篇 microsoft corp r...
  • 1 篇 ntt docomo
  • 1 篇 university of wi...
  • 1 篇 johannes kepler ...
  • 1 篇 faculty of infor...
  • 1 篇 rensselaer polyt...
  • 1 篇 inst natl rech i...

作者

  • 3 篇 cook william r.
  • 2 篇 noble james
  • 2 篇 poels geert
  • 2 篇 xinogalos stelio...
  • 2 篇 piattini mario
  • 2 篇 ibrahim ali
  • 2 篇 vitek jan
  • 2 篇 e abreu fernando...
  • 2 篇 sahraoui houari ...
  • 1 篇 peter deutsch l.
  • 1 篇 oliveira bruno c...
  • 1 篇 osvald leo
  • 1 篇 vlissides john
  • 1 篇 meseguer josé
  • 1 篇 alonso alejandro
  • 1 篇 kim duri
  • 1 篇 jurgen borstler
  • 1 篇 milanova ana
  • 1 篇 savić miloš
  • 1 篇 tanaka a

语言

  • 86 篇 英文
  • 1 篇 中文
检索条件"任意字段=7th European Conference on Object-Oriented Programming, ECOOP 1993"
87 条 记 录,以下是31-40 订阅
排序:
Transparently reconciling transactions with locking for Java synchronization
收藏 引用
20th european conference on object-oriented programming, ecoop 2006
作者: Welc, Adam Hosking, Antony L. Jagannathan, Suresh Department of Computer Science Purdue University West Lafayette IN 47907 United States
Concurrent data accesses in high-level languages like Java and C# are typically mediated using mutual-exclusion locks. threads use locks to guard the operations performed while the lock is held, so that the lock's... 详细信息
来源: 评论
Open modules: Modular reasoning about advice
Open modules: Modular reasoning about advice
收藏 引用
19th european conference on object-oriented programming
作者: Aldrich, J Carnegie Mellon Univ Pittsburgh PA 15213 USA
Advice is a mechanism used by advanced object-oriented and aspect-oriented programming languages to augment the behavior of methods in a program. Advice can help to make programs more modular by separating crosscuttin... 详细信息
来源: 评论
Exploiting reflection in object oriented genetic programming
Exploiting reflection in object oriented genetic programming
收藏 引用
7th european conference on Genetic programming, EuroGP 2004
作者: Lucas, Simon M. Dept. of Computer Science University of Essex ColchesterCO4 3SQ United Kingdom
Most programs currently written by humans are objectoriented ones. Two of the greatest benefits of object oriented programming are the separation of interface from implementation, and the notion that an object may hav... 详细信息
来源: 评论
Aliasing, confinement, and ownership in object-oriented programming
收藏 引用
17th european conference on object-oriented programming (ecoop 2003)
作者: Clarke, D Drossopoulou, S Noble, J Univ Utrecht Utrecht Netherlands Univ London Imperial Coll Sci Technol & Med London SW7 2AZ England Victoria Univ Wellington Wellington New Zealand
the power of objects lies in the flexibility of their interconnection structure. But this flexibility comes at a cost. Because an object can be modified via any alias, object-oriented programs are hard to understand, ... 详细信息
来源: 评论
JSPick - A server pages design recovery tool
JSPick - A server pages design recovery tool
收藏 引用
7th european conference on Software Maintenance and Reengineering (CSMR 2003)
作者: Draheim, D Fehr, E Weber, G Free Univ Berlin Inst Comp Sci D-1000 Berlin Germany
this paper presents the reverse engineering tool JSPick, which recovers page signatures and form types from server pages based presentation layers. A formal semantics of the tool is given in pseudo-evaluation style.
来源: 评论
the role of constructors in the context of refactoring object-oriented systems
The role of constructors in the context of refactoring objec...
收藏 引用
7th european conference on Software Maintenance and Reengineering (CSMR 2003)
作者: Najjar, R Counsell, S Loizou, G Mannock, K Univ London Birkbeck Coll Dept Comp Sci London WC1E 7HX England
Constructors play an essential role in object-oriented (00) languages as a means of object creation. Yet, very little empirical evidence exists on constructors, trends in their composition and how they impact comprehe... 详细信息
来源: 评论
Proceedings - 7th european conference on Software Maintenance and Reengineering, CSMR 2003
Proceedings - 7th European Conference on Software Maintenanc...
收藏 引用
7th european conference on Software Maintenance and Reengineering, CSMR 2003
the proceedings contain 42 papers. the topics discussed include: software services and software maintenance;software documentation: how much is enough?;revitalizing modifiability of legacy assets;towards automatical m...
来源: 评论
european conference on object-oriented programming, ecoop 2001
European Conference on Object-Oriented Programming, ECOOP 20...
收藏 引用
european conference on object-oriented programming, ecoop 2001
the proceedings contain 19 papers. the special focus in this conference is on object-oriented programming. the topics include: 11th workshop for PhD students in object-oriented systems;quality of service in distribute...
来源: 评论
Type-safe prototype-based component evolution  16th
收藏 引用
16th european conference on object oriented programming (ecoop 2002)
作者: Zenger, M Ecole Polytech Fed Lausanne INR Ecublens CH-1015 Lausanne Switzerland
Component-based programming is currently carried out using mainstream object-oriented languages. the languages have to be used in a highly disciplined way to guarantee flexible component composition and extensibility.... 详细信息
来源: 评论
Difference-based modules: a class-independent module mechanism  16th
收藏 引用
16th european conference on object oriented programming (ecoop 2002)
作者: Ichisugi, Y Tanaka, A PRESTO Japan Science and Technology Corporation(JST) National Institute of Advanced Industrial Science and Technology(AIST) Japan National Institute of Advanced Industrial Science and Technology(AIST) Japan
We describe a module mechanism, which we call difference-based modules, and an object-oriented language we call MixJuice. MixJuice is an enhancement tu the Java language that adopts difference-based modules instead of... 详细信息
来源: 评论