咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是801-810 订阅
排序:
Program Extrapolation with Jennisys
Program Extrapolation with Jennisys
收藏 引用
acm International conference on Object Oriented programming Systems languages and Applications
作者: Leino, K. Rustan M. Milicevic, Aleksandar Microsoft Res Redmond WA USA MIT Cambridge MA 02139 USA
The desired behavior of a program can be described using an abstract model. Compiling such a model into executable code requires advanced compilation techniques known as synthesis. This paper presents an object-based ... 详细信息
来源: 评论
Xbase: Implementing domain-specific languages for java  12
Xbase: Implementing domain-specific languages for java
收藏 引用
11th acm International conference on Generative programming and Component Engineering, GPCE 2012
作者: Efftinge, Sven Eysholdt, Moritz Köhnlein, Jan Zarnekow, Sebastian Hasselbring, Wilhelm Von Massow, Robert Hanus, Michael Itemis AG D-24143 Kiel Germany Software Engineering Group University of Kiel Germany Programming Languages and Compiler Construction Group University of Kiel Germany
Xtext is an open-source framework for implementing external, textual domain-specific languages (DSLs). So far, most DSLs implemented with Xtext and similar tools focus on structural aspects such as service specificati... 详细信息
来源: 评论
Work-Stealing Without The Baggage  12
Work-Stealing Without The Baggage
收藏 引用
acm International conference on Object Oriented programming Systems languages and Applications
作者: Kumar, Vivek Frampton, Daniel Blackburn, Stephen M. Grove, David Tardieu, Olivier Australian Natl Univ Canberra ACT 0200 Australia Microsoft Redmond WA USA IBM TJ Watson Res Yorktown Hts NY USA
Work-stealing is a promising approach for effectively exploiting software parallelism on parallel hardware. A programmer who uses work-stealing explicitly identifies potential parallelism and the runtime then schedule... 详细信息
来源: 评论
Mbeddr: An extensible c-based programming language and IDE for embedded systems
Mbeddr: An extensible c-based programming language and IDE f...
收藏 引用
2012 3rd acm conference on Systems, programming, and Applications: Software for Humanity, SPLASH 2012
作者: Voelter, Markus Ratiu, Daniel Schaetz, Bernhard Kolb, Bernd Independent/itemis United States Fortiss United States Itemis United States
While the C programming language provides good sup-port for writing efficient, low-level code, it is not ad-equate for deffining higher-level abstracts relevant to embedded software. In this paper we present the mbedd... 详细信息
来源: 评论
implementation of a simple dimensionality checking system in Ada 2012
Implementation of a simple dimensionality checking system in...
收藏 引用
acm SIGAda's Annual International conference on High Integrity language Technology, HILT 2012
作者: Pucci, Vincent Schonberg, Edmond Adacore Inc. 104 5th Avenue New York City NY 10011 United States
We present the design and implementation of a dimensionality checking system in Ada 2012. The system is implemented in the GNAT compiler, and performs compile-time checks to verify the dimensional consistency of physi... 详细信息
来源: 评论
An inheritance system for structural & behavioral reuse in component-based software programming  12
An inheritance system for structural & behavioral reuse in c...
收藏 引用
11th acm International conference on Generative programming and Component Engineering, GPCE 2012
作者: Spacek, Petr Dony, Christophe Tibermacine, Chouki Fabresse, Luc LIRMM CNRS Montpellier II University 161 rue Ada 34392 Montpellier Cedex 5 France Université Lille Nord de France Ecole des Mines de Douai 941 rue Charles Bourseul 59508 Douai Cedex France
In the context of Component-based programming, which addresses the implementation stage of a component-based software engineering development process, this paper describes a specification and an operational integratio... 详细信息
来源: 评论
Equality Proofs and Deferred Type Errors A Compiler Pearl
Equality Proofs and Deferred Type Errors A Compiler Pearl
收藏 引用
17th acm sigplan International conference on Functional programming
作者: Vytiniotis, Dimitrios Jones, Simon Peyton Magalhaes, Jose Pedro Microsoft Res Cambridge England Univ Utrecht NL-3508 TC Utrecht Netherlands
The Glasgow Haskell Compiler is an optimizing compiler that expresses and manipulates first-class equality proofs in its intermediate language. We describe a simple, elegant technique that exploits these equality proo... 详细信息
来源: 评论
A case for secure and scalable hypervisor using safe language
A case for secure and scalable hypervisor using safe languag...
收藏 引用
2012 International Workshop on programming Models and Applications for Multicores and Manycores, PMAM 2012
作者: Chen, Haibo Zang, Binyu Institute of Parallel and Distributed Systems School of Software Shanghai Jiaotong University China Parallel Processing Institute Fudan University China
System virtualization has been a new foundation for system software, which is evidenced in many systems and innovations, as well as numerous commercial successes in desktop, datacenter and cloud. However, with more an... 详细信息
来源: 评论
MiniKanren, live and untagged: Quine generation via relational interpreters (programming pearl)
MiniKanren, live and untagged: Quine generation via relation...
收藏 引用
2012 Annual Workshop on Scheme and Functional programming, Scheme 2012
作者: Byrd, William E. Holk, Eric Friedman, Daniel P. School of Informatics and Computing Indiana University Bloomington IN 47405 United States
We present relational interpreters for several subsets of Scheme, written in the pure logic programming language miniKanren. We demonstrate these interpreters running "backwards" - that is, generating progra... 详细信息
来源: 评论
3rd internationalworkshop on free composition (FREECO)
3rd internationalworkshop on free composition (FREECO)
收藏 引用
2012 3rd acm conference on Systems, programming, and Applications: Software for Humanity, SPLASH 2012
作者: Bockisch, Christoph Bergmans, Lodewijk Brinke, Steven Te Piumarta, Ian University of Twente Netherlands Viewpoints Research Institute United States
The history of programming languages shows a continuous search for new composition mechanisms to find better ways for structuring increasingly complex software systems into modules that can be developed and reused ind... 详细信息
来源: 评论