咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是1101-1110 订阅
排序:
Effective Interactive Proofs for Higher-Order Imperative Programs
Effective Interactive Proofs for Higher-Order Imperative Pro...
收藏 引用
14th acm sigplan International conference on Functional programming
作者: Chlipala, Adam Malecha, Gregory Morrisett, Greg Shinnar, Avraham Wisnesky, Ryan Harvard Univ Cambridge MA 02138 USA
We present a new approach for constructing and verifying higher-order, imperative programs using the Coq proof assistant. We build on the past work on the Ynot system, which is based on Hoare Type Theory. That origina... 详细信息
来源: 评论
Secure compilation of a multi-tier web language
Secure compilation of a multi-tier web language
收藏 引用
2009 acm sigplan Workshop on Types in language design and implementation, TLDI'09
作者: Baltopoulos, Ioannis G. Gordon, Andrew D. University of Cambridge Computer Laboratory United Kingdom Microsoft Research
Storing state in the client tier (in forms or cookies, for example) the efficiency of a web application, but it also renders secrecy and integrity of stored data vulnerable to untrustworthy. We study this general prob... 详细信息
来源: 评论
Software Transactional Memory for Multicore Embedded Systems  09
Software Transactional Memory for Multicore Embedded Systems
收藏 引用
acm sigplan/SIGBED conference on languages, Compilers and Tool for Embedded Systems
作者: Mankin, Jennifer Kaeli, David Ardini, John Northeastern Univ Boston MA 02115 USA Charles Stark Draper Lab Inc Cambridge MA 02139 USA
Embedded systems, like general-purpose systems, can benefit from parallel execution on a symmetric multicore platform. Unfortunately, concurrency issues present in general-purpose programming also apply to embedded sy... 详细信息
来源: 评论
Complementing Ada with Other programming languages  09
Complementing Ada with Other Programming Languages
收藏 引用
acm International conference on Ada and Related Technologies
作者: Tardieu, Samuel Polti, Alexis Telecom ParisTech Inst Telecom Networks & Comp Sci Dept Paris France
This paper presents our experience in using Ada and the Ravenscar profile in a robotics non-profit association and in a robotics competition. While Ada is our primary and dominant language, we have complemented it wit... 详细信息
来源: 评论
Multiparadigm programming in Object-Oriented languages: Current Research Report on the Workshop MPOOL'08 at ECOOP 2008
收藏 引用
22nd European conference on Object-Oriented programming (ECOOP 2008)
作者: Striegnitz, Joerg Davis, Kei Univ Appl Sci Regensburg D-93053 Regensburg Germany Los Alamos Natl Lab Los Alamos 87545 NM USA
While OO has, become ubiquitously employed for design;implementation, and even conceptualization, many practitioners recognize the concomitant need for other programming paradigms according to problem domain. Neverthe... 详细信息
来源: 评论
Proceedings of the 3rd Workshop on Virtual Machines and Intermediate languages, VMIL 2009, held at the 24th acm sigplan conference on Object-Oriented programming, Systems, languages, and Applications
Proceedings of the 3rd Workshop on Virtual Machines and Inte...
收藏 引用
3rd Workshop on Virtual Machines and Intermediate languages, VMIL 2009, held at the 24th acm sigplan conference on Object-Oriented programming, Systems, languages, and Applications
The proceedings contain 5 papers. The topics discussed include: virtual class support at the virtual machine level;bytecodes meet combinators: invokedynamic on the JVM;intermediate language design of high-level langua...
来源: 评论
The Art of the Meta-Aspect Protocol  09
The Art of the Meta-Aspect Protocol
收藏 引用
8th International conference on Aspect-Oriented Software Development
作者: Dinkelaker, Tom Mezini, Mira Bockisch, Christoph Tech Univ Darmstadt Darmstadt Germany
Alternative semantics for aspect-oriented abstractions can be defined by language designers using extensible aspect compiler frameworks. However, application developers are prevented from tailoring the language semant... 详细信息
来源: 评论
Opis: Reliable Distributed Systems in OCaml
Opis: Reliable Distributed Systems in OCaml
收藏 引用
2009 acm sigplan Workshop on Types in language design and implementation, TLDI'09
作者: Dagand, Pierre-Évariste Kostic, Dejan Kuncak, Viktor ENS Cachan-Bretagne France EPFL Switzerland
Concurrency and distribution pose algorithmic and implementation in developing reliable distributed systems, the field an excellent testbed for evaluating language and verification paradigms. Several domain-specific l... 详细信息
来源: 评论
Versatile language semantics with reflective embedding
Versatile language semantics with reflective embedding
收藏 引用
OOPSLA 2009 Companion - 24th Annual acm conference on Object-Oriented programming, Systems, languages and Applications, OOPSLA 2009
作者: Dinkelaker, Tom Technische Universität Darmstadt Hochschulstr. 10 64289 Darmstadt Germany
Often, for one programming language, various implementations exist that have subtle but important variations in their syntax and semantics. While current technology provides good support for syntax variability in form... 详细信息
来源: 评论
Debug All Your Code: Portable Mixed-Environment Debugging  09
Debug All Your Code: Portable Mixed-Environment Debugging
收藏 引用
24th Annual acm conference on Object-Oriented programming, Systems, languages and Applications
作者: Lee, Byeongcheol Hirzel, Martin Grimm, Robert McKinley, Kathryn S. Univ Texas Austin Austin TX 78712 USA NYU New York NY 10003 USA
Programmers build large-scale systems with multiple languages to reuse legacy code and leverage languages best suited to their problems. For instance, the same program may use Java for ease-of-programming and C to int... 详细信息
来源: 评论