咨询与建议

限定检索结果

文献类型

  • 22 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 21 篇 工学
    • 21 篇 软件工程
    • 3 篇 计算机科学与技术...

主题

  • 5 篇 probabilistic pr...
  • 3 篇 programming lang...
  • 2 篇 compilers
  • 2 篇 program analysis
  • 1 篇 expectation inva...
  • 1 篇 hardware acceler...
  • 1 篇 performance
  • 1 篇 symbolic reasoni...
  • 1 篇 macros
  • 1 篇 hashtable
  • 1 篇 granularity cont...
  • 1 篇 computer-aided e...
  • 1 篇 clustering
  • 1 篇 polyhedral trans...
  • 1 篇 fpgas
  • 1 篇 type systems
  • 1 篇 language memory ...
  • 1 篇 recursive types
  • 1 篇 implicit signal ...
  • 1 篇 program repair

机构

  • 3 篇 carnegie mellon ...
  • 2 篇 swiss fed inst t...
  • 1 篇 tu eindhoven ein...
  • 1 篇 inria
  • 1 篇 natl taipei univ...
  • 1 篇 univ michigan an...
  • 1 篇 uppsala univ upp...
  • 1 篇 ctr wiskunde & i...
  • 1 篇 microsoft corp r...
  • 1 篇 univ wisconsin m...
  • 1 篇 norwegian univ s...
  • 1 篇 tsinghua univ de...
  • 1 篇 ecole polytech f...
  • 1 篇 univ technol syd...
  • 1 篇 technion haifa
  • 1 篇 princeton univ p...
  • 1 篇 tu wien austria
  • 1 篇 delft univ techn...
  • 1 篇 univ strasbourg ...
  • 1 篇 uiuc champaign i...

作者

  • 2 篇 gehr timon
  • 2 篇 hoffmann jan
  • 2 篇 vechev martin
  • 2 篇 mansinghka vikas...
  • 1 篇 radicek ivan
  • 1 篇 milano matthew
  • 1 篇 carlson trevor e...
  • 1 篇 yahav eran
  • 1 篇 zhao tian
  • 1 篇 zhou li
  • 1 篇 zhang yaqi
  • 1 篇 chargueraud arth...
  • 1 篇 tsankov petar
  • 1 篇 guatto adrien
  • 1 篇 vanbever laurent
  • 1 篇 misailovic sasa
  • 1 篇 bondhugula uday
  • 1 篇 wiesmann pascal
  • 1 篇 pedram ardavan
  • 1 篇 koeplinger david

语言

  • 22 篇 英文
检索条件"任意字段=39th ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2018"
22 条 记 录,以下是1-10 订阅
排序:
Inferring Type Rules for Syntactic Sugar  2018
Inferring Type Rules for Syntactic Sugar
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Pombrio, Justin Krishnamurthi, Shriram Brown Univ Providence RI 02912 USA
Type systems and syntactic sugar are both valuable to programmers, but sometimes at odds. While sugar is a valuable mechanism for implementing realistic languages, the expansion process obscures program source structu... 详细信息
来源: 评论
Bayonet: Probabilistic Inference for Networks  2018
Bayonet: Probabilistic Inference for Networks
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Gehr, Timon Misailovic, Sasa Tsankov, Petar Vanbever, Laurent Wiesmann, Pascal Vechev, Martin Swiss Fed Inst Technol Zurich Switzerland UIUC Champaign IL USA
Network operators often need to ensure that important probabilistic properties are met, such as that the probability of network congestion is below a certain threshold. Ensuring such properties is challenging and requ... 详细信息
来源: 评论
Search, Align, and Repair: Data-Driven Feedback Generation for Introductory programming Exercises  2018
Search, Align, and Repair: Data-Driven Feedback Generation f...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Wang, Ke Singh, Rishabh Su, Zhendong Univ Calif Davis Davis CA 95616 USA Microsoft Res Redmond WA USA
this paper introduces the "Search, Align, and Repair" data-driven program repair framework to automate feedback generation for introductory programming exercises. Distinct from existing techniques, our goal ... 详细信息
来源: 评论
Automated Clustering and Program Repair for Introductory programming Assignments  2018
Automated Clustering and Program Repair for Introductory Pro...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Gulwani, Sumit Radicek, Ivan Zuleger, Florian Microsoft Corp Redmond WA 98052 USA TU Wien Vienna Austria
Providing feedback on programming assignments is a tedious task for the instructor, and even impossible in large Massive Open Online Courses with thousands of students. Previous research has suggested that program rep... 详细信息
来源: 评论
Probabilistic programming with Programmable Inference  2018
Probabilistic Programming with Programmable Inference
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Mansinghka, Vikash K. Schaechtle, Ulrich Handa, Shivam Radul, Alexey Chen, Yutian Rinard, Martin MIT Cambridge MA 02139 USA Google DeepMind London England
We introduce inference metaprogramming for probabilistic programming languages, including new language constructs, a formalism, and the first demonstration of effectiveness in practice. Instead of relying on rigid bla... 详细信息
来源: 评论
Bounded Expectations: Resource Analysis for Probabilistic Programs  2018
Bounded Expectations: Resource Analysis for Probabilistic Pr...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Van Chan Ngo Carbonneaux, Quentin Hoffmann, Jan Carnegie Mellon Univ Pittsburgh PA 15213 USA Yale Univ New Haven CT 06520 USA
this paper presents a new static analysis for deriving upper bounds on the expected resource consumption of probabilistic programs. the analysis is fully automatic and derives symbolic bounds that are multivariate pol... 详细信息
来源: 评论
Incremental Inference for Probabilistic Programs  2018
Incremental Inference for Probabilistic Programs
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Cusumano-Towner, Marco Bichsel, Benjamin Gehr, Timon Vechev, Martin Mansinghka, Vikash K. MIT 77 Massachusetts Ave Cambridge MA 02139 USA Swiss Fed Inst Technol Zurich Switzerland
We present a novel approach for approximate sampling in probabilistic programs based on incremental inference. the key idea is to adapt the samples for a program P into samples for a program Q, thereby avoiding the ex... 详细信息
来源: 评论
Symbolic Reasoning for Automatic Signal Placement  2018
Symbolic Reasoning for Automatic Signal Placement
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Ferles, Kostas Van Geffen, Jacob Dillig, Isil Smaragdakis, Yannis Univ Texas Austin Austin TX 78712 USA Univ Athens Athens Greece
Explicit signaling between threads is a perennial cause of bugs in concurrent programs. While there are several runtime techniques to automatically notify threads upon the availability of some shared resource, such te... 详细信息
来源: 评论
MixT: A language for Mixing Consistency in Geodistributed Transactions  2018
MixT: A Language for Mixing Consistency in Geodistributed Tr...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Milano, Matthew Myers, Andrew C. Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
programming concurrent, distributed systems is hard-especially when these systems mutate shared, persistent state replicated at geographic scale. To enable high availability and scalability, a new class of weakly cons... 详细信息
来源: 评论
Heartbeat Scheduling: Provable Efficiency for Nested Parallelism  2018
Heartbeat Scheduling: Provable Efficiency for Nested Paralle...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Acar, Umut A. Chargueraud, Arthur Guatto, Adrien Rainey, Mike Sieczkowski, Filip Carnegie Mellon Univ Pittsburgh PA 15213 USA INRIA Rocquencourt France Univ Strasbourg ICube Strasbourg France CREST Bloomington IN USA
A classic problem in parallel computing is to take a high-level parallel program written, for example, in nested-parallel style with fork-join constructs and run it efficiently on a real machine. the problem could be ... 详细信息
来源: 评论