咨询与建议

限定检索结果

文献类型

  • 515 篇 会议
  • 52 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 524 篇 工学
    • 521 篇 软件工程
    • 325 篇 计算机科学与技术...
    • 25 篇 控制科学与工程
    • 7 篇 信息与通信工程
    • 3 篇 电子科学与技术(可...
    • 3 篇 化学工程与技术
    • 2 篇 安全科学与工程
    • 1 篇 动力工程及工程热...
    • 1 篇 电气工程
    • 1 篇 生物医学工程(可授...
  • 80 篇 理学
    • 73 篇 数学
    • 7 篇 统计学(可授理学、...
    • 5 篇 系统科学
    • 3 篇 化学
    • 1 篇 物理学
    • 1 篇 地质学
    • 1 篇 生物学
  • 36 篇 管理学
    • 23 篇 管理科学与工程(可...
    • 18 篇 工商管理
    • 16 篇 图书情报与档案管...
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 2 篇 法学
    • 2 篇 社会学
  • 2 篇 教育学
    • 2 篇 教育学

主题

  • 87 篇 design
  • 74 篇 languages
  • 66 篇 performance
  • 50 篇 computer program...
  • 38 篇 algorithms
  • 37 篇 computer program...
  • 31 篇 experimentation
  • 24 篇 reliability
  • 24 篇 verification
  • 23 篇 program synthesi...
  • 22 篇 probabilistic pr...
  • 19 篇 java programming...
  • 17 篇 object oriented ...
  • 15 篇 functional progr...
  • 12 篇 c (programming l...
  • 11 篇 computer systems...
  • 11 篇 static analysis
  • 11 篇 language
  • 11 篇 measurement
  • 11 篇 programming lang...

机构

  • 12 篇 carnegie mellon ...
  • 9 篇 univ michigan an...
  • 9 篇 univ wisconsin m...
  • 9 篇 princeton univ p...
  • 8 篇 univ penn philad...
  • 8 篇 purdue univ w la...
  • 8 篇 stanford univ st...
  • 8 篇 univ washington ...
  • 8 篇 univ texas austi...
  • 7 篇 mit cambridge ma...
  • 6 篇 microsoft res re...
  • 6 篇 swiss fed inst t...
  • 6 篇 yale univ new ha...
  • 6 篇 harvard univ cam...
  • 6 篇 cornell univ ith...
  • 5 篇 ibm research
  • 5 篇 microsoft resear...
  • 4 篇 carnegie mellon ...
  • 4 篇 microsoft res re...
  • 4 篇 univ calif davis...

作者

  • 7 篇 dillig isil
  • 6 篇 august david i.
  • 6 篇 gulwani sumit
  • 5 篇 grossman dan
  • 5 篇 aiken alex
  • 5 篇 vechev martin
  • 5 篇 bacon david f.
  • 5 篇 su zhendong
  • 5 篇 lam monica s.
  • 5 篇 chlipala adam
  • 5 篇 myers andrew c.
  • 5 篇 walker david
  • 5 篇 mansinghka vikas...
  • 4 篇 mckinley kathryn...
  • 4 篇 wang xinyu
  • 4 篇 nakatani t
  • 4 篇 cheng perry
  • 4 篇 adl-tabatabai al...
  • 4 篇 gehr timon
  • 4 篇 lueh guei-yuan

语言

  • 547 篇 英文
  • 20 篇 其他
检索条件"任意字段=2005 ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 05"
567 条 记 录,以下是71-80 订阅
排序:
CONCURRIT: A Domain Specific language for Reproducing Concurrency Bugs
CONCURRIT: A Domain Specific Language for Reproducing Concur...
收藏 引用
34th acm sigplan conference on programming language design and implementation (pldi)
作者: Elmas, Tayfun Burnim, Jacob Necula, George Sen, Koushik Univ Calif Berkeley Dept Elect Engn & Comp Sci Berkeley CA 94720 USA
We present CONCURRIT, a domain-specific language (DSL) for reproducing concurrency bugs. Given some partial information about the nature of a bug in an application, a programmer can write a CONCURRIT script to formall... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论
language support for regions  01
Language support for regions
收藏 引用
acm sigplan conference on programming language design and implementation (pldi)
作者: Gay, D Aiken, A Univ Calif Berkeley Dept EECS Berkeley CA 94720 USA
Region-based memory management systems structure memory by grouping objects in regions under program control. Memory is reclaimed by deleting regions, freeing all objects stored therein. Our compiler for C with region... 详细信息
来源: 评论
PADS: A domain-specific language for processing ad hoc data
PADS: A domain-specific language for processing ad hoc data
收藏 引用
conference on programming language design and implementation
作者: Fisher, K Gruber, R AT&T Labs Res Florham Pk NJ 07932 USA Google Mountain View CA USA
PADS is a declarative data description language that allows data analysts to describe both the physical layout of ad hoc data sources and semantic properties of that data. From such descriptions, the PADS compiler gen... 详细信息
来源: 评论
Getting F-Bounded Polymorphism into Shape  14
Getting F-Bounded Polymorphism into Shape
收藏 引用
35th acm sigplan conference on programming language design and implementation (pldi)
作者: Greenman, Ben Muehlboeck, Fabian Tate, Ross Cornell Univ Ithaca NY 14853 USA
We present a way to restrict recursive inheritance without sacrificing the benefits of F-bounded polymorphism. In particular, we distinguish two new concepts, materials and shapes, and demonstrate through a survey of ... 详细信息
来源: 评论
Simple objects for standard ML  96
Simple objects for standard ML
收藏 引用
acm sigplan 96 conference on programming language design and implementation
作者: Reppy, J Riecke, J AT&T Research Bell Laboratories
We propose a new approach to adding objects to Standard ML (SML) based on explicit declarations of object types, object constructors, and subtyping relationships, with a generalization of the SML case statement to a &... 详细信息
来源: 评论
Checking Race Freedom via Linear programming  08
Checking Race Freedom via Linear Programming
收藏 引用
acm sigplan conference on programming language design and implementation
作者: Terauchi, Tachio Tohoku Univ Sendai Miyagi 980 Japan
We present a new static analysis for race freedom and race detection. The analysis checks race freedom by reducing the problem to (rational) linear programming. Unlike conventional static analyses for race freedom or ... 详细信息
来源: 评论
Reconciling Exhaustive Pattern Matching with Objects
Reconciling Exhaustive Pattern Matching with Objects
收藏 引用
34th acm sigplan conference on programming language design and implementation (pldi)
作者: Isradisaikul, Chinawat Myers, Andrew C. Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
Pattern matching, an important feature of functional languages, is in conflict with data abstraction and extensibility, which are central to object-oriented languages. Modal abstraction offers an integration of deep p... 详细信息
来源: 评论