咨询与建议

限定检索结果

文献类型

  • 590 篇 会议
  • 18 册 图书
  • 5 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 438 篇 工学
    • 383 篇 计算机科学与技术...
    • 333 篇 软件工程
    • 48 篇 电气工程
    • 25 篇 控制科学与工程
    • 24 篇 信息与通信工程
    • 10 篇 光学工程
    • 9 篇 土木工程
    • 8 篇 生物工程
    • 6 篇 材料科学与工程(可...
    • 5 篇 建筑学
    • 4 篇 电子科学与技术(可...
    • 4 篇 生物医学工程(可授...
    • 3 篇 力学(可授工学、理...
    • 3 篇 机械工程
    • 3 篇 仪器科学与技术
    • 3 篇 测绘科学与技术
    • 3 篇 化学工程与技术
    • 3 篇 环境科学与工程(可...
    • 2 篇 交通运输工程
  • 70 篇 理学
    • 51 篇 数学
    • 9 篇 生物学
    • 7 篇 物理学
    • 4 篇 化学
    • 2 篇 系统科学
  • 60 篇 管理学
    • 33 篇 管理科学与工程(可...
    • 29 篇 图书情报与档案管...
    • 5 篇 工商管理
  • 20 篇 教育学
    • 20 篇 教育学
  • 8 篇 法学
    • 8 篇 社会学
  • 3 篇 医学
    • 3 篇 临床医学
  • 1 篇 农学

主题

  • 176 篇 object oriented ...
  • 29 篇 software enginee...
  • 19 篇 object-oriented ...
  • 18 篇 object oriented ...
  • 18 篇 java programming...
  • 16 篇 programming tech...
  • 15 篇 programming
  • 15 篇 java
  • 14 篇 programming lang...
  • 13 篇 aspect oriented ...
  • 12 篇 logic programmin...
  • 10 篇 programming prof...
  • 10 篇 functional progr...
  • 10 篇 object recogniti...
  • 9 篇 computer program...
  • 9 篇 logics and meani...
  • 9 篇 unified modeling...
  • 8 篇 application soft...
  • 8 篇 c++ (programming...
  • 8 篇 permission

机构

  • 4 篇 statoilhydro
  • 4 篇 miles consulting
  • 4 篇 sti university o...
  • 4 篇 b&r ind automat ...
  • 4 篇 victoria univers...
  • 4 篇 technische unive...
  • 4 篇 sintef
  • 3 篇 department of co...
  • 3 篇 carnegie mellon ...
  • 3 篇 letterkenny inst...
  • 2 篇 microsoft corp r...
  • 2 篇 oberon microsyst
  • 2 篇 univ essex dept ...
  • 2 篇 univ chinese aca...
  • 2 篇 technion haifa
  • 2 篇 imperial college...
  • 2 篇 tech univ darmst...
  • 2 篇 adayana inc.
  • 2 篇 tech univ darmst...
  • 2 篇 open university ...

作者

  • 6 篇 meyer bertrand
  • 6 篇 aldrich jonathan
  • 5 篇 noble james
  • 5 篇 salvaneschi guid...
  • 5 篇 mezini mira
  • 4 篇 hirschfeld rober...
  • 4 篇 berre arne jørge...
  • 4 篇 preschern christ...
  • 4 篇 yoshida nobuko
  • 4 篇 zeid amir
  • 4 篇 roman dumitru
  • 4 篇 landre einar
  • 4 篇 udnæs morten
  • 4 篇 van den heuvel w...
  • 3 篇 baniassad elisa
  • 3 篇 thiemann peter
  • 3 篇 skår lars arne
  • 3 篇 nanz sebastian
  • 3 篇 xinogalos stelio...
  • 3 篇 foster jeffrey s...

语言

  • 608 篇 英文
  • 2 篇 其他
  • 2 篇 中文
  • 1 篇 法文
检索条件"任意字段=Proceedings of the 24th European conference on Object-oriented programming"
613 条 记 录,以下是251-260 订阅
排序:
Context-oriented software transactional memory in Common Lisp
Context-oriented software transactional memory in Common Lis...
收藏 引用
5th Dynamic Languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Costanza, Pascal Herzeel, Charlotte D'Hondt, theo Software Languages Lab Vrije Universiteit Brussel B-1050 Brussels Belgium
Software transactional memory (STM) is a promising approach for coordinating concurrent threads, for which many implementation strategies are currently being researched. Although some first steps exist to ease experim... 详细信息
来源: 评论
@Composite - Macro annotations for Java
@Composite - Macro annotations for Java
收藏 引用
OOPSLA 2009 Companion - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Phillips, Andrew qrmedia 25 Stanmore Gardens Richmond Surrey TW9 2HN United Kingdom
Annotations have developed into one of Java's central features, driving many popular frameworks. However, they are completely static and do not conform to OO principles. @Composite attempts to address this by addi... 详细信息
来源: 评论
the observer effect of profiling on dynamic Java optimizations
The observer effect of profiling on dynamic Java optimizatio...
收藏 引用
OOPSLA 2009 Companion - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Machkasova, Elena Arhelger, Kevin Trinciante, Fernando University of Minnesota Morris MN United States
We show that the bytecode injection approach used in common Java profilers, such as HPROF and JProfiler, disables some program optimizations that are performed when the same program is running without a profiler. this... 详细信息
来源: 评论
Directing JavaScript with arrows
Directing JavaScript with arrows
收藏 引用
5th Dynamic Languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Phang, Khoo Yit Hicks, Michael Foster, Jeffrey S. Sazawal, Vibha University of Maryland College Park United States
JavaScript programmers make extensive use of event-driven programming to help build responsive web applications. However, standard approaches to sequencing events are messy, and often lead to code that is difficult to... 详细信息
来源: 评论
Language embedding and optimization in Mython
Language embedding and optimization in Mython
收藏 引用
5th Dynamic Languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Riehl, Jonathan University of Chicago United States
Mython is an extensible variant of the Python programming language. Mython achieves extensibility by adding a quotation mechanism that accepts an additional parameter as well as the code being quoted. the additional q... 详细信息
来源: 评论
ModelTalk: A DSL workbench in action
ModelTalk: A DSL workbench in action
收藏 引用
OOPSLA 2009 Companion - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Hen-Tov, Atzmon Lorenz, David H. Schachter, Lior Pontis Glil Yam 46905 Israel Open University of Israel Raanana 43107 Israel
ModelTalk's language workbench is an IDE for DSL based development with Java. ModelTalk provides programmers and language designers with a DSL programming experience that has a Java-like look-and-feel and a short ... 详细信息
来源: 评论
OOPSLA 2009 - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
OOPSLA 2009 - 24th Annual ACM Conference on Object-Oriented ...
收藏 引用
OOPSLA 2009 - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
the proceedings contain 33 papers. the topics discussed include: Flapjax: a programming language for Ajax applications;CZ: multiple inheritance without diamonds;Grace: safe multithreaded programming for C/C++;a type a...
来源: 评论
Harmony-oriented programming and software evolution
Harmony-oriented programming and software evolution
收藏 引用
OOPSLA 2009 Companion - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Fleissner, Sebastian Baniassad, Elisa Department of Computer Science and Engineering Chinese University of Hong Kong Shatin N.T. Hong Kong
Software evolution draws its complexity from a variety of factors, including extensibility, maintainability, and the difficulty of changing a program's design. It is widely accepted that even well-designed object-... 详细信息
来源: 评论
Preserving the separation of concerns while composing aspects on shared joinpoints
Preserving the separation of concerns while composing aspect...
收藏 引用
OOPSLA 2009 Companion - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Marot, Antoine Université Libre de Bruxelles CP-212 B-1050 Bruxelles Belgium
Aspect-oriented programming (AOP) is a programming paradigm which makes possible the separation of crosscutting concerns in different modules (the aspects). AOP is known to have issues when aspects are composed in a b... 详细信息
来源: 评论
Typestate-oriented programming
Typestate-oriented programming
收藏 引用
OOPSLA 2009 Companion - 24th Annual ACM conference on object-oriented programming, Systems, Languages and Applications, OOPSLA 2009
作者: Aldrich, Jonathan Sunshine, Joshua Saini, Darpan Sparks, Zachary School of Computer Science Carnegie Mellon University Pittsburgh PA United States
objects model the world, and state is fundamental to a faithful modeling. Engineers use state machines to understand and reason about state transitions, but programming languages provide little support for reasoning a... 详细信息
来源: 评论