咨询与建议

限定检索结果

文献类型

  • 278 篇 会议
  • 39 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 273 篇 工学
    • 266 篇 软件工程
    • 139 篇 计算机科学与技术...
    • 7 篇 电气工程
    • 3 篇 生物工程
    • 2 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 1 篇 动力工程及工程热...
    • 1 篇 电子科学与技术(可...
    • 1 篇 化学工程与技术
    • 1 篇 纺织科学与工程
    • 1 篇 生物医学工程(可授...
  • 10 篇 理学
    • 8 篇 数学
    • 1 篇 化学
    • 1 篇 地质学
    • 1 篇 生物学
  • 6 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 3 篇 图书情报与档案管...
  • 2 篇 农学
    • 2 篇 作物学
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 80 篇 design
  • 73 篇 languages
  • 32 篇 performance
  • 17 篇 verification
  • 16 篇 algorithms
  • 14 篇 reliability
  • 14 篇 probabilistic pr...
  • 13 篇 object oriented ...
  • 13 篇 program synthesi...
  • 13 篇 domain-specific ...
  • 13 篇 functional progr...
  • 11 篇 java
  • 10 篇 experimentation
  • 10 篇 programming lang...
  • 9 篇 type systems
  • 9 篇 theory
  • 9 篇 concurrency
  • 7 篇 compilers
  • 7 篇 optimization
  • 6 篇 modules

机构

  • 9 篇 carnegie mellon ...
  • 8 篇 purdue univ w la...
  • 6 篇 princeton univ p...
  • 5 篇 northeastern uni...
  • 5 篇 yale univ new ha...
  • 5 篇 harvard univ cam...
  • 5 篇 cornell univ ith...
  • 5 篇 univ washington ...
  • 5 篇 univ calif berke...
  • 4 篇 univ wisconsin m...
  • 4 篇 univ calif davis...
  • 4 篇 univ utah salt l...
  • 4 篇 univ penn philad...
  • 4 篇 rice univ housto...
  • 4 篇 univ chicago il ...
  • 4 篇 stanford univ st...
  • 4 篇 univ texas austi...
  • 3 篇 mit csail cambri...
  • 3 篇 univ cambridge c...
  • 3 篇 microsoft res re...

作者

  • 7 篇 walker david
  • 6 篇 foster nate
  • 5 篇 shao zhong
  • 5 篇 gulwani sumit
  • 5 篇 dillig isil
  • 4 篇 rainey mike
  • 4 篇 gu ronghui
  • 4 篇 rompf tiark
  • 4 篇 solar-lezama arm...
  • 4 篇 chaudhuri swarat
  • 4 篇 myers andrew c.
  • 4 篇 wansbrough keith
  • 3 篇 hirschfeld rober...
  • 3 篇 flatt matthew
  • 3 篇 rajamani sriram
  • 3 篇 seshia sanjit a.
  • 3 篇 rajan hridesh
  • 3 篇 huang jeff
  • 3 篇 liu yu david
  • 3 篇 vechev martin

语言

  • 283 篇 英文
  • 33 篇 其他
  • 1 篇 中文
检索条件"任意字段=37th ACM SIGPLAN Conference on Programming Language Design and Implementation"
317 条 记 录,以下是31-40 订阅
排序:
Recaf: Java Dialects as Libraries  2016
Recaf: Java Dialects as Libraries
收藏 引用
15th acm International conference on Generative programming - Concepts and Experiences (GPCE)
作者: Biboudis, Aggelos Inostroza, Pablo van der Storm, Tijs CWI Amsterdam Netherlands Univ Athens Athens Greece Univ Groningen Groningen Netherlands
Mainstream programming languages like Java have limited support for language extensibility. Without mechanisms for syntactic abstraction, new programming styles can only be embedded in the form of libraries, limiting ... 详细信息
来源: 评论
Terra: A Multi-Stage language for High-Performance Computing
Terra: A Multi-Stage Language for High-Performance Computing
收藏 引用
34th acm sigplan conference on programming language design and implementation (PLDI)
作者: DeVito, Zachary Hegarty, James Aiken, Alex Hanrahan, Pat Vitek, Jan Stanford Univ Stanford CA 94305 USA Purdue Univ W Lafayette IN 47907 USA
High-performance computing applications, such as auto-tuners and domain-specific languages, rely on generative programming techniques to achieve high performance and portability. However, these systems are often imple... 详细信息
来源: 评论
Relaxing Safely: Verified On-the-Fly Garbage Collection for x86-TSO  15
Relaxing Safely: Verified On-the-Fly Garbage Collection for ...
收藏 引用
36th acm sigplan conference on programming language design and implementation
作者: Gammie, Peter Hosking, Antony L. Engelhardt, Kai Purdue Univ W Lafayette IN 47907 USA UNSW Sydney NSW Australia
We report on a machine-checked verification of safety for a state-of-the-art, on-the-fly, concurrent, mark-sweep garbage collector that is designed for multi-core architectures with weak memory consistency. the proof ... 详细信息
来源: 评论
Asynchronous Functional Reactive programming for GUIs
Asynchronous Functional Reactive Programming for GUIs
收藏 引用
34th acm sigplan conference on programming language design and implementation (PLDI)
作者: Czaplicki, Evan Chong, Stephen Harvard Univ Cambridge MA 02138 USA
Graphical user interfaces (GUIs) mediate many of our interactions with computers. Functional Reactive programming (FRP) is a promising approach to GUI design, providing high-level, declarative, compositional abstracti... 详细信息
来源: 评论
End-to-End Verification of Information-Flow Security for C and Assembly Programs  16
End-to-End Verification of Information-Flow Security for C a...
收藏 引用
37th acm sigplan conference on programming language design and implementation
作者: Costanzo, David Shao, Zhong Gu, Ronghui Yale Univ New Haven CT 06520 USA
Protecting the confidentiality of information manipulated by a computing system is one of the most important challenges facing today's cybersecurity community. A promising step toward conquering this challenge is ... 详细信息
来源: 评论
Automated Feedback Generation for Introductory programming Assignments
Automated Feedback Generation for Introductory Programming A...
收藏 引用
34th acm sigplan conference on programming language design and implementation (PLDI)
作者: Singh, Rishabh Gulwani, Sumit Solar-Lezama, Armando MIT CSAIL Cambridge MA USA Microsoft Res Redmond WA USA
We present a new method for automatically providing feedback for introductory programming problems. In order to use this method, we need a reference implementation of the assignment, and an error model consisting of p... 详细信息
来源: 评论
Quipper: A Scalable Quantum programming language
Quipper: A Scalable Quantum Programming Language
收藏 引用
34th acm sigplan conference on programming language design and implementation (PLDI)
作者: Green, Alexander S. Lumsdaine, Peter LeFanu Ross, Neil J. Selinger, Peter Valiron, Benoit Dalhousie Univ Halifax NS B3H 3J5 Canada Univ Penn Philadelphia PA 19104 USA
the field of quantum algorithms is vibrant. Still, there is currently a lack of programming languages for describing quantum computation on a practical scale, i.e., not just at the level of toy problems. We address th... 详细信息
来源: 评论
Hardware Software Co-design in Haskell  10
Hardware Software Co-design in Haskell
收藏 引用
10th acm sigplan Symposium on Haskell (Haskell) co-located with ICFP conference
作者: Aronsson, Markus Sheeran, Mary Chalmers Univ Technol Gothenburg Sweden
We present a library in Haskell for programming Field Programmable Gate Arrays (FPGAs), including hardware software co-design. Code for software (in C) and hardware (in VHDL) is generated from a single program, along ... 详细信息
来源: 评论
Practical Partial Evaluation for High-Performance Dynamic language Runtimes  2017
Practical Partial Evaluation for High-Performance Dynamic La...
收藏 引用
38th acm sigplan conference on programming language design and implementation (PLDI)
作者: Wurthinger, thomas Wimmer, Christian Humer, Christian Woess, Andreas Stadler, Lukas Seaton, Chris Duboscq, Gilles Simon, Doug Grimmer, Matthias Oracle Labs Zurich Switzerland Johannes Kepler Univ Linz Inst Syst Software Linz Austria
Most high-performance dynamic language virtual machines duplicate language semantics in the interpreter, compiler, and runtime system. this violates the principle to not repeat yourself. In contrast, we define languag... 详细信息
来源: 评论
Resugaring: Lifting Evaluation Sequences through Syntactic Sugar  14
Resugaring: Lifting Evaluation Sequences through Syntactic S...
收藏 引用
35th acm sigplan conference on programming language design and implementation (PLDI)
作者: Pombrio, Justin Krishnamurthi, Shriram Brown Univ Providence RI 02912 USA
Syntactic sugar is pervasive in language technology. It is used to shrink the size of a core language;to define domain-specific languages;and even to let programmers extend their language. Unfortunately, syntactic sug... 详细信息
来源: 评论