咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是131-140 订阅
排序:
Sound Predictive Race Detection in Polynomial Time  12
Sound Predictive Race Detection in Polynomial Time
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Smaragdakis, Yannis Evans, Jacob M. Sadowski, Caitlin Yi, Jaeheon Flanagan, Cormac Univ Athens Athens Greece Univ Massachusetts Amherst MA 01003 USA Univ Calif Santa Cruz Santa Cruz CA 95064 USA
Data races are among the most reliable indicators of programming errors in concurrent software. For at least two decades, Lamport's happens-before (HB) relation has served as the standard test for detecting races-... 详细信息
来源: 评论
A Mechanized Semantics for C++ Object Construction and Destruction, with Applications to Resource Management  12
A Mechanized Semantics for C++ Object Construction and Destr...
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Ramananandro, Tahina Dos Reis, Gabriel Leroy, Xavier INRIA Paris Rocquencourt Paris France Texas A&M Univ College Stn TX 77843 USA
We present a formal operational semantics and its Coq mechanization for the C++ object model, featuring object construction and destruction, shared and repeated multiple inheritance, and virtual function call dispatch... 详细信息
来源: 评论
A Language for Automatically Enforcing Privacy Policies  12
A Language for Automatically Enforcing Privacy Policies
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Yang, Jean Yessenov, Kuat Solar-Lezama, Armando MIT CSAIL Cambridge MA USA
It is becoming increasingly important for applications to protect sensitive data. With current techniques, the programmer bears the burden of ensuring that the application's behavior adheres to policies about wher... 详细信息
来源: 评论
Formalizing the LLVM Intermediate Representation for Verified Program Transformations  12
Formalizing the LLVM Intermediate Representation for Verifie...
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Zhao, Jianzhou Nagarakatte, Santosh Martin, Milo M. K. Zdancewic, Steve Univ Penn Dept Comp & Informat Sci Philadelphia PA 19104 USA
This paper presents Vellvm (verified LLVM), a framework for reasoning about programs expressed in LLVM's intermediate representation and transformations that operate on it. Vellvm provides a mechanized formal sema... 详细信息
来源: 评论
A Type System for Borrowing Permissions  12
A Type System for Borrowing Permissions
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Naden, Karl Bocchino, Robert Aldrich, Jonathan Bierhoff, Kevin Carnegie Mellon Univ Pittsburgh PA 15213 USA Two Sigma Investments New York NY USA
In object-oriented programming, unique permissions to object references are useful for checking correctness properties such as consistency of typestate and noninterference of concurrency. To be usable, unique permissi... 详细信息
来源: 评论
An Abstract Interpretation Framework for Termination  12
An Abstract Interpretation Framework for Termination
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Cousot, Patrick Cousot, Radhia Ecole Normale Super CNRS Paris France NYU Courant Inst New York NY 10003 USA
Proof, verification and analysis methods for termination all rely on two induction principles: (1) a variant function or induction on data ensuring progress towards the end and (2) some form of induction on the progra... 详细信息
来源: 评论
Presentation of the SIGPLAN Distinguished Achievement Award to Sir Charles Antony Richard Hoare, FRS, FREng, FBCS and Interview  12
Presentation of the SIGPLAN Distinguished Achievement Award ...
收藏 引用
POPL '12
作者: Andrew P. Black Peter W. O'Hearn Portland State University Portland OR USA Queen Mary University of London London United Kingdom
Tony Hoare's long career in computing is studded with seminal engineering and scientific contributions to programming languages;his views on programming language design have been recognized as profound even by tho... 详细信息
来源: 评论
Session details: 7.B: functional programming  12
Session details: 7.B: functional programming
收藏 引用
Proceedings of the 39th annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Dimitrios Vytiniotis Microsoft Research
No abstract available.
来源: 评论
programming languages for Programmable Networks  12
Programming Languages for Programmable Networks
收藏 引用
POPL '12
作者: Jennifer Rexford Princeton University Princeton NJ USA
Today's computer networks perform a bewildering array of tasks, from routing and access control, to traffic monitoring and load balancing. To support wireless users accessing services hosted in the cloud, enterpri... 详细信息
来源: 评论
Linguistic foundations for bidirectional transformations: invited tutorial  12
Linguistic foundations for bidirectional transformations: in...
收藏 引用
Proceedings of the 31st acm SIGMOD-sigact-SIGAI symposium on principles of Database Systems
作者: Benjamin C. Pierce University of Pennsylvania Philadelphia PA USA
Computing is full of situations where two different structures must be "connected" in such a way that updates to each can be propagated to the other. This is a generalization of the classical view update pro... 详细信息
来源: 评论