咨询与建议

限定检索结果

文献类型

  • 660 篇 会议
  • 97 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 666 篇 工学
    • 648 篇 软件工程
    • 434 篇 计算机科学与技术...
    • 20 篇 控制科学与工程
    • 7 篇 信息与通信工程
    • 3 篇 材料科学与工程(可...
    • 3 篇 电子科学与技术(可...
    • 2 篇 光学工程
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 电气工程
    • 1 篇 建筑学
    • 1 篇 土木工程
    • 1 篇 化学工程与技术
    • 1 篇 农业工程
  • 170 篇 理学
    • 167 篇 数学
    • 8 篇 统计学(可授理学、...
    • 2 篇 物理学
    • 2 篇 系统科学
    • 1 篇 化学
  • 75 篇 管理学
    • 55 篇 管理科学与工程(可...
    • 22 篇 图书情报与档案管...
    • 4 篇 工商管理
  • 4 篇 法学
    • 2 篇 法学
    • 2 篇 社会学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 234 篇 languages
  • 153 篇 theory
  • 121 篇 computer program...
  • 106 篇 verification
  • 53 篇 algorithms
  • 48 篇 design
  • 30 篇 computer program...
  • 28 篇 object oriented ...
  • 26 篇 reliability
  • 23 篇 functional progr...
  • 22 篇 high level langu...
  • 22 篇 security
  • 21 篇 performance
  • 19 篇 programming theo...
  • 19 篇 logic programmin...
  • 18 篇 semantics
  • 14 篇 computer systems...
  • 14 篇 type systems
  • 14 篇 concurrency
  • 13 篇 separation logic

机构

  • 15 篇 univ penn philad...
  • 12 篇 carnegie mellon ...
  • 11 篇 univ cambridge c...
  • 11 篇 carnegie mellon ...
  • 8 篇 princeton univ p...
  • 7 篇 microsoft res re...
  • 6 篇 inria rocquencou...
  • 5 篇 inria
  • 5 篇 univ of glasgow ...
  • 5 篇 univ london impe...
  • 5 篇 indiana univ blo...
  • 5 篇 microsoft resear...
  • 5 篇 microsoft resear...
  • 5 篇 tel aviv univ il...
  • 5 篇 university of pe...
  • 5 篇 stanford univ st...
  • 5 篇 univ london impe...
  • 5 篇 cornell univ ith...
  • 5 篇 univ edinburgh e...
  • 4 篇 univ wisconsin m...

作者

  • 11 篇 jones simon peyt...
  • 11 篇 walker david
  • 10 篇 leroy xavier
  • 9 篇 pierce benjamin ...
  • 9 篇 felleisen matthi...
  • 9 篇 harper robert
  • 9 篇 gordon andrew d.
  • 9 篇 abadi martin
  • 8 篇 cardelli luca
  • 7 篇 palsberg jens
  • 7 篇 sagiv mooly
  • 7 篇 calcagno cristia...
  • 7 篇 wadler philip
  • 7 篇 morrisett greg
  • 6 篇 riecke jon g.
  • 6 篇 odersky martin
  • 6 篇 hicks michael
  • 6 篇 fournet cedric
  • 6 篇 kobayashi naoki
  • 5 篇 strub pierre-yve...

语言

  • 690 篇 英文
  • 61 篇 其他
  • 6 篇 中文
检索条件"任意字段=ACM Singplan-sigact Symposium on Principles of Programming Languages"
757 条 记 录,以下是201-210 订阅
排序:
A Cost Semantics for Self-Adjusting Computation  09
A Cost Semantics for Self-Adjusting Computation
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Ley-Wild, Ruy Acar, Umut A. Fluet, Matthew Carnegie Mellon Univ Pittsburgh PA 15213 USA Toyota Technol Inst Chicago IL USA
Self-adjusting computation is an evaluation model in which programs can respond efficiently to small changes to their input data by using a change-propagation mechanism that updates computation by re-building only the... 详细信息
来源: 评论
Compositional Shape Analysis by means of Bi-Abduction  09
Compositional Shape Analysis by means of Bi-Abduction
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Calcagno, Cristiano Distefano, Dino O'Hearn, Peter Yang, Hongseok Univ London Imperial Coll Sci Technol & Med London SW7 2AZ England Univ London London WC1E 7HU England
This paper describes a compositional shape analysis, where each procedure is analyzed independently of its callers. The analysis uses an abstract domain based on a restricted fragment of separation logic, and assigns ... 详细信息
来源: 评论
Verifying Liveness for Asynchronous Programs  09
Verifying Liveness for Asynchronous Programs
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Ganty, Pierre Majumdar, Rupak Rybalchenko, Andrey Univ Calif Los Angeles CS Dept Los Angeles CA 90024 USA
Asynchronous or "event-driven" programming is a popular technique to efficiently and flexibly manage concurrent interactions. In these programs, the programmer can post tasks that get stored in a task buffer... 详细信息
来源: 评论
Equality Saturation: a New Approach to Optimization  09
Equality Saturation: a New Approach to Optimization
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Tate, Ross Stepp, Michael Tatlock, Zachary Lerner, Sorin Univ Calif San Diego Dept Comp Sci & Engn San Diego CA 92103 USA
Optimizations in a traditional compiler are applied sequentially, with each optimization destructively modifying the program to produce a transformed program that is then passed to the next optimization. We present a ... 详细信息
来源: 评论
Masked Types for Sound Object Initialization  09
Masked Types for Sound Object Initialization
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Qi, Xin Myers, Andrew C. Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
This paper presents a type-based solution to the long-standing problem of object initialization. Constructors, the conventional mechanism for object initialization, have semantics that are surprising to programmers an... 详细信息
来源: 评论
Conference Record of the Annual acm symposium on principles of programming languages: Foreword
Conference Record of the Annual ACM Symposium on Principles ...
收藏 引用
Conference Record of the Annual acm symposium on principles of programming languages 2009年 iii页
作者: Pierce, Benjamin C. University of Pennsylvania
来源: 评论
Feedback-Directed Barrier Optimization in a Strongly Isolated STM  09
Feedback-Directed Barrier Optimization in a Strongly Isolate...
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Bronson, Nathan G. Kozyrakis, Christos Olukotun, Kunle Stanford Univ Comp Syst Lab Stanford CA 94305 USA
Speed improvements in today's processors have largely been delivered in the form of multiple cores, increasing the importance of abstractions that ease parallel programming. Software transactional memory (STM) add... 详细信息
来源: 评论
Modular Code Generation from Synchronous Block Diagrams Modularity vs. Code Size  09
Modular Code Generation from Synchronous Block Diagrams Modu...
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Lublinerman, Roberto Szegedy, Christian Tripakis, Stavros Penn State Univ University Pk PA 16802 USA CNRS Verimag Lab F-75700 Paris France
We study modular, automatic code generation from hierarchical block diagrams with synchronous semantics. Such diagrams are the fundamental model behind widespread tools in the embedded software domain, such as Simulin... 详细信息
来源: 评论
A Foundation for Flow-Based Program Matching Using Temporal Logic and Model Checking  09
A Foundation for Flow-Based Program Matching Using Temporal ...
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Brunel, Julien Doligez, Damien Hansen, Rene Rydhof Lawall, Julia L. Muller, Gilles Univ Copenhagen DIKU DK-1168 Copenhagen Denmark Aalborg Univ Dept Comp Sci Aalborg Denmark Ecole Mines Nantes Nantes France
Reasoning about program control-flow paths is an important functionality of a number of recent program matching languages and associated searching and transformation tools. Temporal logic provides a well-defined means... 详细信息
来源: 评论
State-Dependent Representation Independence  09
State-Dependent Representation Independence
收藏 引用
36th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Ahmed, Amal Dreyer, Derek Rossberg, Andreas TTI-C Chicago IL USA MPI-SWS Saarbrücken Germany
Mitchell's notion of representation independence is a particularly useful application of Reynolds' relational parametricity - two different implementations of an abstract data type can be shown contextually eq... 详细信息
来源: 评论