咨询与建议

限定检索结果

文献类型

  • 19 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 17 篇 工学
    • 17 篇 计算机科学与技术...
    • 17 篇 软件工程
  • 1 篇 理学
    • 1 篇 数学
    • 1 篇 系统科学
  • 1 篇 管理学
    • 1 篇 图书情报与档案管...

主题

  • 3 篇 semantics
  • 2 篇 program synthesi...
  • 2 篇 probabilistic pr...
  • 2 篇 javascript
  • 2 篇 reactive program...
  • 1 篇 synchronous prog...
  • 1 篇 sparse tensor al...
  • 1 篇 comparison
  • 1 篇 compilers
  • 1 篇 uncomputation
  • 1 篇 homomorphic encr...
  • 1 篇 c
  • 1 篇 privacy-preservi...
  • 1 篇 computer-aided d...
  • 1 篇 control plane an...
  • 1 篇 weak memory mode...
  • 1 篇 refinement
  • 1 篇 x86-tso
  • 1 篇 intermediate ver...
  • 1 篇 neural networks

机构

  • 2 篇 univ michigan an...
  • 2 篇 microsoft res re...
  • 2 篇 swiss fed inst t...
  • 2 篇 univ texas austi...
  • 1 篇 univ lisbon ines...
  • 1 篇 mpi sws saarbruc...
  • 1 篇 coll france
  • 1 篇 ecole polytech f...
  • 1 篇 certora raleigh ...
  • 1 篇 princeton univ p...
  • 1 篇 ibm res mit ibm ...
  • 1 篇 google mountain ...
  • 1 篇 calibra seattle ...
  • 1 篇 mit csail 77 mas...
  • 1 篇 microsoft res re...
  • 1 篇 psl res univ eco...
  • 1 篇 mit cambridge ma...
  • 1 篇 mit csail cambri...
  • 1 篇 yale univ new ha...
  • 1 篇 univ maryland co...

作者

  • 2 篇 gehr timon
  • 2 篇 wilcox james r.
  • 2 篇 vechev martin
  • 1 篇 saarikivi olli
  • 1 篇 musuvathi madan
  • 1 篇 willsey max
  • 1 篇 wang xinyu
  • 1 篇 kostova blagoves...
  • 1 篇 mandel louis
  • 1 篇 tatlock zachary
  • 1 篇 berry gerard
  • 1 篇 giannarakis nick
  • 1 篇 ayoun sacha-elie
  • 1 篇 grossman dan
  • 1 篇 dai wei
  • 1 篇 bichsel benjamin
  • 1 篇 baudart guillaum...
  • 1 篇 chen qiaochu
  • 1 篇 gardner philippa
  • 1 篇 loehr devon

语言

  • 19 篇 英文
检索条件"任意字段=41st ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2020"
19 条 记 录,以下是1-10 订阅
排序:
pldi 2020 - Proceedings of the 41st acm sigplan conference on programming language design and implementation
PLDI 2020 - Proceedings of the 41st ACM SIGPLAN Conference o...
收藏 引用
41st acm sigplan conference on programming language design and implementation, pldi 2020
The proceedings contain 77 papers. The topics discussed include: data-driven inference of representation invariants;type error feedback via analytic program repair;synthesizing structured CAD models with equality satu...
来源: 评论
***: (A)Synchronous Reactive Web programming  2020
***: (A)Synchronous Reactive Web Programming
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Berry, Gerard Serrano, Manuel Coll France Paris France UCA INRIA Sophia Antipolis France
We present ***, a synchronous reactive language that adds synchronous concurrency and preemption to JavaScript. Inspired from Esterel, *** simplifies the programming of non-trivial temporal behaviors as found in compl... 详细信息
来源: 评论
λPSI: Exact Inference for Higher-Order Probabilistic Programs  2020
λPSI: Exact Inference for Higher-Order Probabilistic Progra...
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Gehr, Timon steffen, Samuel Vechev, Martin Swiss Fed Inst Technol Zurich Switzerland
We present lambda PSI, the first probabilistic programming language and system that supports higher-order exact inference for probabilistic programs with first-class functions, nested inference and discrete, continuou... 详细信息
来源: 评论
Silq: A High-Level Quantum language with Safe Uncomputation and Intuitive Semantics  2020
Silq: A High-Level Quantum Language with Safe Uncomputation ...
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Bichsel, Benjamin Baader, Maximilian Gehr, Timon Vechev, Martin Swiss Fed Inst Technol Zurich Switzerland
Existing quantum languages force the programmer to work at a low level of abstraction leading to unintuitive and cluttered code. A fundamental reason is that dropping temporary values from the program state requires e... 详细信息
来源: 评论
The Essence of Bluespec A Core language for Rule-Based Hardware design  2020
The Essence of Bluespec A Core Language for Rule-Based Hardw...
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Bourgeat, Thomas Pit-Claudel, Clement Chlipala, Adam Arvind MIT CSAIL 77 Massachusetts Ave Cambridge MA 02139 USA
The Bluespec hardware-description language presents a significantly higher-level view than hardware engineers are used to, exposing a simpler concurrency model that promotes formal proof, without compromising on perfo... 详细信息
来源: 评论
Reactive Probabilistic programming  2020
Reactive Probabilistic Programming
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Baudart, Guillaume Mandel, Louis Atkinson, Eric Sherman, Benjamin Pouzet, Marc Carbin, Michael IBM Res MIT IBM Watson AI Lab Armonk NY 10504 USA MIT Cambridge MA 02139 USA PSL Res Univ Ecole Normale Super Paris France
Synchronous modeling is at the heart of programming languages like Lustre, Esterel, or SCADE used routinely for implementing safety critical control software, e.g., fly-by-wire and engine control in planes. However, t... 详细信息
来源: 评论
From Folklore to Fact: Comparing implementations of stacks and Continuations  2020
From Folklore to Fact: Comparing Implementations of Stacks a...
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Farvardin, Kavon Reppy, John Univ Chicago Comp Sci Chicago IL 60637 USA
The efficient implementation of function calls and non-local control transfers is a critical part of modern language implementations and is important in the implementation of everything from recursion, higher-order fu... 详细信息
来源: 评论
NV: An Intermediate language for Verification of Network Control Planes  2020
NV: An Intermediate Language for Verification of Network Con...
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Giannarakis, Nick Loehr, Devon Beckett, Ryan Walker, David Princeton Univ Princeton NJ 08544 USA Microsoft Res Redmond WA USA
Network misconfiguration has caused a raft of high-profile outages over the past decade, spurring researchers to develop a variety of network analysis and verification tools. Unfortunately, developing and maintaining ... 详细信息
来源: 评论
Gillian, Part I: A Multi-language Platform for Symbolic Execution  2020
Gillian, Part I: A Multi-language Platform for Symbolic Exec...
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Santos, Jose Fragoso Maksimovic, Petar Ayoun, Sacha-Elie Gardner, Philippa Univ Lisbon INESC ID Inst Super Tecn Lisbon Portugal Imperial Coll London London England
We introduce Gillian, a platform for developing symbolic analysis tools for programming languages. Here, we focus on the symbolic execution engine at the heart of Gillian, which is parametric on the memory model of th... 详细信息
来源: 评论
Towards an API for the Real Numbers  2020
Towards an API for the Real Numbers
收藏 引用
41st acm sigplan conference on programming language design and implementation (pldi)
作者: Boehm, Hans-J Google Mountain View CA 94043 USA
The real numbers are pervasive, both in daily life, and in mathematics. students spend much time studying their properties. Yet computers and programming languages generally provide only an approximation geared toward... 详细信息
来源: 评论