咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是101-110 订阅
排序:
Library Abstraction for C/C++ Concurrency
Library Abstraction for C/C++ Concurrency
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Batty, Mark Dodds, Mike Gotsman, Alexey Univ Cambridge Cambridge CB2 1TN England Univ York York YO10 5DD N Yorkshire England
When constructing complex concurrent systems, abstraction is vital: programmers should be able to reason about concurrent libraries in terms of abstract specifications that hide the implementation details. Relaxed mem... 详细信息
来源: 评论
The Ramifications of Sharing in Data Structures
The Ramifications of Sharing in Data Structures
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Hobor, Aquinas Villard, Jules Natl Univ Singapore Singapore Singapore UCL London WC1E 6BT England
Programs manipulating mutable data structures with intrinsic sharing present a challenge for modular verification. Deep aliasing inside data structures dramatically complicates reasoning in isolation over parts of the... 详细信息
来源: 评论
Towards Fully Automatic Placement of Security Sanitizers and Declassifiers
Towards Fully Automatic Placement of Security Sanitizers and...
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Livshits, Benjamin Chong, Stephen Harvard Univ Cambridge MA 02138 USA
A great deal of research on sanitizer placement, sanitizer correctness, checking path validity, and policy inference, has been done in the last five to ten years, involving type systems, static analysis and run-time m... 详细信息
来源: 评论
The Type Discipline of Behavioral Separation
The Type Discipline of Behavioral Separation
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Caires, Luis Seco, Joao C. Univ Nova Lisboa CITI Fac Ciencias & Tecnol P-1200 Lisbon Portugal Univ Nova Lisboa Dept Informat Fac Ciencias & Tecnol P-1200 Lisbon Portugal
We introduce the concept of behavioral separation as a general principle for disciplining interference in higher-order imperative concurrent programs, and present a type-based approach that systematically develops the... 详细信息
来源: 评论
Fault Tolerance via Idempotence
Fault Tolerance via Idempotence
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Ramalingam, G. Vaswani, Kapil Microsoft Research Bangalore India
Building distributed services and applications is challenging due to the pitfalls of distribution such as process and communication failures. A natural solution to these problems is to detect potential failures, and r... 详细信息
来源: 评论
Sigma*: Symbolic Learning of Input-Output Specifications
Sigma*: Symbolic Learning of Input-Output Specifications
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Botincan, Matko Babic, Domagoj Univ Cambridge Cambridge CB2 1TN England Univ Calif Berkeley Berkeley CA USA
We present Sigma*, a novel technique for learning symbolic models of software behavior. Sigma* addresses the challenge of synthesizing models of software by using symbolic conjectures and abstraction. By combining dyn... 详细信息
来源: 评论
POPL'12 - Proceedings of the 39th Annual acm SIGPLAN-sigact symposium on principles of programming languages
POPL'12 - Proceedings of the 39th Annual ACM SIGPLAN-SIGACT ...
收藏 引用
39th Annual acm SIGPLAN-sigact symposium on principles of programming languages, POPL'12
The proceedings contain 44 papers. The topics discussed include: underspecified harnesses and interleaved bugs;towards a program logic for JavaScript;higher-order functional reactive programming in bounded space;the m...
来源: 评论
Linear Dependent Types for Differential Privacy
Linear Dependent Types for Differential Privacy
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Gaboardi, Marco Haeberlen, Andreas Hsu, Justin Narayan, Arjun Pierce, Benjamin C. Univ Penn Philadelphia PA 19104 USA Univ Bologna INRIA EPI Focus I-40126 Bologna Italy
Differential privacy offers a way to answer queries about sensitive information while providing strong, provable privacy guarantees, ensuring that the presence or absence of a single individual in the database has a n... 详细信息
来源: 评论
HALO: Haskell to Logic through Denotational Semantics
收藏 引用
acm SIGPLAN NOTICES 2013年 第1期48卷 431-442页
作者: Vytiniotis, Dimitrios Jones, Simon Peyton Rosen, Dan Claessen, Koen Chalmers Univ Gothenburg Sweden
Even well-typed programs can go wrong in modern functional languages, by encountering a pattern-match failure, or simply returning the wrong answer. An increasingly-popular response is to allow programmers to write co... 详细信息
来源: 评论
Cache and I/O Efficient Functional Algorithms
Cache and I/O Efficient Functional Algorithms
收藏 引用
40th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Blelloch, Guy E. Harper, Robert Carnegie Mellon Univ Pittsburgh PA 15213 USA
The widely studied I/O and ideal-cache models were developed to account for the large difference in costs to access memory at different levels of the memory hierarchy. Both models are based on a two level memory hiera... 详细信息
来源: 评论