咨询与建议

限定检索结果

文献类型

  • 238 篇 会议
  • 3 篇 期刊文献

馆藏范围

  • 241 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 196 篇 工学
    • 191 篇 软件工程
    • 79 篇 计算机科学与技术...
    • 6 篇 电气工程
    • 1 篇 机械工程
    • 1 篇 动力工程及工程热...
    • 1 篇 控制科学与工程
    • 1 篇 生物工程
  • 6 篇 理学
    • 5 篇 数学
    • 1 篇 生物学
    • 1 篇 系统科学
  • 2 篇 教育学
    • 2 篇 教育学
  • 2 篇 管理学
    • 1 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...

主题

  • 46 篇 design
  • 38 篇 languages
  • 22 篇 performance
  • 15 篇 algorithms
  • 14 篇 probabilistic pr...
  • 12 篇 verification
  • 12 篇 functional progr...
  • 11 篇 program synthesi...
  • 10 篇 reliability
  • 9 篇 object oriented ...
  • 9 篇 experimentation
  • 9 篇 programming lang...
  • 8 篇 domain-specific ...
  • 8 篇 concurrency
  • 7 篇 type systems
  • 7 篇 java
  • 6 篇 optimization
  • 5 篇 compilers
  • 5 篇 metaprogramming
  • 5 篇 theory

机构

  • 8 篇 purdue univ w la...
  • 7 篇 carnegie mellon ...
  • 5 篇 harvard univ cam...
  • 4 篇 univ wisconsin m...
  • 4 篇 princeton univ p...
  • 4 篇 univ calif davis...
  • 4 篇 northeastern uni...
  • 4 篇 cornell univ ith...
  • 4 篇 univ penn philad...
  • 4 篇 stanford univ st...
  • 4 篇 univ washington ...
  • 3 篇 microsoft res re...
  • 3 篇 swiss fed inst t...
  • 3 篇 mit cambridge ma...
  • 3 篇 yale univ new ha...
  • 3 篇 rice univ housto...
  • 3 篇 univ calif berke...
  • 3 篇 univ texas austi...
  • 2 篇 microsoft corp r...
  • 2 篇 oracle labs pots...

作者

  • 5 篇 foster nate
  • 5 篇 gulwani sumit
  • 5 篇 walker david
  • 4 篇 shao zhong
  • 4 篇 dillig isil
  • 3 篇 huang jeff
  • 3 篇 vechev martin
  • 3 篇 su zhendong
  • 3 篇 chaudhuri swarat
  • 3 篇 myers andrew c.
  • 3 篇 zhang xiangyu
  • 3 篇 mansinghka vikas...
  • 2 篇 hirschfeld rober...
  • 2 篇 flatt matthew
  • 2 篇 gupta gagan
  • 2 篇 shull thomas
  • 2 篇 yahav eran
  • 2 篇 rajamani sriram
  • 2 篇 niephaus fabio
  • 2 篇 choi jiho

语言

  • 240 篇 英文
  • 1 篇 中文
检索条件"任意字段=Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation"
241 条 记 录,以下是221-230 订阅
排序:
Work In Progress: Computer design for Intermediate-Level Digital Systems Course
Work In Progress: Computer Design for Intermediate-Level Dig...
收藏 引用
Frontiers in Education (FIE) conference
作者: Bryan J. Mealy Electrical Engineering Department Computer Engineering Program California Polytechnic State University San Louis Obispo CA USA
the flexibility of programmable logic devices (PLDs) and their supporting CAD (computer aided design) tools make PLDs ideal for digital systems design courses. this paper outlines a computer design-based course and su... 详细信息
来源: 评论
Embedding domain specific languages in the attribute grammar formalism
Embedding domain specific languages in the attribute grammar...
收藏 引用
Annual Hawaii International conference on System Sciences (HICSS)
作者: J. Saraiva S. Schneider Department of Informatics Universidade do Minho Portugal Department of Informatics Universidade Federal de Uberlâandia Brazil
this paper presents techniques for the design and implementation of domain specific languages. Our techniques are based on higher-order attribute grammars. Formal languages are specified in the classical attribute for... 详细信息
来源: 评论
An open implementation analysis and design for lightweight threads  97
An open implementation analysis and design for lightweight t...
收藏 引用
proceedings of the 12th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Matthew Haines Department of Computer Science University of Wyoming
Open implementation Analysis and design (OIA/D) has been introduced as a design methodology for object-oriented software systems, and in particular for substrate software. In this paper we detail our experiences with ...
来源: 评论
A dynamic optimization framework for a Java just-in-time compiler  01
A dynamic optimization framework for a Java just-in-time com...
收藏 引用
acm sigplan conference on Object-oriented programming, Systems, languages, and Applications
作者: Toshio Suganuma Toshiaki Yasue Motohiro Kawahito Hideaki Komatsu Toshio Nakatani IBM Tokyo Research Laboratory 1623-14 Shimoturuma Yamato-shi Kanagawa 242-8502 Japan
the high performance implementation of Java Virtual Machines (JVM) and just-in-time (JIT) compilers is directed toward adaptive compilation optimizations on the basis of online runtime profile information. this paper ... 详细信息
来源: 评论
Java virtual machine design based on hybrid concurrent compilation model
Proceedings of the Conference on Technology of Object-Orient...
收藏 引用
proceedings of the conference on Technology of Object-Oriented languages and Systems, TOOLS 2000年 第TOOL 36期 18-23页
作者: Zheng, Weimin Zheng, Fengzhou Yang, Bo Wang, Yanling Tsinghua Univ Beijing China
the shift from interpretation to Just-In-Time compilation has improved Java's performance largely. However, further amelioration is still possible. A new execution model of Java - hybrid concurrent compilation mod... 详细信息
来源: 评论
Mirrors: design principles for meta-level facilities of object-oriented programming languages  04
Mirrors: design principles for meta-level facilities of obje...
收藏 引用
proceedings of the 19th annual acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Gilad Bracha David Ungar Sun Microsystems Santa Clara CA Sun Microsystems Mountain View CA
We identify three design principles for reflection and metaprogramming facilities in object oriented programming languages. Encapsulation: meta-level facilities must encapsulate their implementation. Stratification: m... 详细信息
来源: 评论
Making the future safe for the past: adding genericity to the Java programming language  98
Making the future safe for the past: adding genericity to th...
收藏 引用
proceedings of the 13th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Gilad Bracha Martin Odersky David Stoutamire Philip Wadler Sun Microsystems University of South Australia Bell Labs Lucent Technologies
We present GJ, a design that extends the Java programming language with generic types and methods. these are both explained and implemented by translation into the unextended language. the translation closely mimics t...
来源: 评论
Parametric polymorphism for Java: a reflective solution  98
Parametric polymorphism for Java: a reflective solution
收藏 引用
proceedings of the 13th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Jose H. Solorzano Suad Alagić Computer Science Department Wichita State University Wichita KS
A number of inadequacies of existing implementation techniques for extending Java™ with parametric polymorphism are revealed. Homogeneous translations are the most space-efficient but they are not compatible... 详细信息
来源: 评论
Pluggable AOP: designing aspect mechanisms for third-party composition  05
Pluggable AOP: designing aspect mechanisms for third-party c...
收藏 引用
proceedings of the 20th annual acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Sergei Kojarski David H. Lorenz University of Virginia Charlottesville VA
Studies of Aspect-Oriented programming (AOP) usually focus on a language in which a specific aspect extension is integrated with a base language. languages specified in this manner have a fixed, non-extensible AOP fun... 详细信息
来源: 评论
Formal behavioural synthesis of Handel-C parallel hardware implementations from functional specifications
Formal behavioural synthesis of Handel-C parallel hardware i...
收藏 引用
Annual Hawaii International conference on System Sciences (HICSS)
作者: A.E. Abdallah J. Hawkins South Bank University London UK
Enormous improvements in efficiency can be achieved through exploiting parallelism and realizing implementation in hardware. On the other hand, conventional methods for achieving these improvements are traditionally c... 详细信息
来源: 评论