咨询与建议

限定检索结果

文献类型

  • 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 篇 统计学(可授理学、...
  • 59 篇 管理学
    • 35 篇 图书情报与档案管...
    • 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 篇 univ marburg d-3...
  • 7 篇 univ texas austi...
  • 7 篇 aarhus univ dk-8...
  • 6 篇 princeton univ p...
  • 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

语言

  • 746 篇 英文
  • 116 篇 其他
  • 2 篇 中文
  • 1 篇 俄文
检索条件"任意字段=2013 ACM SIGPLAN International Conference on Object Oriented Programming Systems Languages"
865 条 记 录,以下是171-180 订阅
排序:
The HipHop Virtual Machine  14
The HipHop Virtual Machine
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Adams, Keith Evans, Jason Maher, Bertrand Ottoni, Guilherme Paroski, Andrew Simmers, Brett Smith, Edwin Yamauchi, Owen Facebook Cambridge MA USA
The HipHop Virtual Machine (HHVM) is a JIT compiler and runtime for PHP. While PHP values are dynamically typed, real programs often have latent types that are useful for optimization once discovered. Some types can b... 详细信息
来源: 评论
Staged Parser Combinators for Efficient Data Processing  14
Staged Parser Combinators for Efficient Data Processing
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Jonnalagedda, Manohar Coppey, Thierry Stucki, Sandro Rompf, Tiark Odersky, Martin EPFL LAMP Zurich Switzerland EPFL DATA Zurich Switzerland
Parsers are ubiquitous in computing, and many applications depend on their performance for decoding data efficiently. Parser combinators are an intuitive tool for writing parsers: tight integration with the host langu... 详细信息
来源: 评论
Understanding Energy Behaviors of Thread Management Constructs  14
Understanding Energy Behaviors of Thread Management Construc...
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Pinto, Gustavo Castor, Fernando Liu, Yu David Univ Fed Pernambuco Recife PE Brazil SUNY Binghamton Binghamton NY 13902 USA
Java programmers are faced with numerous choices in managing concurrent execution on multicore platforms. These choices often have different trade-offs (e.g., performance, scalability, and correctness guarantees). Thi... 详细信息
来源: 评论
Alembic: Automatic Locality Extraction via Migration  14
Alembic: Automatic Locality Extraction via Migration
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Holt, Brandon Briggs, Preston Ceze, Luis Oskin, Mark Univ Washington Seattle WA 98195 USA
Partitioned Global Address Space (PGAS) environments simplify writing parallel code for clusters because they make data movement implicit - dereferencing global pointers automatically moves data around. However, it do... 详细信息
来源: 评论
Adaptive LL(*) Parsing: The Power of Dynamic Analysis  14
Adaptive <i>LL</i>(*) Parsing: The Power of Dynamic Analysis
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Parr, Terence Harwell, Sam Fisher, Kathleen Univ San Francisco San Francisco CA 94117 USA Univ Texas Austin Austin TX 78712 USA Tufts Univ Medford MA USA
Despite the advances made by modern parsing strategies such as PEG, LL(*), GLR, and GLL, parsing is not a solved problem. Existing approaches suffer from a number of weaknesses, including difficulties supporting side-... 详细信息
来源: 评论
Determinacy in Static Analysis for jQuery  14
Determinacy in Static Analysis for jQuery
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Andreasen, Esben Moller, Anders Aarhus Univ DK-8000 Aarhus C Denmark
Static analysis for JavaScript can potentially help programmers find errors early during development. Although much progress has been made on analysis techniques, a major obstacle is the prevalence of libraries, in pa... 详细信息
来源: 评论
SURVEYMAN: programming and Automatically Debugging Surveys  14
SURVEYMAN: Programming and Automatically Debugging Surveys
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Tosch, Emma Berger, Emery D. Univ Massachusetts Sch Comp Sci Amherst MA 01003 USA
Surveys can be viewed as programs, complete with logic, control flow, and bugs. Word choice or the order in which questions are asked can unintentionally bias responses. Vague, confusing, or intrusive questions can ca... 详细信息
来源: 评论
Region-based Memory Management for GPU programming languages Enabling Rich Data Structures on a Spartan Host  14
Region-based Memory Management for GPU Programming Languages...
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Holk, Eric Newton, Ryan Siek, Jeremy Lumsdaine, Andrew Indiana Univ Sch Informat & Comp Bloomington IN 47405 USA
Graphics Processing Units (GPUs) can effectively accelerate many applications, but their applicability has been largely limited to problems whose solutions can be expressed neatly in terms of linear algebra. Indeed, m... 详细信息
来源: 评论
Static Analysis for Independent App Developers  14
Static Analysis for Independent App Developers
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Brutschy, Lucas Ferrara, Pietro Mueller, Peter Swiss Fed Inst Technol Dept Comp Sci Zurich Switzerland IBM Thomas J Watson Res Ctr Yorktown Hts NY USA
Mobile app markets have lowered the barrier to market entry for software producers. As a consequence, an increasing number of independent app developers offer their products, and recent platforms such as the MIT App I... 详细信息
来源: 评论
Call Sequence Prediction through Probabilistic Calling Automata  14
Call Sequence Prediction through Probabilistic Calling Autom...
收藏 引用
2014 acm international conference on object-oriented-programming-systems-languages-and-Applications (OOPSLA 14)
作者: Zhao, Zhijia Wu, Bo Zhou, Mingzhou Ding, Yufei Sun, Jianhua Shen, Xipeng Wu, Youfeng Coll William & Mary Williamsburg VA 23187 USA Colorado Sch Mines Golden CO 80401 USA N Carolina State Univ Raleigh NC 27695 USA
Predicting a sequence of upcoming function calls is important for optimizing programs written in modern managed languages (e.g., Java, Javascript, C#.) Existing function call predictions are mainly built on statistica... 详细信息
来源: 评论