咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 2,280 篇 工学
    • 2,149 篇 软件工程
    • 1,702 篇 计算机科学与技术...
    • 86 篇 控制科学与工程
    • 57 篇 信息与通信工程
    • 55 篇 电气工程
    • 22 篇 电子科学与技术(可...
    • 17 篇 机械工程
    • 13 篇 材料科学与工程(可...
    • 13 篇 建筑学
    • 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,356 篇 英文
  • 214 篇 其他
  • 4 篇 中文
  • 1 篇 葡萄牙文
检索条件"任意字段=ACM SIGPLAN Conference on Programming Language Design and Implementation"
2575 条 记 录,以下是531-540 订阅
排序:
Compiling a Reflective language using MetaOCaml  2014
Compiling a Reflective Language using MetaOCaml
收藏 引用
13th conference on Generative programming - Concepts and Experiences (GPCE)
作者: Asai, Kenichi Ochanomizu Univ Bunkyo Ku Tokyo 1128610 Japan
A reflective language makes the language semantics open to user programs and allows them to access, extend, and modify it from within the same language framework. Because of its high flexibility and expressiveness, it... 详细信息
来源: 评论
Beyond the PDP-11: Architectural support for a memory-safe C abstract machine  15
Beyond the PDP-11: Architectural support for a memory-safe C...
收藏 引用
20th International conference on Architectural Support for programming languages and Operating Systems (ASPLOS)
作者: Chisnall, David Rothwell, Colin Watson, Robert N. M. Woodruff, Jonathan Vadera, Munraj Moore, Simon W. Roe, Michael Davis, Brooks Neumann, Peter G. Univ Cambridge Cambridge CB2 1TN England SRI Int Princeton NJ USA
We propose a new memory-safe interpretation of the C abstract machine that provides stronger protection to benefit security and debugging. Despite ambiguities in the specification intended to provide implementation fl... 详细信息
来源: 评论
From network interface to multithreaded web applications : A case study in modular program verification  15
From network interface to multithreaded web applications : A...
收藏 引用
42nd Annual acm sigplan-SIGACT Symposium on Principles of programming languages, POPL 2015
作者: Chlipala, Adam MIT CSAIL United States
Many verifications of realistic software systems are monolithic, in the sense that they define single global invariants over complete system state. More modular proof techniques promise to support reuse of component p... 详细信息
来源: 评论
Asymmetric Memory Fences: Optimizing Both Performance and Implementability  15
Asymmetric Memory Fences: Optimizing Both Performance and Im...
收藏 引用
20th International conference on Architectural Support for programming languages and Operating Systems (ASPLOS)
作者: Duan, Yuelu Honarmand, Nima Torrellas, Josep Univ Illinois Urbana IL USA
There have been several recent efforts to improve the performance of fences. The most aggressive designs allow post-fence accesses to retire and complete before the fence completes. Unfortunately, such designs present... 详细信息
来源: 评论
Disjointness Domains for Fine-Grained Aliasing  2015
Disjointness Domains for Fine-Grained Aliasing
收藏 引用
acm sigplan International conference on Object-Oriented programming, Systems, languages, and Applications (OOPSLA)
作者: Brandauer, Stephan Clarke, Dave Wrigstad, Tobias Uppsala Univ Uppsala Sweden
Aliasing is crucial for supporting useful implementation patterns, but it makes reasoning about programs difficult. To deal with this problem, numerous type-based aliasing control mechanisms have been proposed, expres... 详细信息
来源: 评论
Reduced Hardware NOrec: A Safe and Scalable Hybrid Transactional Memory  15
Reduced Hardware NOrec: A Safe and Scalable Hybrid Transacti...
收藏 引用
20th International conference on Architectural Support for programming languages and Operating Systems (ASPLOS)
作者: Matveev, Alexander Shavit, Nir MIT Cambridge MA 02139 USA
Because of hardware TM limitations, software fallbacks are the only way to make TM algorithms guarantee progress. Nevertheless, all known software fallbacks to date, from simple locks to sophisticated versions of the ... 详细信息
来源: 评论
A Domain-Specific language for Building Self-Optimizing AST Interpreters  2014
A Domain-Specific Language for Building Self-Optimizing AST ...
收藏 引用
13th conference on Generative programming - Concepts and Experiences (GPCE)
作者: Humer, Christian Wimmer, Christian Wirth, Christian Woess, Andreas Wuerthinger, Thomas Johannes Kepler Univ Linz Inst Syst Software Linz Austria Oracle Labs Redwood Shores CA USA
Self-optimizing AST interpreters dynamically adapt to the provided input for faster execution. This adaptation includes initial tests of the input, changes to AST nodes, and insertion of guards that ensure assumptions... 详细信息
来源: 评论
GOLD: A graph oriented language implemented using the eclipse xtext framework
GOLD: A graph oriented language implemented using the eclips...
收藏 引用
Eclipse Technology eXchange Workshop, ETX 2015
作者: Sotelo, Alejandro Takahashi, Silvia Systems and Computing Engineering Department Universidad de Los Andes Colombia
GOLD (Graph Oriented language) is a general purpose programming language with mathematical notations and a pseudocode-like syntax for defining and manipulating graphs and other high-level data structures such as sets,... 详细信息
来源: 评论
Scriptable Operating Systems with Lua  10
Scriptable Operating Systems with Lua
收藏 引用
10th Symposium on Dynamic languages
作者: Neto, Lourival Vieira Ierusalimschy, Roberto de Moura, Ana Lucia Balmer, Marc NetBSD Fdn Paris France Pontificia Univ Catolica Rio de Janeiro Dept Informat Rio de Janeiro Brazil
Extensible operating system is a design based on the idea that operating systems can be adapted to meet user requirements by allowing user extensions. In a different scenario, that of application development, there is... 详细信息
来源: 评论
language-independent storage strategies for tracing-JIT-based virtual machines  11
Language-independent storage strategies for tracing-JIT-base...
收藏 引用
11th Symposium on Dynamic languages, DLS 2015
作者: Pape, Tobias Felgentreff, Tim Hirschfeld, Robert Gulenko, Anton Bolz, Carl Friedrich Hasso Plattner Institute University of Potsdam Germany Technische Universität Berlin Germany King's College London United Kingdom
Storage strategies have been proposed as a run-time optimization for the PyPy Python implementation and have shown promising results for optimizing execution speed and memory requirements. However, it remained unclear... 详细信息
来源: 评论