咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是681-690 订阅
排序:
MicroPhase: An approach to proactively invoking garbage collection for improved performance
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 77-96页
作者: Xian, Feng Srisa-an, Witawas Jiang, Hong Univ Nebraska Dept Comp Sci & Engn Lincoln NE 68588 USA
To date, the most commonly used criterion for invoking garbage collection (GC) is based on heap usage;that is, garbage collection is invoked when the heap or an area inside the heap is full. This approach can suffer f... 详细信息
来源: 评论
MOP: An efficient and generic runtime verification framework
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 569-588页
作者: Chen, Feng Rosu, Grigore Univ Illinois Urbana IL 61801 USA
Monitoring-oriented programming (MOP1) [21, 18, 22, 19] is a formal framework for software development and analysis, in which the developer specifies desired properties using definable specification formalisms, along ... 详细信息
来源: 评论
Probabilistic calling context
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 97-111页
作者: Bond, Michael D. McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Calling context enhances program understanding and dynamic analyses by providing a rich representation of program location. Compared to imperative programs, object-oriented programs use more interprocedural and less i... 详细信息
来源: 评论
Modular verification of higher-order methods with mandatory calls specified by model programs
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 351-367页
作者: Shaner, Steve M. Leavens, Gary T. Naumann, David A. Iowa State Univ Ames IA 50011 USA Stevens Inst Technol Hoboken NJ 07030 USA
What we call a "higher-order method" (HOM) is a method that makes mandatory calls to other dynamically-dispatched methods. Examples include template methods as in the Template method design pattern and notif... 详细信息
来源: 评论
ILEA: Inter-language analysis across Java and C
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 39-56页
作者: Tan, Gang Morrisett, Greg Boston Coll Chestnut Hill MA 02467 USA Harvard Univ Cambridge MA 02138 USA
Java bug finders perform static analysis to find implementation mistakes that can lead to exploits and failures;Java compilers perform static analysis for optimization. If Java programs contain foreign function calls ... 详细信息
来源: 评论
Using early phase termination to eliminate load imbalances at barrier synchronization points
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 369-386页
作者: Rinard, Martin MIT Dept Elect Engn & Comp Sci Comp Sci & Artific Intelligence Lab Cambridge MA 02139 USA
We present a new technique, early phase termination, for eliminating idle processors in parallel computations that use barrier synchronization. This technique simply terminates each parallel phase as soon as there are... 详细信息
来源: 评论
Tracking bad apples: Reporting the origin of null and undefined value errors
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 405-422页
作者: Bond, Michael D. Nethercote, Nicholas Kent, Stephen W. Guyer, Samuel Z. McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Programs sometimes crash due to unusable values, for example, when Java and C# programs dereference null pointers and when C and C++ programs use undefined values to affect program behavior. A stack trace produced on ... 详细信息
来源: 评论
Type qualifier inference for Java
收藏 引用
acm sigplan NOTICES 2007年 第10期42卷 321-336页
作者: Greenfieldboyce, David Foster, Jeffrey S. Univ Maryland College Pk MD 20742 USA
Java's type system provides programmers with strong guarantees of type and memory safety, but there are many important properties not captured by standard Java types. We describe JQual, a tool that adds user-defin... 详细信息
来源: 评论
SA2: languages for safety-critical software: issues and assessment  07
SA2: languages for safety-critical software: issues and asse...
收藏 引用
Proceedings of the 2007 acm international conference on SIGAda annual international conference
作者: Ben Brosgol AdaCore Inc.
This intermediate-level tutorial is aimed at people with a technical background in software development. No previous experience with safety-critical standards is required. Some familiarity with one or more of C, C++, ...
来源: 评论
Using architecture to change code: Studying information needs
Using architecture to change code: Studying information need...
收藏 引用
21st Annual acm sigplan conference on object-oriented programming systems, languages, and Applications, OOPSLA 2006
作者: Latoza, Thomas D. Institute for Software Research International Carnegie Mellon University 5000 Forbes Avenue Pittsburgh PA 15213
While architecture is widely viewed as important, the mechanisms by which understanding architecture helps developers better change code are less clear. We are conducting a laboratory study to gather requirements for ... 详细信息
来源: 评论