咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 2,280 篇 工学
    • 2,149 篇 软件工程
    • 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
  • 187 篇 computer program...
  • 182 篇 performance
  • 162 篇 object oriented ...
  • 89 篇 algorithms
  • 88 篇 java programming...
  • 81 篇 experimentation
  • 78 篇 functional progr...
  • 71 篇 computer program...
  • 71 篇 theory
  • 65 篇 java
  • 63 篇 verification
  • 61 篇 reliability
  • 48 篇 semantics
  • 47 篇 software design
  • 45 篇 domain-specific ...
  • 38 篇 parallel program...
  • 37 篇 concurrency
  • 35 篇 measurement

机构

  • 25 篇 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 篇 van der storm ti...
  • 10 篇 de moor oege
  • 10 篇 dillig isil
  • 9 篇 lumsdaine a

语言

  • 2,354 篇 英文
  • 216 篇 其他
  • 4 篇 中文
  • 1 篇 葡萄牙文
检索条件"任意字段=ACM SIGPLAN Conference on Programming Language Design and Implementation"
2575 条 记 录,以下是761-770 订阅
排序:
Declaratively Defining Domain-Specific language Debuggers  11
Declaratively Defining Domain-Specific Language Debuggers
收藏 引用
10th acm International conference on Generative programming and Component Engineering (GPCE)/conference on Systems, programming, languages and Application - Software for Humanity (SPLASH)
作者: Lindeman, Ricky T. Kats, Lennart C. L. Visser, Eelco Delft Univ Technol NL-2600 AA Delft Netherlands
Tool support is vital to the effectiveness of domain-specific languages. With language workbenches, domain-specific languages and their tool support can be generated from a combined, high-level specification. This pap... 详细信息
来源: 评论
Chimera: Hybrid Program Analysis for Determinism  12
Chimera: Hybrid Program Analysis for Determinism
收藏 引用
33rd acm sigplan conference on programming language design and implementation
作者: Lee, Dongyoon Chen, Peter M. Flinn, Jason Narayanasamy, Satish Univ Michigan Ann Arbor MI 48109 USA
Chimera(1) uses a new hybrid program analysis to provide deterministic replay for commodity multiprocessor systems. Chimera leverages the insight that it is easy to provide deterministic multiprocessor replay for data... 详细信息
来源: 评论
A Generic Abstract Syntax Model for Embedded languages  12
A Generic Abstract Syntax Model for Embedded Languages
收藏 引用
17th acm sigplan International conference on Functional programming
作者: Axelsson, Emil Chalmers Univ Technol Stockholm Sweden
Representing a syntax tree using a data type often involves having many similar-looking constructors. Functions operating on such types often end up having many similar-looking cases. Different languages often make us... 详细信息
来源: 评论
Sound and Precise Analysis of Parallel Programs through Schedule Specialization  12
Sound and Precise Analysis of Parallel Programs through Sche...
收藏 引用
33rd acm sigplan conference on programming language design and implementation
作者: Wu, Jingyue Tang, Yang Hu, Gang Cui, Heming Yang, Junfeng Columbia Univ New York NY 10027 USA
Parallel programs are known to be difficult to analyze. A key reason is that they typically have an enormous number of execution inter-leavings, or schedules. Static analysis over all schedules requires over-approxima... 详细信息
来源: 评论
A Compiler Framework for Extracting Superword Level Parallelism  12
A Compiler Framework for Extracting Superword Level Parallel...
收藏 引用
33rd acm sigplan conference on programming language design and implementation
作者: Liu, Jun Zhang, Yuanrui Jang, Ohyoung Ding, Wei Kandemir, Mahmut Penn State Univ University Pk PA 16802 USA
SIMD (single-instruction multiple-data) instruction set extensions are quite common today in both high performance and embedded microprocessors, and enable the exploitation of a specific type of data parallelism calle... 详细信息
来源: 评论
Explicitly Heterogeneous Metaprogramming with MetaHaskell  12
Explicitly Heterogeneous Metaprogramming with MetaHaskell
收藏 引用
17th acm sigplan International conference on Functional programming
作者: Mainland, Geoffrey Microsoft Research Cambridge United Kingdom
languages with support for metaprogramming, like MetaOCaml, offer a principled approach to code generation by guaranteeing that well-typed metaprograms produce well-typed programs. However, many problem domains where ... 详细信息
来源: 评论
From Clarity to Efficiency for Distributed Algorithms  12
From Clarity to Efficiency for Distributed Algorithms
收藏 引用
acm International conference on Object Oriented programming Systems languages and Applications
作者: Liu, Yanhong A. Stoller, Scott D. Lin, Bo Gorbovitski, Michael SUNY Stony Brook Dept Comp Sci Stony Brook NY 11794 USA
This paper describes a very high-level language for clear description of distributed algorithms and optimizations necessary for generating efficient implementations. The language supports high-level control flows wher... 详细信息
来源: 评论
Green-Marl: A DSL for Easy and Efficient Graph Analysis
Green-Marl: A DSL for Easy and Efficient Graph Analysis
收藏 引用
17th International conference on Architectural Support for programming languages and Operating Systems
作者: Hong, Sungpack Chafi, Hassan Sedlar, Eric Olukotun, Kunle Stanford Univ Pervas Parallelism Lab Stanford CA 94305 USA
The increasing importance of graph-data based applications is fueling the need for highly efficient and parallel implementations of graph analysis software. In this paper we describe Green-Marl, a domain-specific lang... 详细信息
来源: 评论
POPL: TLDI'12 - Proceedings of the 8th acm sigplan Workshop on Types in language design and implementation
POPL: TLDI'12 - Proceedings of the 8th ACM SIGPLAN Workshop ...
收藏 引用
8th acm sigplan Workshop on Types in language design and implementation, TLDI'12, Co-located with POPL 2012
The proceedings contain 8 papers. The topics discussed include: towards concurrent type theory;exact type parameterization and this type support;types for relaxed memory models;towards a formal semantics for a structu...
来源: 评论
A Compiler and Run-time System for Network programming languages  12
A Compiler and Run-time System for Network Programming Langu...
收藏 引用
39th Annual acm sigplan-SIGACT Symposium on Principles of programming languages
作者: Monsanto, Christopher Foster, Nate Harrison, Rob Walker, David Princeton Univ Princeton NJ 08544 USA
Software-defined networks (SDNs) are a new kind of network architecture in which a controller machine manages a distributed collection of switches by instructing them to install or uninstall packet-forwarding rules an... 详细信息
来源: 评论