咨询与建议

限定检索结果

文献类型

  • 2,278 篇 会议
  • 296 篇 期刊文献
  • 2 册 图书

馆藏范围

  • 2,576 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 2,280 篇 工学
    • 2,147 篇 软件工程
    • 1,702 篇 计算机科学与技术...
    • 85 篇 控制科学与工程
    • 57 篇 信息与通信工程
    • 55 篇 电气工程
    • 23 篇 电子科学与技术(可...
    • 17 篇 机械工程
    • 14 篇 建筑学
    • 14 篇 土木工程
    • 13 篇 材料科学与工程(可...
    • 13 篇 生物工程
    • 10 篇 光学工程
    • 9 篇 安全科学与工程
    • 8 篇 化学工程与技术
    • 5 篇 动力工程及工程热...
    • 5 篇 生物医学工程(可授...
    • 4 篇 力学(可授工学、理...
  • 278 篇 理学
    • 217 篇 数学
    • 30 篇 系统科学
    • 18 篇 统计学(可授理学、...
    • 16 篇 物理学
    • 16 篇 生物学
    • 8 篇 化学
    • 6 篇 地质学
  • 207 篇 管理学
    • 112 篇 图书情报与档案管...
    • 107 篇 管理科学与工程(可...
    • 48 篇 工商管理
  • 22 篇 教育学
    • 22 篇 教育学
  • 17 篇 法学
    • 15 篇 社会学
  • 9 篇 经济学
    • 9 篇 应用经济学
  • 2 篇 农学
  • 2 篇 艺术学
  • 1 篇 军事学

主题

  • 390 篇 design
  • 369 篇 languages
  • 186 篇 computer program...
  • 182 篇 performance
  • 162 篇 object oriented ...
  • 89 篇 algorithms
  • 88 篇 java programming...
  • 81 篇 experimentation
  • 78 篇 functional progr...
  • 71 篇 theory
  • 69 篇 computer program...
  • 65 篇 java
  • 63 篇 verification
  • 61 篇 reliability
  • 48 篇 semantics
  • 47 篇 software design
  • 45 篇 domain-specific ...
  • 38 篇 parallel program...
  • 37 篇 concurrency
  • 35 篇 measurement

机构

  • 24 篇 carnegie mellon ...
  • 22 篇 univ washington ...
  • 18 篇 univ penn philad...
  • 17 篇 princeton univ p...
  • 17 篇 stanford univ st...
  • 16 篇 univ texas austi...
  • 15 篇 harvard univ cam...
  • 14 篇 purdue univ w la...
  • 13 篇 microsoft res re...
  • 13 篇 microsoft resear...
  • 13 篇 rice univ housto...
  • 12 篇 univ wisconsin m...
  • 12 篇 mit cambridge ma...
  • 12 篇 cornell univ ith...
  • 12 篇 microsoft res ca...
  • 11 篇 univ michigan an...
  • 11 篇 swiss fed inst t...
  • 11 篇 univ calif berke...
  • 10 篇 microsoft res re...
  • 10 篇 yale univ new ha...

作者

  • 19 篇 hirschfeld rober...
  • 16 篇 walker david
  • 15 篇 visser eelco
  • 15 篇 felleisen matthi...
  • 14 篇 findler robert b...
  • 13 篇 grossman dan
  • 13 篇 bacon david f.
  • 12 篇 chlipala adam
  • 11 篇 flatt matthew
  • 11 篇 sarkar vivek
  • 11 篇 myers andrew c.
  • 11 篇 mezini mira
  • 11 篇 morrisett greg
  • 10 篇 mckinley kathryn...
  • 10 篇 bockisch christo...
  • 10 篇 adl-tabatabai al...
  • 10 篇 de moor oege
  • 10 篇 dillig isil
  • 9 篇 lumsdaine a
  • 9 篇 van der storm ti...

语言

  • 2,349 篇 英文
  • 222 篇 其他
  • 4 篇 中文
  • 1 篇 葡萄牙文
检索条件"任意字段=ACM SIGPLAN Conference on Programming Language Design and Implementation"
2576 条 记 录,以下是971-980 订阅
排序:
VeriML: Typed Computation of Logical Terms inside a language with Effects  10
VeriML: Typed Computation of Logical Terms inside a Language...
收藏 引用
15th acm sigplan International conference on Functional programming
作者: Stampoulis, Antonis Shao, Zhong Yale Univ Dept Comp Sci New Haven CT 06520 USA
Modern proof assistants such as Coq and Isabelle provide high degrees of expressiveness and assurance because they support formal reasoning in higher-order logic and supply explicit machine-checkable proof objects. Un... 详细信息
来源: 评论
GUESSTIMATE: A programming Model for Collaborative Distributed Systems  10
GUESSTIMATE: A Programming Model for Collaborative Distribut...
收藏 引用
acm sigplan conference on programming language design and implementation
作者: Rajan, Kaushik Rajamani, Sriram Yaduvanshi, Shashank Microsoft Research bangalore India Microsoft Research Bangalore India Indian Institute of Technology Delhi India
We present a new programming model GUESSTIMATE for developing collaborative distributed systems. The model allows atomic, isolated operations that transform a system from consistent state to consistent state, and prov... 详细信息
来源: 评论
Pure and Declarative Syntax Definition: Paradise Lost and Regained  10
Pure and Declarative Syntax Definition: Paradise Lost and Re...
收藏 引用
conference on Object Oriented programming Systems, languages and Applications/SPLASH 2010
作者: Kats, Lennart C. L. Visser, Eelco Wachsmuth, Guido Delft Univ Technol NL-2600 AA Delft Netherlands
Syntax definitions are pervasive in modern software systems, and serve as the basis for language processing tools like parsers and compilers. Mainstream parser generators pose restrictions on syntax definitions that f... 详细信息
来源: 评论
FlumeJava: Easy, Efficient Data-Parallel Pipelines  10
FlumeJava: Easy, Efficient Data-Parallel Pipelines
收藏 引用
acm sigplan conference on programming language design and implementation
作者: Chambers, Craig Raniwala, Ashish Perry, Frances Adams, Stephen Henry, Robert R. Bradshaw, Robert Weizenbaum, Nathan Google Seattle WA USA
MapReduce and similar systems significantly ease the task of writing data-parallel code. However, many real-world computations require a pipeline of Map Reduces, and programming and managing such pipelines can be diff... 详细信息
来源: 评论
Green: A Framework for Supporting Energy-Conscious programming using Controlled Approximation  10
Green: A Framework for Supporting Energy-Conscious Programmi...
收藏 引用
acm sigplan conference on programming language design and implementation
作者: Baek, Woongki Chilimbi, Trishul M. Stanford Univ Comp Syst Lab Stanford CA 94305 USA Microsoft Res Redmond WA 98052 USA
Energy-efficient computing is important in several systems ranging from embedded devices to large scale data centers. Several application domains offer the opportunity to tradeoff quality of service/solution (QoS) for... 详细信息
来源: 评论
Concurrent Orchestration in Haskell
Concurrent Orchestration in Haskell
收藏 引用
3rd acm Haskell Symposium on Haskell
作者: Launchbury, John Elliott, Trevor Galois Inc. Portland OR United States
We present a concurrent scripting language embedded in Haskell, emulating the functionality of the Orc orchestration language by providing many-valued (real) non-determinism in the context of concurrent effects. We pr... 详细信息
来源: 评论
JavaGI in the Battlefield: Practical Experience with Generalized Interfaces  09
JavaGI in the Battlefield: Practical Experience with General...
收藏 引用
8th International conference on Generative programming and Component Engineering
作者: Wehr, Stefan Thiemann, Peter Univ Freiburg D-7800 Freiburg Germany
Generalized interfaces are an extension of the interface concept found in object-oriented languages such as Java or C#. The extension is inspired by Haskell's type classes. It supports retroactive and type-conditi... 详细信息
来源: 评论
Inferable Object-Oriented Typed Assembly language  10
Inferable Object-Oriented Typed Assembly Language
收藏 引用
acm sigplan conference on programming language design and implementation
作者: Tate, Ross Chen, Juan Hawblitzel, Chris Univ Calif San Diego San Diego CA 92103 USA
A certifying compiler preserves type information through compilation to assembly language programs, producing typed assembly language (TAL) programs that can be verified for safety independently so that the compiler d... 详细信息
来源: 评论
Decoupled Lifeguards: Enabling Path Optimizations for Dynamic Correctness Checking Tools  10
Decoupled Lifeguards: Enabling Path Optimizations for Dynami...
收藏 引用
acm sigplan conference on programming language design and implementation
作者: Ruwase, Olatunji Chen, Shimin Gibbons, Phillip B. Mowry, Todd C. Carnegie Mellon Univ Pittsburgh PA 15213 USA Intel Labs Pittsburgh Pittsburgh PA USA
Dynamic correctness checking tools (a.k.a. lifeguards) can detect a wide array of correctness issues, such as memory, security, and concurrency misbehavior, in unmodified executables at run time. However, lifeguards t... 详细信息
来源: 评论
Experience Report: Growing programming languages for Beginning Students  10
Experience Report: Growing Programming Languages for Beginni...
收藏 引用
15th acm sigplan International conference on Functional programming
作者: Crestani, Marcus Sperber, Michael Univ Tubingen D-72074 Tubingen Germany
A student learning how to program learns best when the programming language and programming environment cater to her specific needs. These needs are different from the requirements of a professional programmer. Conseq... 详细信息
来源: 评论