咨询与建议

限定检索结果

文献类型

  • 250 篇 会议
  • 5 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 210 篇 工学
    • 202 篇 软件工程
    • 92 篇 计算机科学与技术...
    • 7 篇 电气工程
    • 3 篇 控制科学与工程
    • 1 篇 动力工程及工程热...
    • 1 篇 电子科学与技术(可...
    • 1 篇 生物工程
  • 7 篇 理学
    • 6 篇 数学
    • 1 篇 生物学
  • 5 篇 管理学
    • 4 篇 管理科学与工程(可...
    • 2 篇 工商管理
    • 1 篇 图书情报与档案管...
  • 2 篇 经济学
    • 2 篇 应用经济学
  • 2 篇 教育学
    • 2 篇 教育学

主题

  • 49 篇 design
  • 40 篇 languages
  • 22 篇 performance
  • 15 篇 algorithms
  • 14 篇 probabilistic pr...
  • 12 篇 verification
  • 12 篇 functional progr...
  • 11 篇 program synthesi...
  • 10 篇 object oriented ...
  • 10 篇 reliability
  • 10 篇 concurrency
  • 9 篇 experimentation
  • 9 篇 programming lang...
  • 8 篇 type systems
  • 8 篇 domain-specific ...
  • 7 篇 java
  • 6 篇 optimization
  • 6 篇 theory
  • 5 篇 compilers
  • 5 篇 metaprogramming

机构

  • 8 篇 purdue univ w la...
  • 7 篇 carnegie mellon ...
  • 6 篇 harvard univ cam...
  • 5 篇 univ penn philad...
  • 4 篇 univ wisconsin m...
  • 4 篇 princeton univ p...
  • 4 篇 univ calif davis...
  • 4 篇 northeastern uni...
  • 4 篇 cornell univ ith...
  • 4 篇 stanford univ st...
  • 4 篇 univ washington ...
  • 3 篇 microsoft res re...
  • 3 篇 swiss fed inst t...
  • 3 篇 mit cambridge ma...
  • 3 篇 yale univ new ha...
  • 3 篇 rice univ housto...
  • 3 篇 univ calif berke...
  • 3 篇 univ texas austi...
  • 2 篇 microsoft corp r...
  • 2 篇 oracle labs pots...

作者

  • 5 篇 foster nate
  • 5 篇 gulwani sumit
  • 5 篇 walker david
  • 4 篇 dillig isil
  • 3 篇 ahmed amal
  • 3 篇 huang jeff
  • 3 篇 vechev martin
  • 3 篇 shao zhong
  • 3 篇 tobin-hochstadt ...
  • 3 篇 su zhendong
  • 3 篇 chaudhuri swarat
  • 3 篇 felleisen matthi...
  • 3 篇 myers andrew c.
  • 3 篇 zhang xiangyu
  • 3 篇 acar umut a.
  • 3 篇 mansinghka vikas...
  • 2 篇 hirschfeld rober...
  • 2 篇 flatt matthew
  • 2 篇 gupta gagan
  • 2 篇 shull thomas

语言

  • 251 篇 英文
  • 3 篇 其他
  • 1 篇 中文
检索条件"任意字段=Proceedings of the 35th ACM SIGPLAN Conference on Programming Language Design and Implementation"
255 条 记 录,以下是21-30 订阅
排序:
DOPPIO: Breaking the Browser language Barrier  14
DOPPIO: Breaking the Browser Language Barrier
收藏 引用
35th acm sigplan conference on programming language design and implementation (PLDI)
作者: Vilk, John Berger, Emery D. Univ Massachusetts Sch Comp Sci Amherst MA 01003 USA
Web browsers have become a de facto universal operating system, and JavaScript its instruction set. Unfortunately, running other languages in the browser is not generally possible. Translation to JavaScript is not eno... 详细信息
来源: 评论
Proactive and Adaptive Energy-Aware programming with Mixed Typechecking  2017
Proactive and Adaptive Energy-Aware Programming with Mixed T...
收藏 引用
38th acm sigplan conference on programming language design and implementation (PLDI)
作者: Canino, Anthony Liu, Yu David SUNY Binghamton Binghamton NY 13902 USA
Application-level energy management is an important dimension of energy optimization. In this paper, we introduce ENT, a novel programming language for enabling proactive and adaptive mode-based energy management at t... 详细信息
来源: 评论
A Type-theoretic Foundation for programming with Higher-order Abstract Syntax and First-class Substitutions
A Type-theoretic Foundation for Programming with Higher-orde...
收藏 引用
35th acm-sigplan-SIGACT Symposium on Principles of programming languages
作者: Pientka, Brigitte McGill Univ Montreal PQ H3A 2T5 Canada
Higher-order abstract syntax (HOAS) is a simple, powerful technique for implementing object languages, since it directly supports common and tricky routines dealing with variables, such as capture-avoiding substitutio... 详细信息
来源: 评论
Test-Driven Synthesis  14
Test-Driven Synthesis
收藏 引用
35th acm sigplan conference on programming language design and implementation (PLDI)
作者: Perelman, Daniel Gulwani, Sumit Grossman, Dan Provost, Peter Univ Washington Seattle WA 98195 USA Microsoft Corp Mountain View CA USA
programming-by-example technologies empower end-users to create simple programs merely by providing input/output examples. Existing systems are designed around solvers specialized for a specific set of data types or d... 详细信息
来源: 评论
Improving JavaScript Performance by Deconstructing the Type System  14
Improving JavaScript Performance by Deconstructing the Type ...
收藏 引用
35th acm sigplan conference on programming language design and implementation (PLDI)
作者: Ahn, Wonsun Choi, Jiho Shull, thomas Garzaran, Maria J. Torrellas, Josep Univ Illinois Champaign IL 61820 USA
Increased focus on Java Script performance has resulted in vast performance improvements for many benchmarks. However, for actual code used in websites, the attained improvements often lag far behind those for popular... 详细信息
来源: 评论
FunTAL: Reasonably Mixing a Functional language with Assembly  2017
FunTAL: Reasonably Mixing a Functional Language with Assembl...
收藏 引用
38th acm sigplan conference on programming language design and implementation (PLDI)
作者: Patterson, Daniel Perconti, Jamie Dimoulas, Christos Ahmed, Amal Northeastern Univ Boston MA 02115 USA Harvard Univ Cambridge MA 02138 USA
We present FunTAL, the first multi-language system to formalize safe interoperability between a high-level functional language and low-level assembly code while supporting compositional reasoning about the mix. A cent... 详细信息
来源: 评论
Futhark: Purely Functional GPU-programming with Nested Parallelism and In-Place Array Updates  2017
Futhark: Purely Functional GPU-Programming with Nested Paral...
收藏 引用
38th acm sigplan conference on programming language design and implementation (PLDI)
作者: Henriksen, Troels Serup, Niels G. W. Elsman, Martin Henglein, Fritz Oancea, Cosmin E. Univ Copenhagen DIKU Dept Comp Sci Copenhagen Denmark
Futhark is a purely functional data-parallel array language that offers a machine-neutral programming model and an optimising compiler that generates OpenCL code for GPUs. this paper presents the design and implementa... 详细信息
来源: 评论
Imperative Self-Adjusting Computation
Imperative Self-Adjusting Computation
收藏 引用
35th acm-sigplan-SIGACT Symposium on Principles of programming languages
作者: Acar, Umut A. Ahmed, Amal Blume, Matthias Toyota Technol Inst Chicago IL USA
Self-adjusting computation enables writing programs that can automatically and efficiently respond to changes to their data (e.g., inputs). the idea behind the approach is to store all data that can change over time i... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Compiling Markov Chain Monte Carlo Algorithms for Probabilistic Modeling  2017
Compiling Markov Chain Monte Carlo Algorithms for Probabilis...
收藏 引用
38th acm sigplan conference on programming language design and implementation (PLDI)
作者: Huang, Daniel Tristan, Jean-Baptiste Morrisett, Greg Harvard Univ Cambridge MA 02138 USA Oracle Labs Burlington MA USA Cornell Univ Ithaca NY USA
the problem of probabilistic modeling and inference, at a high-level, can be viewed as constructing a (model, query, inference) tuple, where an inference algorithm implements a query on a model. Notably, the derivatio... 详细信息
来源: 评论