咨询与建议

限定检索结果

文献类型

  • 737 篇 会议
  • 127 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 777 篇 工学
    • 742 篇 软件工程
    • 568 篇 计算机科学与技术...
    • 35 篇 控制科学与工程
    • 19 篇 电气工程
    • 19 篇 信息与通信工程
    • 16 篇 生物工程
    • 8 篇 土木工程
    • 6 篇 建筑学
    • 4 篇 化学工程与技术
    • 3 篇 材料科学与工程(可...
    • 3 篇 电子科学与技术(可...
    • 3 篇 环境科学与工程(可...
    • 2 篇 机械工程
    • 2 篇 光学工程
    • 2 篇 农业工程
  • 59 篇 理学
    • 33 篇 数学
    • 18 篇 生物学
    • 6 篇 物理学
    • 6 篇 化学
    • 6 篇 系统科学
    • 1 篇 大气科学
    • 1 篇 地球物理学
    • 1 篇 统计学(可授理学、...
  • 58 篇 管理学
    • 34 篇 图书情报与档案管...
    • 26 篇 管理科学与工程(可...
    • 8 篇 工商管理
  • 12 篇 法学
    • 12 篇 社会学
    • 1 篇 法学
  • 6 篇 教育学
    • 6 篇 教育学
  • 3 篇 农学
    • 3 篇 作物学
  • 1 篇 医学

主题

  • 250 篇 languages
  • 111 篇 object oriented ...
  • 83 篇 performance
  • 83 篇 design
  • 52 篇 algorithms
  • 46 篇 verification
  • 43 篇 java
  • 41 篇 experimentation
  • 38 篇 reliability
  • 36 篇 computer program...
  • 34 篇 theory
  • 19 篇 human factors
  • 17 篇 concurrency
  • 16 篇 parallel program...
  • 16 篇 object-oriented ...
  • 15 篇 measurement
  • 14 篇 scala
  • 13 篇 aspect oriented ...
  • 13 篇 javascript
  • 12 篇 type systems

机构

  • 18 篇 univ washington ...
  • 13 篇 ecole polytech f...
  • 12 篇 tech univ darmst...
  • 11 篇 microsoft res re...
  • 9 篇 mit csail cambri...
  • 8 篇 univ texas austi...
  • 7 篇 princeton univ p...
  • 7 篇 univ marburg d-3...
  • 7 篇 univ texas austi...
  • 7 篇 aarhus univ dk-8...
  • 6 篇 johannes kepler ...
  • 6 篇 suny binghamton ...
  • 6 篇 harvard univ cam...
  • 6 篇 purdue univ w la...
  • 6 篇 univ calif berke...
  • 5 篇 univ duisburg es...
  • 5 篇 microsoft res ca...
  • 5 篇 ecole polytech f...
  • 5 篇 mcgill univ mont...
  • 5 篇 univ hong kong p...

作者

  • 12 篇 rajan hridesh
  • 12 篇 odersky martin
  • 11 篇 mezini mira
  • 10 篇 hirschfeld rober...
  • 10 篇 binder walter
  • 9 篇 salvaneschi guid...
  • 9 篇 aldrich jonathan
  • 9 篇 ostermann klaus
  • 8 篇 mckinley kathryn...
  • 8 篇 marr stefan
  • 8 篇 rompf tiark
  • 7 篇 oliveira bruno c...
  • 7 篇 noble james
  • 7 篇 liu yu david
  • 7 篇 kuncak viktor
  • 7 篇 gulwani sumit
  • 6 篇 bond michael d.
  • 6 篇 ceze luis
  • 6 篇 van der storm ti...
  • 6 篇 coad peter

语言

  • 747 篇 英文
  • 115 篇 其他
  • 2 篇 中文
  • 1 篇 俄文
检索条件"任意字段=2013 ACM SIGPLAN International Conference on Object Oriented Programming Systems Languages"
865 条 记 录,以下是671-680 订阅
排序:
Multiple ownership
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 441-460页
作者: Cameron, Nicholas R. Drossopoulou, Sophia Noble, James Smith, Matthew J. Victoria Univ Wellington Sch Math Stat & Comp Sci Wellington New Zealand Univ London Imperial Coll Sci & Technol Dept Comp London England
Existing ownership type systems require objects to have precisely one primary owner, organizing the heap into an ownership tree. Unfortunately, a tree structure is too restrictive for many programs, and prevents many ... 详细信息
来源: 评论
Dependent classes
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 133-151页
作者: Gasiunas, Vaidas Mezini, Mira Ostermann, Klaus Tech Univ Darmstadt Darmstadt Germany
Virtual classes allow nested classes to be refined in subclasses. In this way nested classes can be seen as dependent abstractions of the objects of the enclosing classes. Expressing dependency via nesting, however, h... 详细信息
来源: 评论
Making trace monitors feasible
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 589-607页
作者: Avgustinov, Pavel Tibble, Julian de Moor, Oege Univ Oxford Programming Tools Grp Oxford OX1 2JD England
A trace monitor observes an execution trace at runtime;when it recognises a specified sequence of events, the monitor runs extra code. In the aspect-oriented programming community, the idea originated as a generalisat... 详细信息
来源: 评论
The JastAdd Extensible Java Compiler
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 1-17页
作者: Ekman, Torbjorn Hedin, Gorel Univ Oxford Programming Tools Grp Oxford England Lund Univ Dept Comp Sci S-22100 Lund Sweden
The JastAdd Extensible Java Compiler is a high quality Java compiler that is easy to extend in order to build static analysis tools for Java, and to extend Java with new language constructs. It is built modularly, wit... 详细信息
来源: 评论
Join point patterns: A high-level join point selection mechanism
Join point patterns: A high-level join point selection mecha...
收藏 引用
9th international conference on Model Driven Engineering languages and systems
作者: Cazzola, Walter Pini, Sonia Univ Milan Dept Informat & Commun I-20122 Milan Italy Univ Genoa Dept Informat & Comp Sci Genoa Italy
Aspect-oriented programming is a powerful technique to better modularize object-oriented programs by introducing crosscutting concerns in a safe and noninvasive way. Unfortunately, most of the current join point model... 详细信息
来源: 评论
Library composition and adaptation using c++ concepts  07
Library composition and adaptation using c++ concepts
收藏 引用
GPCE'07 - 6th international conference on Generative programming and Component Engineering
作者: Järvi, Jaakko Marcus, Matthew A. Smith, Jacob N. Texas A and M University College Station TX United States Adobe Systems Inc. Seattle WA United States
Large scale software is composed of libraries produced by different entities. Non-intrusive and efficient mechanisms for adapting data structures from one library to conform to APIs of another are essential for the su... 详细信息
来源: 评论
Jeannie: Granting Java native interface developers their wishes
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 19-38页
作者: Hirzel, Martin Grimm, Robert IBM Corp Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA NYU New York NY USA
Higher-level languages interface with lower-level languages such as C to access platform functionality, reuse legacy libraries, or improve performance. This raises the issue of how to best integrate different language... 详细信息
来源: 评论
Notation and representation in collaborative object-oriented design: An observational study
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 261-280页
作者: Dekel, Uri Herbsleb, James D. Carnegie Mellon Univ Sch Comp Sci Pittsburgh PA 15213 USA
Software designers in the object-oriented paradigm can make use of modeling tools and standard notations such as UML. Nevertheless, casual observations from collocated design collaborations suggest that teams tend to ... 详细信息
来源: 评论
Modular typestate checking of aliased objects
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 301-319页
作者: Bierhoff, Kevin Aldrich, Jonathan Carnegie Mellon Univ Sch Comp Sci Inst Software Res Pittsburgh PA 15213 USA
objects often define usage protocols that clients must follow in order for these objects to work properly. Aliasing makes it notoriously difficult to check whether clients and implementations are compliant with such p... 详细信息
来源: 评论
User-changeable visibility: Resolving unanticipated name clashes in traits
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 171-190页
作者: Ducasse, Stephane Wuyts, Roel Bergel, Alexandre INRIA Futurs LISTIC Univ Savoie Language & Software evolut Le Bourget Du Lac France IMEC Louvain Belgium Univ Libre Bruxelles Brussels Belgium LERO Trinity Coll Dublin Ireland
A trait is a unit of behaviour that can be composed with other traits and used by classes. Traits offer an alternative to multiple inheritance. Conflict resolution of traits, while flexible, does not completely handle... 详细信息
来源: 评论