咨询与建议

限定检索结果

文献类型

  • 2,280 篇 会议
  • 299 篇 期刊文献
  • 2 册 图书

馆藏范围

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

日期分布

学科分类号

  • 2,283 篇 工学
    • 2,149 篇 软件工程
    • 1,705 篇 计算机科学与技术...
    • 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
  • 79 篇 functional progr...
  • 71 篇 theory
  • 70 篇 computer program...
  • 65 篇 java
  • 63 篇 verification
  • 61 篇 reliability
  • 49 篇 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,350 篇 英文
  • 226 篇 其他
  • 4 篇 中文
  • 1 篇 葡萄牙文
检索条件"任意字段=ACM SIGPLAN Conference on Programming Language Design and Implementation"
2581 条 记 录,以下是701-710 订阅
Self-Optimizing AST Interpreters
Self-Optimizing AST Interpreters
收藏 引用
11th International conference on Generative programming and Component Engineering8th symposium on Dynamic languages
作者: Wuerthinger, Thomas Woess, Andreas Stadler, Lukas Duboscq, Gilles Simon, Doug Wimmer, Christian Johannes Kepler Univ Linz Linz Austria
An abstract syntax tree (AST) interpreter is a simple and natural way to implement a programming language. However, it is also considered the slowest approach because of the high overhead of virtual method dispatch. L... 详细信息
来源: 评论
Mio: A High-Performance Multicore IO Manager for GHC
Mio: A High-Performance Multicore IO Manager for GHC
收藏 引用
acm sigplan Haskell Symposium Co-located with ICFP
作者: Voellmy, Andreas Wang, Junchang Hudak, Paul Yamamoto, Kazuhiko Yale Univ Dept Comp Sci New Haven CT 06520 USA IIJ Innovat Inst Inc Tokyo Japan
Haskell threads provide a key, lightweight concurrency abstraction to simplify the programming of important network applications such as web servers and software-defined network (SDN) controllers. The flagship Glasgow... 详细信息
来源: 评论
language Support for Dynamic, Hierarchical Data Partitioning  13
Language Support for Dynamic, Hierarchical Data Partitioning
收藏 引用
2013 acm sigplan International conference on Object Oriented programming Systems languages
作者: Treichler, Sean Bauer, Michael Aiken, Alex Stanford Univ Stanford CA 94305 USA
Applications written for distributed-memory parallel architectures must partition their data to enable parallel execution. As memory hierarchies become deeper, it is increasingly necessary that the data partitioning a... 详细信息
来源: 评论
Zippy on truffle: A fast and simple implementation of python
Zippy on truffle: A fast and simple implementation of python
收藏 引用
4th Annual acm International conference on Systems, programming, languages, and Applications: Software for Humanity, SPLASH 2013
作者: Wimmer, Christian Brunthaler, Stefan Oracle Labs United States University of California Irvine United States
Building high-performance virtual machines is a complex and expensive undertaking;many popular languages still have low-performance implementations. We present a new approach to virtual machine (VM) construction that ... 详细信息
来源: 评论
Objektgraph: Why code when MVC applications can be generated with UML-based diagrams?
Objektgraph: Why code when MVC applications can be generated...
收藏 引用
4th Annual acm International conference on Systems, programming, languages, and Applications: Software for Humanity, SPLASH 2013
作者: Buck, Duane Diethelm, Ira Sheneman, Stephen Carl Von Ossietzky University Oldenburg Germany Otterbein University Westerville OH United States
Objektgraph is an integrated development environment (IDE) for generating applications. Unlike other Unified Modeling language (UML) based tools, it comprehensively supports implementation. Instantiable object diagram... 详细信息
来源: 评论
Context-oriented programming with only layers
Context-oriented programming with only layers
收藏 引用
5th International Workshop on Context-Oriented programming, COP 2013
作者: Hirschfeld, Robert Masuhara, Hidehiko Igarashi, Atsushi Hasso-Plattner-Institute University of Potsdam Germany Mathematical and Computing Sciences Tokyo Institute of Technology Japan Graduate School of Informatics Kyoto University Japan
Most if not all extensions to object-oriented languages that allow for context-oriented programming (COP) are asymmetric in the sense that they assume a base implementation of a system to be composed into classes and ... 详细信息
来源: 评论
Panini: A capsule-oriented programming language for implicitly concurrent program design
Panini: A capsule-oriented programming language for implicit...
收藏 引用
4th Annual acm International conference on Systems, programming, languages, and Applications: Software for Humanity, SPLASH 2013
作者: Lin, Eric Rajan, Hridesh Iowa State University Ames IA United States
This demonstration will present Panini, a new programming language designed with an objective to help programmers with concurrent programming. Current abstractions for concurrency fall into two categories: explicit ab... 详细信息
来源: 评论
Trustworthy Proxies Virtualizing Objects with Invariants
Trustworthy Proxies Virtualizing Objects with Invariants
收藏 引用
27th European conference on Object-Oriented programming (ECOOP)
作者: Van Cutsem, Tom Miller, Mark S. Google Res Mountain View CA USA
Proxies are a common technique to virtualize objects in object-oriented languages. A proxy is a placeholder object that emulates or wraps another target object. Both the proxy's representation and behavior may dif... 详细信息
来源: 评论
Object-oriented programming with Gradual Abstraction
Object-oriented Programming with Gradual Abstraction
收藏 引用
11th International conference on Generative programming and Component Engineering8th symposium on Dynamic languages
作者: Normark, Kurt Thomsen, Lone Leth Thomsen, Bent Aalborg Univ Dept Comp Sci Aalborg Denmark
We describe an experimental object-oriented programming language, ASL2, that supports program development by means of a series of abstraction steps. The language allows immediate object construction, and it is possibl... 详细信息
来源: 评论
NLify: Lightweight Spoken Natural language Interfaces via Exhaustive Paraphrasing  13
NLify: Lightweight Spoken Natural Language Interfaces via Ex...
收藏 引用
acm International Joint conference on Pervasive and Ubiquitous Computing (UbiComp)
作者: Han, Seungyeop Philipose, Matthai Ju, Yun-Cheng Univ Washington Seattle WA 98195 USA Microsoft Res Redmond WA USA
This paper presents the design and implementation of a programming system that enables third-party developers to add spoken natural language (SNL) interfaces to standalone mobile applications. The central challenge is... 详细信息
来源: 评论